Home
last modified time | relevance | path

Searched refs:needsort (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/usr.bin/systat/
Difcmds.c51 int needsort = 0; variable
72 needsort = 1; in ifcmd()
78 needsort = 1; in ifcmd()
Difstat.c92 extern int needsort;
295 needsort = 1; in fetchifstat()
340 if (needsort) in fetchifstat()
420 needsort = 0; in sort_interface_list()
/netbsd/src/external/bsd/libbind/dist/irs/
Ddns_ho.c1098 int i, j, needsort = 0, aval[MAXADDRS]; in addrsort() local
1109 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()
1110 needsort = i; in addrsort()
1112 if (!needsort) in addrsort()
1115 while (needsort < num) { in addrsort()
1116 for (j = needsort - 1; j >= 0; j--) { in addrsort()
1131 needsort++; in addrsort()
/netbsd/src/lib/libc/net/
Dgethnamaddr.c894 int needsort = 0; in addrsort() local
906 if (needsort == 0 && i > 0 && j < aval[i-1]) in addrsort()
907 needsort = i; in addrsort()
909 if (!needsort) in addrsort()
912 while (needsort < num) { in addrsort()
913 for (j = needsort - 1; j >= 0; j--) { in addrsort()
927 needsort++; in addrsort()
/netbsd/src/external/cddl/osnet/dist/common/acl/
Dacl_common.c461 int *numuser, int *numgroup, int *needsort) in ln_aent_preprocess() argument
469 *needsort = 0; in ln_aent_preprocess()
475 *needsort = 1; in ln_aent_preprocess()
512 int numuser, numgroup, needsort; in ln_aent_to_ace() local
519 &numuser, &numgroup, &needsort); in ln_aent_to_ace()
537 if (needsort) in ln_aent_to_ace()