Home
last modified time | relevance | path

Searched refs:keylist (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/usr.bin/sort/
H A Dfsort.c84 RECHEADER **keylist; in fsort() local
101 keylist = malloc(2 * max_recs * sizeof(*keylist)); in fsort()
102 if (buffer == NULL || keylist == NULL) in fsort()
120 keypos = keylist; in fsort()
164 for (keyp = &keypos[-1]; keyp >= keylist; keyp--) in fsort()
173 radix_sort(keylist, keylist + max_recs, nelem); in fsort()
177 append(keylist, nelem, outfp, in fsort()
185 append(keylist, nelem, tmp_fp, putrec); in fsort()
198 free(keylist); in fsort()
199 keylist = NULL; in fsort()
H A Dappend.c75 append(RECHEADER **keylist, int nelem, FILE *fp, put_func_t put) in append() argument
80 lastkey = keylist + nelem; in append()
82 for (cpos = lastkey; cpos-- > keylist;) { in append()
88 for (cpos = keylist; cpos < lastkey; cpos++) { in append()
/netbsd/games/arithmetic/
H A Darithmetic.c95 static const char keylist[] = "+-x/"; variable
125 if (!strchr(keylist, *p)) in main()
290 static int penalty[sizeof(keylist) - 1][2];
294 } *penlist[sizeof(keylist) - 1][2];
372 if (op == 0 || (p = strchr(keylist, op)) == NULL) in opnum()
374 op, keylist); in opnum()
375 return(p - keylist); in opnum()
/netbsd/external/bsd/nvi/dist/common/
H A Dkey.c70 KEYLIST keylist[] = { variable
100 (sizeof(keylist) / sizeof(keylist[0])) - ADDITIONAL_CHARACTERS;
142 qsort(keylist, nkeylist, sizeof(keylist[0]), v_key_cmp); in v_key_init()
145 for (kp = keylist, cnt = nkeylist; cnt--; ++kp) in v_key_init()
183 for (kp = keylist; kp->value != K_NOTUSED; ++kp) in v_keyval()
191 keylist[nkeylist].ch = ch; in v_keyval()
192 keylist[nkeylist].value = val; in v_keyval()
327 kp = bsearch(&k, keylist, nkeylist, sizeof(keylist[0]), v_key_cmp); in v_key_val()
H A Dkey.h148 extern KEYLIST keylist[];
/netbsd/usr.sbin/mtree/
H A Dmisc.c64 static KEY keylist[] = { variable
125 for (i = 0; i < sizeof(keylist) / sizeof(KEY); i++) in parsekey()
126 allbits |= keylist[i].val; in parsekey()
131 k = (KEY *)bsearch(&tmp, keylist, sizeof(keylist) / sizeof(KEY), in parsekey()
/netbsd/external/mpl/bind/dist/bin/named/
H A Dtsigconf.c141 const cfg_obj_t *keylist; in named_tsigkeyring_fromconfig() local
166 keylist = NULL; in named_tsigkeyring_fromconfig()
167 result = cfg_map_get(maps[i], "key", &keylist); in named_tsigkeyring_fromconfig()
171 result = add_initial_keys(keylist, ring, mctx); in named_tsigkeyring_fromconfig()
H A Dcontrolconf.c137 free_controlkeylist(controlkeylist_t *keylist, isc_mem_t *mctx) { in free_controlkeylist() argument
138 while (!ISC_LIST_EMPTY(*keylist)) { in free_controlkeylist()
139 controlkey_t *key = ISC_LIST_HEAD(*keylist); in free_controlkeylist()
140 ISC_LIST_UNLINK(*keylist, key, link); in free_controlkeylist()
725 cfgkeylist_find(const cfg_obj_t *keylist, const char *keyname, in cfgkeylist_find() argument
731 for (element = cfg_list_first(keylist); element != NULL; in cfgkeylist_find()
749 controlkeylist_fromcfg(const cfg_obj_t *keylist, isc_mem_t *mctx, in controlkeylist_fromcfg() argument
757 for (element = cfg_list_first(keylist); element != NULL; in controlkeylist_fromcfg()
775 register_keys(const cfg_obj_t *control, const cfg_obj_t *keylist, in register_keys() argument
789 result = cfgkeylist_find(keylist, keyid->keyname, &keydef); in register_keys()
H A Dserver.c999 const cfg_obj_t *keylist; in load_view_keys() local
1007 keylist = cfg_listelt_value(elt); in load_view_keys()
1009 for (elt2 = cfg_list_first(keylist); elt2 != NULL; in load_view_keys()
/netbsd/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dlex.c90 struct keylist { char *keyname; int keyval; } ; argument
95 LOCAL struct keylist *keystart[26], *keyend[26];
96 LOCAL struct keylist keys[];
600 register struct keylist *pk, *pend; in getkwd()
626 register struct keylist *p; in initkey()
906 LOCAL struct keylist keys[ ] =
/netbsd/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c3664 if (keylist == NULL) { in rndckey_exists()
4243 const cfg_obj_t *keylist) { in record_ds_keys() argument
4303 const cfg_obj_t *keylist = NULL; in check_ta_conflicts() local
4324 keylist = cfg_listelt_value(elt); in check_ta_conflicts()
4340 keylist = cfg_listelt_value(elt); in check_ta_conflicts()
4356 keylist = cfg_listelt_value(elt); in check_ta_conflicts()
4367 keylist = cfg_listelt_value(elt); in check_ta_conflicts()
4382 keylist = cfg_listelt_value(elt); in check_ta_conflicts()
4793 const cfg_obj_t *keylist = in check_viewconf() local
4850 const cfg_obj_t *keylist = in check_viewconf() local
[all …]
/netbsd/external/mpl/bind/dist/lib/irs/
H A Ddnsconf.c150 const cfg_obj_t *key, *keylist; in configure_keygroup() local
157 keylist = cfg_listelt_value(element); in configure_keygroup()
158 for (element2 = cfg_list_first(keylist); element2 != NULL; in configure_keygroup()
/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Ddnssec.h290 dns_dnsseckeylist_t *keylist);
315 dns_dnsseckeylist_t *keylist);
/netbsd/external/mpl/bind/dist/lib/dns/
H A Ddnssec.c1405 dns_dnsseckeylist_t *keylist) { in dns_dnssec_findmatchingkeys() argument
1416 REQUIRE(keylist != NULL); in dns_dnssec_findmatchingkeys()
1518 ISC_LIST_APPENDLIST(*keylist, list, link); in dns_dnssec_findmatchingkeys()
1554 for (key = ISC_LIST_HEAD(*keylist); key != NULL; in addkey()
1593 ISC_LIST_APPEND(*keylist, key, link); in addkey()
1613 for (key = ISC_LIST_HEAD(*keylist); key != NULL; in mark_active_keys()
1657 dns_dnsseckeylist_t *keylist) { in dns_dnssec_keylistfromrdataset() argument
1781 RETERR(addkey(keylist, &pubkey, savekeys, in dns_dnssec_keylistfromrdataset()
1784 RETERR(addkey(keylist, &dnskey, savekeys, in dns_dnssec_keylistfromrdataset()
1820 RETERR(mark_active_keys(keylist, keysigs)); in dns_dnssec_keylistfromrdataset()
[all …]
H A Dkeymgr.c433 dns_dnsseckeylist_t *keylist, dns_dnsseckeylist_t *newkeys, in keymgr_createkey() argument
452 conflict = keymgr_keyid_conflict(newkey, keylist); in keymgr_createkey()
/netbsd/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-signzone.c129 static dns_dnsseckeylist_t keylist; variable
368 for (key = ISC_LIST_HEAD(keylist); key != NULL; in keythatsigned_unlocked()
434 ISC_LIST_APPEND(keylist, key, link); in keythatsigned()
683 for (key = ISC_LIST_HEAD(keylist); key != NULL; in signset()
744 for (curr = ISC_LIST_HEAD(keylist); in signset()
2733 preserve_keys, load_public, &keylist); in loadzonekeys()
2793 ISC_LIST_APPEND(keylist, key, link); in loadexplicitkeys()
3898 ISC_LIST_INIT(keylist); in main()
4164 while (!ISC_LIST_EMPTY(keylist)) { in main()
4165 key = ISC_LIST_HEAD(keylist); in main()
[all …]
/netbsd/external/bsd/unbound/dist/validator/
H A Dval_anchor.c126 p = ta->keylist; in anchors_delfunc()
264 for(k = ta->keylist; k; k = k->next) { in anchor_find_key()
342 k->next = ta->keylist; in anchor_store_new_key()
343 ta->keylist = k; in anchor_store_new_key()
912 for(tk = ta->keylist; tk; tk = tk->next) { in assemble_it()
1231 if(ta->keylist || ta->autr || ta->numDS || ta->numDNSKEY) { in anchors_delete_insecure()
H A Dval_anchor.h108 struct ta_key* keylist; member
/netbsd/external/bsd/ntp/dist/sntp/
H A Dnetworking.h91 keyid_t *keylist; /* session key ID list */ member
/netbsd/external/mpl/bind/dist/bin/delv/
H A Ddelv.c783 const cfg_obj_t *key, *keylist; in load_keys() local
788 keylist = cfg_listelt_value(elt); in load_keys()
790 for (elt2 = cfg_list_first(keylist); elt2 != NULL; in load_keys()
/netbsd/external/bsd/nvi/dist/cl/
H A Dcl_term.c125 for (kp = keylist;; ++kp) in cl_term_init()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h333 keyid_t *keylist; /* session key ID list */ member
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_proto.c4216 xkeyid = peer->keylist[peer->keynumber]; in peer_xmit()
4946 if (peer->keylist != NULL) { in key_expire()
4948 authtrust(peer->keylist[i], 0); in key_expire()
4949 free(peer->keylist); in key_expire()
4950 peer->keylist = NULL; in key_expire()
H A Dntp_crypto.c333 if (peer->keylist == NULL) in make_keylist()
334 peer->keylist = eallocarray(NTP_MAXSESSION, in make_keylist()
365 peer->keylist[i] = keyid; in make_keylist()
/netbsd/external/bsd/unbound/dist/daemon/
H A Dremote.c2693 if(!a->keylist && !a->numDS && !a->numDNSKEY) in do_list_forwards()
2719 if(!a->keylist && !a->numDS && !a->numDNSKEY) in do_list_stubs()

12