/illumos-gate/usr/src/cmd/refer/ |
H A D | refer0.c | 24 int sort = 0; variable
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | cksum.c | 134 int (*sort)(FTSENT* const*, FTSENT* const*); member in struct:State_s 496 state.sort = order; 592 else if (!(fts = fts_open(argv, flags, state.sort)))
|
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldaplist.c | 198 const char *sort = NULL; local 204 sort = databaselist[i].sortattr; 211 sort = databaselist[i].sortattr; 220 sort, merge_SSD_filter, (const char **)ldapattribute, NULL,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | expand.c | 52 #define sort() qsort((char *)sortbase, &eargv[eargc] - sortbase, \ macro 178 sort(); 226 sort(); 234 sort(); 416 sort();
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | tsort.c | 62 int s_num; /* number of objects to sort */ 90 sort_scc(Sort *sort, int fndx, int flag) argument 96 Lm_list *lml = LIST(sort->s_lmp); 107 if (sort->s_queue == NULL) { 111 lmp = sort->s_lmp; 114 if (aplist_append(&sort->s_queue, lmp, sort->s_num) == NULL) 119 for (APLIST_TRAVERSE(sort->s_queue, idx1, lmp2)) { 137 if (aplist_append(&sort->s_queue, lmp3, 138 sort 246 visit(Lm_list *lml, Rt_map *lmp, Sort *sort, int flag) argument 308 _dep_visit(Lm_list *lml, int min, Rt_map *clmp, Rt_map *dlmp, uint_t bflags, Sort *sort, int flag) argument 390 dep_visit(Lm_list *lml, Rt_map *clmp, uint_t cbflags, Rt_map *lmp, Sort *sort, int flag) argument 468 trace_find_scc(Sort *sort, Rt_map *lmp) argument 489 trace_sort(Sort *sort) argument 546 r_initfirst(Sort * sort, int end) argument 590 f_initfirst(Sort *sort, int end) argument 631 initorfini(Lm_list *lml, Rt_map *lmp, int flag, Sort *sort) argument 669 Sort sort = { 0 }; local [all...] |
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.glob.c | 54 #define sort() qsort((char *)sortbas, &gargv[gargc] - sortbas, \ macro 135 sort(); 153 sort(); 156 sort(); 348 sort();
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | cmd3.c | 60 static void sort(char **list); 557 sort(ap); 624 sort(ap); 714 sort(char **list) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 90 static void sort(void); 168 sort(); 181 sort(); 185 sort(void) function 373 sort();
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zap_leaf.c | 161 zap_leaf_init(zap_leaf_t *l, boolean_t sort) argument 178 if (sort) 800 zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort) argument 817 if (sort)
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_calib.c | 58 int16_t sort[ATH9K_NF_CAL_HIST_MAX]; local 62 sort[i] = nfCalBuffer[i]; 66 if (sort[j] > sort[j - 1]) { 67 nfval = sort[j]; 68 sort[j] = sort[j - 1]; 69 sort[j - 1] = nfval; 73 nfval = sort[(ATH9K_NF_CAL_HIST_MAX - 1) >> 1];
|
/illumos-gate/usr/src/cmd/sgs/prof/common/ |
H A D | prof.c | 218 int (*sort)() = NULL; /* Compare routine for sorting output */ variable 261 extern unsigned char sort_flag; /* what type of sort ? */ 370 int (*fcn)(); /* For function to sort results. */ 401 check: /* Here to check sort option conflicts. */ 402 if (sort != NULL && sort != fcn) { 406 sort = fcn; /* Store sort routine */ 461 if (sort == NULL && !(flags & F_SORT)) 462 /* If have not specified sort mod [all...] |
/illumos-gate/usr/src/cmd/diff/ |
H A D | diff.c | 154 static void sort(struct line *, int); 470 sort(sfile[0], slen[0]); 471 sort(sfile[1], slen[1]); 1810 sort(struct line *a, int n) /* shellsort CACM #201 */ function
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 1231 * in a dyn[sym|tls]sort section. However, there are some 1591 /* Include it in sort section? */ 1600 * a sort section. Sort sections require a 1780 * symbols to their strong counterparts sort global symbols according to their 2318 /* Include it in sort section? */ 2742 static Sym_desc **sort; local 2748 * try and reuse a static sort buffer. Note, presently we're 2753 if ((sort = libld_malloc(nsize)) == NULL) 2757 (void) memcpy((void *)sort, &ifl->ifl_oldndx[local], nsize); 2759 qsort(sort, (tota [all...] |
/illumos-gate/usr/src/cmd/sort/common/ |
H A D | types.h | 224 * sort(1) has, for debugging purposes, a primitive compile-time option to 250 typedef struct sort { struct
|