/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-opts.def | 177 the network which permits it. 226 .It Ic ? Op Ar command 227 .It Ic help Op Ar command 237 .It Ic addvars Ar name Ns Oo \&= Ns Ar value Oc Ns Op ,... 238 .It Ic rmvars Ar name Ns Op ,... 239 .It Ic clearvars 240 .It Ic showvars 272 .It Ic authenticate Op Cm yes Ns | Ns Cm no 281 to send authentication with all requests it 290 it is currently authenticating requests. [all …]
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_new.c | 18 static int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, 21 static int asn1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it, 23 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it); 27 static void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it); 29 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) in ASN1_item_new() argument 32 if (ASN1_item_ex_new(&ret, it) > 0) in ASN1_item_new() 37 ASN1_VALUE *ASN1_item_new_ex(const ASN1_ITEM *it, OSSL_LIB_CTX *libctx, in ASN1_item_new_ex() argument 41 if (asn1_item_embed_new(&ret, it, 0, libctx, propq) > 0) in ASN1_item_new_ex() 49 int ossl_asn1_item_ex_new_intern(ASN1_VALUE **pval, const ASN1_ITEM *it, in ossl_asn1_item_ex_new_intern() argument 52 return asn1_item_embed_new(pval, it, 0, libctx, propq); in ossl_asn1_item_ex_new_intern() [all …]
|
H A D | tasn_fre.c | 18 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) in ASN1_item_free() argument 20 ossl_asn1_item_embed_free(&val, it, 0); in ASN1_item_free() 23 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) in ASN1_item_ex_free() argument 25 ossl_asn1_item_embed_free(pval, it, 0); in ASN1_item_ex_free() 28 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in ossl_asn1_item_embed_free() argument 32 const ASN1_AUX *aux = it->funcs; in ossl_asn1_item_embed_free() 38 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && *pval == NULL) in ossl_asn1_item_embed_free() 45 switch (it->itype) { in ossl_asn1_item_embed_free() 48 if (it->templates) in ossl_asn1_item_embed_free() 49 ossl_asn1_template_free(pval, it->templates); in ossl_asn1_item_embed_free() [all …]
|
/freebsd/contrib/lyaml/spec/ |
H A D | ext_yaml_scanner_spec.yaml | 12 - it scans empty streams: 18 - it ignores comments: ' 27 - it is the first token: 29 - it reports token start marker: 31 - it reports token end marker: 33 - it uses UTF-8 by default: 35 - it recognizes UTF-16 BOM: 42 - it is the last token: 44 - it reports token start marker: 46 - it reports token end marker: [all …]
|
H A D | ext_yaml_parser_spec.yaml | 5 - it parses empty streams: 11 - it ignores comments: ' 21 - it is the first event: 23 - it reports event start marker: 25 - it reports event end marker: 27 - it uses UTF-8 by default: 29 - it recognizes UTF-16 BOM: 36 - it is the last event: 38 - it reports event start marker: 40 - it reports event end marker: [all …]
|
H A D | ext_yaml_emitter_spec.yaml | 5 - it diagnoses an invalid event: 8 - it can generate an empty stream: 18 - it diagnoses unrecognised encodings: 23 - it accepts an encoding parameter: 30 - it returns the yaml document from the preceding events: 36 - it accepts a version directive parameter: 42 - it accepts a list of tag directives: 59 - it accepts an implicit parameter: 69 - it accepts an implicit parameter: 79 - it accepts an anchor parameter: [all …]
|
H A D | lib_lyaml_spec.yaml | 14 - it writes an empty stream: 18 - it writes an empty document: 20 - it writes consecutive documents: 25 - it writes null: 28 - it writes booleans: 35 - it writes numbers: 44 - it writes strings: 51 - it writes a sequence: 55 - it writes a mapping: | 58 - it writes a mapping of mixed keys: | [all …]
|
/freebsd/contrib/dma/ |
H A D | spool.c | 68 * One data file might be shared by linking it several times. 125 writequeuef(struct qitem *it) in writequeuef() argument 130 queuefd = open_locked(it->queuefn, O_CREAT|O_EXCL|O_RDWR, 0660); in writequeuef() 135 it->queuef = fdopen(queuefd, "w+"); in writequeuef() 136 if (it->queuef == NULL) in writequeuef() 139 error = fprintf(it->queuef, in writequeuef() 143 it->queueid, in writequeuef() 144 it->sender, in writequeuef() 145 it->addr); in writequeuef() 150 if (fflush(it->queuef) != 0 || fsync(fileno(it->queuef)) != 0) in writequeuef() [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | ChangeLog | 1 2008-04-09 Love Hörnquist Åstrand <lha@it.su.se> 7 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se> 11 2008-03-22 Love Hörnquist Åstrand <lha@it.su.se> 17 2008-01-13 Love Hörnquist Åstrand <lha@it.su.se> 21 2007-12-13 Love Hörnquist Åstrand <lha@it.su.se> 25 2007-12-04 Love Hörnquist Åstrand <lha@it.su.se> 31 2007-10-18 Love Hörnquist Åstrand <lha@it.su.se> 35 2007-07-23 Love Hörnquist Åstrand <lha@it.su.se> 41 2007-07-16 Love Hörnquist Åstrand <lha@it.su.se> 46 2007-07-14 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
/freebsd/sys/kern/ |
H A D | kern_time.c | 106 static void realtimer_expire_l(struct itimer *it, bool proc_locked); 111 static void itimer_fire(struct itimer *it); 758 * as a delta, so that it is easy to keep periodic real-time signals from 764 * real time due to interrupt processing in the system, it is possible for 766 * in real time past when it is supposed to occur. It does not suffice, 936 struct itimer *it; in itimer_proc_continue() local 952 it = p->p_itimers->its_timers[id]; in itimer_proc_continue() 953 if (it == NULL) in itimer_proc_continue() 955 if ((it->it_flags & ITF_PSTOPPED) != 0) { in itimer_proc_continue() 956 ITIMER_LOCK(it); in itimer_proc_continue() [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_getitimer.c | 62 struct itimerval it; in ATF_TC_BODY() local 69 (void)memset(&it, 0, sizeof(struct itimerval)); in ATF_TC_BODY() 71 ATF_REQUIRE(getitimer(ITIMER_REAL, &it) == 0); in ATF_TC_BODY() 73 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0) in ATF_TC_BODY() 76 ATF_REQUIRE(getitimer(ITIMER_VIRTUAL, &it) == 0); in ATF_TC_BODY() 78 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0) in ATF_TC_BODY() 81 ATF_REQUIRE(getitimer(ITIMER_PROF, &it) == 0); in ATF_TC_BODY() 83 if (it.it_value.tv_sec != 0 || it.it_value.tv_usec != 0) in ATF_TC_BODY() 89 atf_tc_fail("getitimer(2) modfied the timer before it was armed"); in ATF_TC_BODY() 100 struct itimerval it; in ATF_TC_BODY() local [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | Utils.h | 21 /// This function calls \p Iteration() until it returns false. 43 auto it = sys::path::rbegin(SysRoot); in guessDeveloperDir() local 45 if (it == end || !it->ends_with(".sdk")) in guessDeveloperDir() 47 ++it; in guessDeveloperDir() 49 if (it == end || *it != "SDKs") in guessDeveloperDir() 51 auto developerEnd = it; in guessDeveloperDir() 52 ++it; in guessDeveloperDir() 53 while (it != end) { in guessDeveloperDir() 55 if (*it != "Developer") in guessDeveloperDir() 57 ++it; in guessDeveloperDir() [all …]
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | ChangeLog | 39 2008-05-02 Love Hörnquist Åstrand <lha@it.su.se> 44 2008-04-27 Love Hörnquist Åstrand <lha@it.su.se> 48 2008-04-17 Love Hörnquist Åstrand <lha@it.su.se> 52 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se> 57 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se> 61 2008-03-14 Love Hörnquist Åstrand <lha@it.su.se> 65 2008-03-09 Love Hörnquist Åstrand <lha@it.su.se> 70 2008-02-26 Love Hörnquist Åstrand <lha@it.su.se> 78 2008-02-21 Love Hörnquist Åstrand <lha@it.su.se> 83 2008-02-18 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2004 | 1 2004-12-30 Love Hörnquist Åstrand <lha@it.su.se> 6 2004-12-29 Love Hörnquist Åstrand <lha@it.su.se> 35 2004-12-29 Love Hörnquist Åstrand <lha@it.su.se> 43 2004-12-28 Love Hörnquist Åstrand <lha@it.su.se> 49 Add LDAP_addmod_integer and use it. 51 2004-12-27 Love Hörnquist Åstrand <lha@it.su.se> 56 2004-12-18 Love Hörnquist Åstrand <lha@it.su.se> 61 2004-12-17 Love Hörnquist Åstrand <lha@it.su.se> 64 enforce-transited-policy is set and fail if it is 68 2004-12-13 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
H A D | ChangeLog.2003 | 1 2003-12-19 Love Hörnquist Åstrand <lha@it.su.se> 9 2003-12-18 Love Hörnquist Åstrand <lha@it.su.se> 13 2003-12-17 Love Hörnquist Åstrand <lha@it.su.se> 16 not good, but at least it work with older heimdal releases that 20 2003-12-16 Love Hörnquist Åstrand <lha@it.su.se> 25 2003-12-11 Love Hörnquist Åstrand <lha@it.su.se> 30 2003-12-07 Love Hörnquist Åstrand <lha@it.su.se> 52 2003-12-03 Love Hörnquist Åstrand <lha@it.su.se> 57 2003-12-02 Love Hörnquist Åstrand <lha@it.su.se> 68 2003-12-01 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
H A D | ChangeLog.2005 | 1 2005-12-15 Love Hörnquist Åstrand <lha@it.su.se> 8 2005-12-14 Love Hörnquist Åstrand <lha@it.su.se> 13 2005-12-13 Love Hörnquist Åstrand <lha@it.su.se> 38 2005-12-12 Love Hörnquist Åstrand <lha@it.su.se> 59 * kdc/Makefile.am: Build kdc-private.h and depend on it. 73 2005-12-11 Love Hörnquist Åstrand <lha@it.su.se> 81 2005-12-08 Love Hörnquist Åstrand <lha@it.su.se> 86 2005-12-05 Love Hörnquist Åstrand <lha@it.su.se> 94 2005-12-02 Love Hörnquist Åstrand <lha@it.su.se> 108 2005-12-01 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
H A D | ChangeLog.2006 | 1 2006-12-28 Love Hörnquist Åstrand <lha@it.su.se> 29 2006-12-27 Love Hörnquist Åstrand <lha@it.su.se> 35 2006-12-26 Love Hörnquist Åstrand <lha@it.su.se> 51 2006-12-22 Love Hörnquist Åstrand <lha@it.su.se> 55 2006-12-20 Love Hörnquist Åstrand <lha@it.su.se> 63 to detect when it wasn't used. 68 2006-12-19 Love Hörnquist Åstrand <lha@it.su.se> 72 2006-12-18 Love Hörnquist Åstrand <lha@it.su.se> 74 * kdc/digest.c: Unwrap the NTLM session key and return it to the 77 2006-12-17 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | AddressRanges.h | 76 typename Collection::const_iterator It = find(Addr, Addr + 1); in getRangeThatContains() local 77 if (It == Ranges.end()) in getRangeThatContains() 80 return *It; in getRangeThatContains() 100 auto It = in find() local 105 if (It == Ranges.begin()) in find() 108 --It; in find() 109 if (End > AddressRange(*It).end()) in find() 112 return It; in find() 127 auto It = llvm::upper_bound(Ranges, Range); in insert() local 128 auto It2 = It; in insert() [all …]
|
/freebsd/sys/sys/ |
H A D | pctrie.h | 45 pctrie_iter_reset(struct pctrie_iter *it) in pctrie_iter_reset() argument 47 it->node = NULL; in pctrie_iter_reset() 51 pctrie_iter_is_reset(struct pctrie_iter *it) in pctrie_iter_is_reset() argument 53 return (it->node == NULL); in pctrie_iter_is_reset() 57 pctrie_iter_init(struct pctrie_iter *it, struct pctrie *ptree) in pctrie_iter_init() argument 59 it->ptree = ptree; in pctrie_iter_init() 60 it->node = NULL; in pctrie_iter_init() 61 it->limit = 0; in pctrie_iter_init() 65 pctrie_iter_limit_init(struct pctrie_iter *it, struct pctrie *ptree, in pctrie_iter_limit_init() argument 68 pctrie_iter_init(it, ptree); in pctrie_iter_limit_init() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp.conf.def | 28 Usually, it is installed in the 63 and the options used to control it: 65 .It 67 .It 69 .It 71 .It 73 .It 75 .It 142 .It Xo Ic pool Ar address 151 .It Xo Ic server Ar address [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound-anchor.rst | 5 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 8 IT HELPS PEOPLE DIFFING THE CHANGES 14 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 17 IT HELPS PEOPLE DIFFING THE CHANGES 23 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 26 IT HELPS PEOPLE DIFFING THE CHANGES 32 IT HELPS RENDERERS TO DO THE RIGHT THING WRT SPACE 35 IT HELPS PEOPLE DIFFING THE CHANGES 53 regular :rfc:`5011` update fails to bring it up to date. 54 It can be run (as root) from the commandline, or run as part of startup [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ChangeLog | 16 2008-04-29 Love Hörnquist Åstrand <lha@it.su.se> 20 2008-04-20 Love Hörnquist Åstrand <lha@it.su.se> 24 2008-04-17 Love Hörnquist Åstrand <lha@it.su.se> 28 2008-04-15 Love Hörnquist Åstrand <lha@it.su.se> 41 2008-04-14 Love Hörnquist Åstrand <lha@it.su.se> 43 * sel-lex.l: Rename yyerror to sel_yyerror and make it static. 45 2008-04-08 Love Hörnquist Åstrand <lha@it.su.se> 49 2008-04-07 Love Hörnquist Åstrand <lha@it.su.se> 61 2008-03-19 Love Hörnquist Åstrand <lha@it.su.se> 65 2008-03-16 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
/freebsd/usr.sbin/cron/doc/ |
H A D | MAIL | 3 version of cron. it is presented here for its entertainment value. 21 This allows "1,3,5-7", which the current cron doesn't (it won't 37 (Actually, I believe, it is because /etc/rc, which runs cron, doesn't 41 provide some reasonable defaults (if it isn't supplied by cron's 75 << Good idea, but bob@acornrc beat you to it. I used '/' instead of 97 I'm not sure if it is in cron (either SysV or BSD ... if it is, I haven't 98 figured it out ) but a comment feature would SURE BE NICE!. 100 for a period of time; it might also make it a lot more legible. 103 that one BSD4.2 cron I've used had it. I don't know about SysV. >> 114 This would seem to work best if done by cron, as it is now I have a google [all …]
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | ChangeLog | 1 2008-04-23 Love Hörnquist Åstrand <lha@it.su.se> 7 2008-01-21 Love Hörnquist Åstrand <lha@it.su.se> 11 2008-01-11 Love Hörnquist Åstrand <lha@it.su.se> 16 2007-12-07 Love Hörnquist Åstrand <lha@it.su.se> 25 2007-09-29 Love Hörnquist Åstrand <lha@it.su.se> 29 2007-08-16 Love Hörnquist Åstrand <lha@it.su.se> 38 2007-08-10 Love Hörnquist Åstrand <lha@it.su.se> 44 2007-08-07 Love Hörnquist Åstrand <lha@it.su.se> 51 2007-08-06 Love Hörnquist Åstrand <lha@it.su.se> 57 2007-08-03 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc-opts.def | 128 .Xr ntpq 1ntpqmdoc instead - it can do everything 130 used to do, and it does so using a much more sane interface. 137 It uses NTP mode 7 control message formats described in the source code. 179 the network which permits it. 240 .It Ic \&? Ar command_keyword 241 .It Ic help Ar command_keyword 256 .It Ic delay Ar milliseconds 265 .It Ic host Ar hostname 269 .It Ic hostnames Op Cm yes | Cm no 284 .It Ic keyid Ar keyid [all …]
|