/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/ |
H A D | resconf.c | 112 } 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-src/external/mpl/bind/dist/lib/irs/ |
H A D | resconf.c |
|
/netbsd-src/external/gpl2/mkhybrid/dist/ |
H A D | joliet.c | 893 struct directory_entry ** sortlist; in FDECL1() local 907 sortlist = (struct directory_entry **) in FDECL1() 916 sortlist[dcount] = s_entry; in FDECL1() 924 qsort(sortlist, dcount, sizeof(struct directory_entry *), in FDECL1() 927 qsort(sortlist, dcount, sizeof(struct directory_entry *), in FDECL1() 936 sortlist[i]->jnext = sortlist[i+1]; in FDECL1() 939 sortlist[dcount-1]->jnext = NULL; in FDECL1() 940 *sort_dir = sortlist[0]; in FDECL1() 942 free(sortlist); in FDECL1()
|
H A D | write.c | 458 struct directory_entry ** sortlist; in FDECL1() local 478 sortlist = (struct directory_entry **) in FDECL1() 489 sortlist[j--] = s_entry; in FDECL1() 493 sortlist[dcount] = s_entry; in FDECL1() 514 qsort(sortlist, dcount, sizeof(struct directory_entry *), in FDECL1() 517 qsort(sortlist, dcount, sizeof(struct directory_entry *), in FDECL1() 528 sortlist[i]->next = sortlist[i+1]; in FDECL1() 531 sortlist[dcount+xcount-1]->next = NULL; in FDECL1() 532 *sort_dir = sortlist[0]; in FDECL1() 535 free(sortlist); in FDECL1()
|
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | hardlink.c | 207 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 D | find_names.c | 115 sortlist (files, fsortcmp); in Find_Names() 239 sortlist (dirlist, fsortcmp); in Find_Directories()
|
H A D | hash.h | 65 void sortlist (List *list, int (*)(const Node *, const Node *));
|
H A D | ignore.c | 489 sortlist (files, fsortcmp); in ignore_files()
|
H A D | hash.c | 451 sortlist (List *list, int (*comp) (const Node *, const Node *)) in sortlist() function
|
/netbsd-src/usr.sbin/lockstat/ |
H A D | main.c | 133 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-src/external/mpl/bind/dist/tests/irs/testdata/ |
H A D | sortlist-v4.conf | 12 sortlist 130.155.160.0/255.255.240.0 130.155.0.0
|
H A D | resolv.conf | 16 sortlist 130.155.160.0/255.255.240.0 130.155.0.0
|
/netbsd-src/bin/ps/ |
H A D | ps.c | 113 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 D | extern.h | 47 extern VARLIST sortlist;
|
H A D | keyword.c | 342 parsevarlist(p, &sortlist, NULL); in parsesort()
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/sortlist/ns1/ |
H A D | example.db | 23 ; Let's see what the sortlist picks out of this...
|
H A D | named.conf.in | 26 sortlist {
|
/netbsd-src/external/bsd/blocklist/diff/ |
H A D | named.diff | 61 main.c notify.c query.c server.c sortlist.c statschannel.c \ 127 #include <named/sortlist.h>
|
/netbsd-src/external/bsd/libbind/dist/doc/ |
H A D | resolver.cat5 | 56 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-src/external/bsd/openresolv/dist/ |
H A D | libc.in | 87 resolv_conf_sortlist="$(key_get_value "sortlist " "$base")"
|
/netbsd-src/external/mpl/bind/dist/lib/ns/ |
H A D | Makefile.in | 166 libns_la-query.lo libns_la-server.lo libns_la-sortlist.lo \ 197 ./$(DEPDIR)/libns_la-sortlist.Plo \ 520 include/ns/sortlist.h \ 537 sortlist.c \ 650 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libns_la-sortlist.Plo@am__quote@ # am--include-marker 741 libns_la-sortlist.lo: sortlist.c 742 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libns_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libns_la-sortlist.lo -MD -MP -MF $(DEPDIR)/libns_la-sortlist.Tpo -c -o libns_la-sortlist [all...] |
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
H A D | view.h | 143 dns_acl_t *sortlist; member
|
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/ |
H A D | view.h | 137 dns_acl_t *sortlist; 144 dns_acl_t *sortlist; global() member
|
/netbsd-src/external/mpl/bind/dist/fuzz/isc_lex_gettoken.in/ |
H A D | named.conf | 184 sortlist {
|
/netbsd-src/external/mpl/bind/dist/fuzz/isc_lex_getmastertoken.in/ |
H A D | named.conf | 188 sortlist {
|