/freebsd/contrib/ntp/ntpd/ |
H A D | ntp.conf.html | 51 <code>ntpd</code> program. 53 <p>This document applies to version 4.2.8p18 of <code>ntp.conf</code>. 79 <p>The behavior of <code>ntpd</code> can be changed by a configuration file, 80 by default <code>ntp.conf</code>. 99 <code>ntp.conf</code> [all...] |
H A D | invoke-ntp.conf.texi | 17 @code{ntp.conf} 19 @code{ntpd(1ntpdmdoc)} 27 @code{-c} 77 @code{pool}, 78 @code{server}, 79 @code{peer}, 80 @code{broadcast} 82 @code{manycastclient} 112 @code{reslist} 115 @code{ntp [all...] |
/freebsd/contrib/lua/doc/ |
H A D | manual.html | 67 The Lua distribution includes a host program called <code>lua</code>, 80 (Frequently, this host is the stand-alone <code>lua</code> program.) 81 The host program can invoke functions to execute a piece of Lua code, 83 and can register C functions to be called by Lua code. 94 at Lua's official web site, <code>www.lua.org</code>. 163 (See macro <code>LUA_32BITS</code> in file <code>luaconf.h</code>.) 190 including embedded zeros ('<code>\0</code>'). 236 undefined numerical results, such as <code>0/0</code>.) 250 providing <code>a.name</code> as syntactic sugar for <code>a["name"]</code>. 267 The expressions <code>a[i]</code> and <code>a[j]</code> [all …]
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.html | 60 <p>The <code>ntpq</code> utility program is used to 63 <code>ntpd</code>, the NTP daemon. 65 <p>This document applies to version 4.2.8p18 of <code>ntpq</code>. 95 <p>The <code>ntpq</code> utility program is used to monitor NTP daemon <code>ntpd</code> operation [all...] |
H A D | invoke-ntpq.texi | 16 @code{ntpq} 26 @code{ntpq} 33 @code{ntpq} 39 @code{ntpq} 45 @code{ntpq} 49 @code{ntpq} 57 @code{ntpq} 64 @code{-4} 67 @code{-6} 75 @code{ [all...] |
H A D | ntpq.texi | 32 The @code{ntpq} utility program is used to 35 @code{ntpd}, the NTP daemon. 37 This document applies to version @value{VERSION} of @code{ntpq}. 55 The @code{ntpq} utility program is used to monitor NTP daemon @code{ntpd} operations and determine … 61 …embled, with raw and pretty-printed output options being available. The @code{ntpq} can also obta… 63 …code{ntpq} is executed, each of the requests will be sent to the NTP servers running on each of th… 65 …code{ntpq} uses NTP mode 6 packets to communicate with the NTP server, and hence can be used to qu… 67 …host name is expected, a @code{-4} qualifier preceding the host name forces DNS resolution to the … 80 @tab @code{/etc/ntp.conf} 81 @tab @code{-c} [all …]
|
/freebsd/contrib/ncurses/doc/html/ |
H A D | ncurses-intro.html | 128 <li><a href="#xterm">Using <code>ncurses</code> under 129 <code>xterm</code></a></li> 140 <code>ncurses</code></a></li> 308 <code>curses</code>. It is not an exhaustive reference for the 310 filled by the <code>curses</code> manual pages. Rather, it is 315 experienced <code>curses</code> programmer, you should 321 <code>ncurses</code> implementation. If you are not so 324 <p>The <code>curses</code> package is a subroutine library for 329 another. <code>Curses</code> uses terminfo, which is a database 333 <p>The <code>curses</code> API may seem something of an archaism [all …]
|
/freebsd/contrib/tzcode/ |
H A D | theory.html | 4 <title>Theory and pragmatics of the tz code and data</title> 12 <h1>Theory and pragmatics of the <code><abbr>tz</abbr></code> code and data</h1> 16 <li><a href="#scope">Scope of the <code><abbr>tz</abbr></code> 20 <li><a href="#accuracy">Accuracy of the <code><abbr>tz</abbr></code> 31 <h2 id="scope">Scope of the <code><abbr>tz</abbr></code> databas [all...] |
/freebsd/contrib/tzdata/ |
H A D | theory.html | 4 <title>Theory and pragmatics of the tz code and data</title> 12 <h1>Theory and pragmatics of the <code><abbr>tz</abbr></code> code and data</h1> 16 <li><a href="#scope">Scope of the <code><abbr>tz</abbr></code> 20 <li><a href="#accuracy">Accuracy of the <code><abbr>tz</abbr></code> 31 <h2 id="scope">Scope of the <code><abbr>tz</abbr></code> databas [all...] |
/freebsd/contrib/expat/doc/ |
H A D | reference.html | 62 <code>XML::Parser</code>, Python's <code>xml.parsers.expat</code>, and 209 <dt><code><a href= "#XML_ParserCreate" 210 >XML_ParserCreate</a></code></dt> 213 <dt><code><a href= "#XML_SetElementHandler" 214 >XML_SetElementHandler</a></code></dt> 217 <dt><code><a href= "#XML_SetCharacterDataHandler" 218 >XML_SetCharacterDataHandler</a></code></dt> 221 <dt><code><a href= "#XML_Parse" 222 >XML_Parse</a></code></dt> 238 information. Finally it increments the global <code>Depth</code> [all …]
|
/freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
H A D | ucdata.man | 17 int ucdecomp(unsigned long code, unsigned long *num, unsigned long **decomp) 22 int ucdecomp_hangul(unsigned long code, unsigned long *num, 36 int ucnumber_lookup(unsigned long code, struct ucnumber *num) 38 int ucdigit_lookup(unsigned long code, int *digit) 40 struct ucnumber ucgetnumber(unsigned long code) 42 int ucgetdigit(unsigned long code) 44 unsigned long uctoupper(unsigned long code) 46 unsigned long uctolower(unsigned long code) 48 unsigned long uctotitle(unsigned long code) 50 int ucisalpha(unsigned long code) [all …]
|
/freebsd/usr.bin/bmake/tests/execution/joberr/ |
H A D | expected.stdout.1 | 2 *** [do-check-joberr] Error code 1 4 *** [do-check-joberr] Error code 1 6 *** [do-check-joberr] Error code 1 8 *** [do-check-joberr] Error code 1 10 *** [do-check-joberr] Error code 1 12 *** [do-check-joberr] Error code 1 14 *** [do-check-joberr] Error code 1 16 *** [do-check-joberr] Error code 1 18 *** [do-check-joberr] Error code 1 20 *** [do-check-joberr] Error code 1 [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | sh-flags.exp | 12 *** Error code 1 (ignored) 16 *** Error code 1 (ignored) 28 *** Error code 1 (ignored) 32 *** Error code 1 (ignored) 42 *** Error code 1 (ignored) 46 *** Error code 1 (ignored) 56 *** Error code 1 (ignored) 60 *** Error code 1 (ignored) 65 *** Error code 1 (ignored) 69 *** Error code 1 (ignored) [all …]
|
/freebsd/contrib/sendmail/libmilter/docs/ |
H A D | xxfi_negotiate.html | 89 <CODE>pf0</CODE> - <CODE>pf3</CODE> 103 <CODE>pf0</CODE> - <CODE>pf3</CODE>. 133 <CODE>include/libmilter/mfdef.h</CODE>: 135 <CODE>SMFIP_</CODE>. 140 (<CODE>f1</CODE>, <CODE>*pf1</CODE>): 142 <LI><A NAME="SMFIP_RCPT_REJ"><CODE>SMFIP_RCPT_REJ</CODE></A>: 144 MTA should also send <CODE>RCPT</CODE> commands that have been rejected 154 <CODE>{rcpt_mailer}</CODE>: 156 <CODE>error</CODE>, 159 <CODE>{rcpt_host}</CODE> and <CODE>{rcpt_addr}</CODE> [all …]
|
/freebsd/contrib/netbsd-tests/lib/libbpfjit/ |
H A D | t_bpfjit.c | 11 * 1. Redistributions of source code must retain the above copyright 87 bpfjit_func_t code; in ATF_TC_BODY() local 94 code = bpfjit_generate_code(NULL, insns, insn_count); in ATF_TC_BODY() 95 ATF_REQUIRE(code != NULL); in ATF_TC_BODY() 97 ATF_CHECK(jitcall(code, pkt, 1, 1) == 17); in ATF_TC_BODY() 99 bpfjit_free_code(code); in ATF_TC_BODY() 115 bpfjit_func_t code; in ATF_TC_BODY() local 124 const uint16_t rcode = insns[0].code; in ATF_TC_BODY() 130 /* Current implementation generates code. */ in ATF_TC_BODY() 131 code = bpfjit_generate_code(NULL, insns, insn_count); in ATF_TC_BODY() [all …]
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | common.c | 10 * 1. Redistributions of source code must retain the above copyright 108 int code; in _hdb_fetch_kvno() local 128 code = db->hdb__get(context, db, key, &value); in _hdb_fetch_kvno() 130 if(code) in _hdb_fetch_kvno() 131 return code; in _hdb_fetch_kvno() 132 code = hdb_value2entry(context, &value, &entry->entry); in _hdb_fetch_kvno() 133 if (code == ASN1_BAD_ID && (flags & HDB_F_CANON) == 0) { in _hdb_fetch_kvno() 136 } else if (code == ASN1_BAD_ID) { in _hdb_fetch_kvno() 139 code = hdb_value2entry_alias(context, &value, &alias); in _hdb_fetch_kvno() 140 if (code) { in _hdb_fetch_kvno() [all …]
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen.html | 73 <p>This document describes the use of the NTP Project’s <code>ntp-keygen</code> 87 <p>This document applies to version 4.2.8p18 of <code>ntp-keygen</code>. 133 The <code>-p</code> option specifies the password for local encrypted files and the 134 <code>-q</code> option the password for encrypted files sent to remote sites. 136 <code>gethostname()</code> functio [all...] |
H A D | invoke-ntp-keygen.texi | 44 @code{ntpq(1ntpqmdoc)} 46 @code{ntpdc(1ntpdcmdoc)} 59 @code{-p} 61 @code{-q} 64 @code{hostname(1)} 68 @code{ntp-keygen} 76 @code{pw} 78 @code{crypto} 79 @code{ntpd(1ntpdmdoc)} 86 @code{ntp [all...] |
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | s4u_creds.c | 96 krb5_error_code code; in make_pa_for_user_checksum() local 131 code = krb5_c_make_checksum(context, CKSUMTYPE_HMAC_MD5_ARCFOUR, key, in make_pa_for_user_checksum() 137 return code; in make_pa_for_user_checksum() 146 krb5_error_code code; in build_pa_for_user() local 160 code = make_pa_for_user_checksum(context, &tgt->keyblock, in build_pa_for_user() 162 if (code != 0) in build_pa_for_user() 165 code = encode_krb5_pa_for_user(&for_user, &for_user_data); in build_pa_for_user() 166 if (code != 0) in build_pa_for_user() 171 code = ENOMEM; in build_pa_for_user() 190 return code; in build_pa_for_user() [all …]
|
H A D | authdata.c | 72 krb5_error_code code; in k5_ad_init_modules() local 87 code = (*table->init)(kcontext, &plugin_context); in k5_ad_init_modules() 88 if (code != 0) { in k5_ad_init_modules() 93 return code; in k5_ad_init_modules() 119 code = (*table->request_init)(kcontext, in k5_ad_init_modules() 123 if ((code != 0 && code != ENOMEM) && in k5_ad_init_modules() 125 code = 0; in k5_ad_init_modules() 126 if (code != 0) in k5_ad_init_modules() 144 return code; in k5_ad_init_modules() 159 krb5_error_code code = 0; in k5_ad_size() local [all …]
|
/freebsd/crypto/krb5/src/lib/gssapi/krb5/ |
H A D | naming_exts.c | 35 krb5_error_code code; in kg_init_name() local 51 code = k5_mutex_init(&name->lock); in kg_init_name() 52 if (code != 0) in kg_init_name() 56 code = krb5_copy_principal(context, principal, &name->princ); in kg_init_name() 57 if (code != 0) in kg_init_name() 61 code = krb5_authdata_context_copy(context, in kg_init_name() 64 if (code != 0) in kg_init_name() 68 code = ENOMEM; in kg_init_name() 79 code = 0; in kg_init_name() 90 if (code != 0) in kg_init_name() [all …]
|
H A D | acquire_cred.c | 129 krb5_error_code code; in check_keytab() local 134 code = krb5_kt_get_entry(context, kt, name->princ, 0, 0, &ent); in check_keytab() 135 if (code == 0) in check_keytab() 137 return code; in check_keytab() 145 code = k5_kt_have_match(context, kt, mprinc); in check_keytab() 146 if (code == KRB5_KT_NOTFOUND) { in check_keytab() 148 k5_setmsg(context, code, _("No key table entry found matching %s"), in check_keytab() 153 return code; in check_keytab() 166 krb5_error_code code; in acquire_accept_cred() local 174 code = k5_rc_resolve(context, rcname, &rc); in acquire_accept_cred() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtDataCollectors.td | 2 code Code = [{ 4 // This ensures that non-macro-generated code isn't identical to 5 // macro-generated code. 12 code Code = [{ 19 code Code = [{ 24 code Code = [{ 29 code Code = [{ 34 code Code = [{ 43 code Code = [{ 69 code Code = [{ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | OptParser.td | 112 code ValuesCode = ?; 118 code MacroPrefix = ""; 119 code KeyPath = ?; 120 code DefaultValue = ?; 121 code ImpliedValue = ?; 122 code ImpliedCheck = "false"; 123 code ShouldParse = "true"; 125 code NormalizerRetTy = ?; 126 code NormalizedValuesScope = ""; 127 code Normalizer = ""; [all …]
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver40-ja.html | 24 Reference ID: <code>JJY</code><br> 25 Driver ID: <code>JJY</code><br> 26 Serial Port: <code>/dev/jjy<em>u</em></code>; それぞれのJJY受信機、GPS時計、テレフォンJJYを参照して下さい。 89 <td><code>dcst{CR}{LF}</code></td> 91 <td><code>valid{CR}{LF} | invalid{CR}{LF}</code></td> 94 <td><code>stus{CR}{LF}</code></td> 96 <td><code>adjusted{CR}{LF} | unadjusted{CR}{LF}</code></td> 99 <td><code>time{CR}{LF}</code></td> 101 <td><code>HH:MM:SS{CR}{LF}</code></td> 104 <td><code>date{CR}{LF}</code></td> [all …]
|