Home
last modified time | relevance | path

Searched refs:sortlist (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/external/mpl/bind/dist/lib/irs/
H A Dresconf.c112 } sortlist[RESCONFMAXSORTLIST]; member
430 sizeof(conf->sortlist) / sizeof(conf->sortlist[0])); in resconf_parsesortlist()
431 res = create_addr(word, &conf->sortlist[idx].addr, 1); in resconf_parsesortlist()
437 res = create_addr(p, &conf->sortlist[idx].mask, 0); in resconf_parsesortlist()
445 conf->sortlist[idx].mask = conf->sortlist[idx].addr; in resconf_parsesortlist()
446 memset(&conf->sortlist[idx].mask.type, 0xff, in resconf_parsesortlist()
447 sizeof(conf->sortlist[idx].mask.type)); in resconf_parsesortlist()
/netbsd/external/gpl2/xcvs/dist/src/
H A Dhardlink.c207 sortlist (n->data, fsortcmp); in list_linked_files_on_disk()
230 sortlist (links1, fsortcmp); in compare_linkage_lists()
231 sortlist (links2, fsortcmp); in compare_linkage_lists()
H A Dhash.h65 void sortlist (List *list, int (*)(const Node *, const Node *));
H A Dfind_names.c115 sortlist (files, fsortcmp); in Find_Names()
239 sortlist (dirlist, fsortcmp); in Find_Directories()
H A Dignore.c489 sortlist (files, fsortcmp); in ignore_files()
H A Dhash.c451 sortlist (List *list, int (*comp) (const Node *, const Node *)) in sortlist() function
H A Dlock.c1251 sortlist (lock_tree_list, fsortcmp); in lock_tree_promotably()
/netbsd/usr.sbin/lockstat/
H A Dmain.c133 static locklist_t sortlist; variable
368 TAILQ_INIT(&sortlist); in main()
654 TAILQ_INSERT_TAIL(&sortlist, l, chain); in makelists()
686 while ((l = TAILQ_FIRST(&sortlist)) != NULL) { in makelists()
687 TAILQ_REMOVE(&sortlist, l, chain); in makelists()
/netbsd/external/mpl/bind/dist/lib/irs/tests/testdata/
H A Dsortlist-v4.conf12 sortlist 130.155.160.0/255.255.240.0 130.155.0.0
H A Dresolv.conf16 sortlist 130.155.160.0/255.255.240.0 130.155.0.0
/netbsd/external/mpl/bind/dist/lib/ns/include/ns/
H A DMakefile.in19 notify.h query.h server.h sortlist.h stats.h \
/netbsd/bin/ps/
H A Dps.c113 struct varlist sortlist = SIMPLEQ_HEAD_INITIALIZER(sortlist); variable
420 SIMPLEQ_FOREACH(vent, &sortlist, next) { in main()
681 SIMPLEQ_FOREACH(ve, &sortlist, next) { in pscomp()
H A Dextern.h47 extern VARLIST sortlist;
H A Dkeyword.c342 parsevarlist(p, &sortlist, NULL); in parsesort()
/netbsd/external/mpl/bind/dist/bin/tests/system/sortlist/ns1/
H A Dexample.db23 ; Let's see what the sortlist picks out of this...
H A Dnamed.conf.in25 sortlist {
/netbsd/external/bsd/blocklist/diff/
H A Dnamed.diff61 main.c notify.c query.c server.c sortlist.c statschannel.c \
127 #include <named/sortlist.h>
/netbsd/external/mpl/bind/dist/contrib/scripts/
H A Dnamed-bootconf.sh241 sortlist )
/netbsd/external/bsd/libbind/dist/doc/
H A Dresolver.cat556 sortlist
58 sortlist is specified by IP address netmask pairs. The netmask
63 sortlist 130.155.160.0/255.255.240.0 130.155.0.0
/netbsd/external/bsd/openresolv/dist/
H A Dlibc.in87 resolv_conf_sortlist="$(key_get_value "sortlist " "$base")"
/netbsd/external/mpl/bind/dist/lib/dns/include/dns/
H A Dview.h143 dns_acl_t *sortlist; member
/netbsd/external/mpl/bind/dist/bin/tests/
H A Dnamed.conf193 sortlist { 10/8; 11/8; };
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dview.c202 view->sortlist = NULL; in dns_view_create()
477 if (view->sortlist != NULL) { in destroy()
478 dns_acl_detach(&view->sortlist); in destroy()
/netbsd/external/mpl/bind/dist/doc/misc/
H A Doptions.grammar.rst271 sortlist { <address_match_element>; ... };
/netbsd/external/mpl/bind/dist/bin/named/
H A Dnamed.conf.rst417 sortlist { address_match_element; ... };
820 sortlist { address_match_element; ... };

12