Searched refs:sortlist (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
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()
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | hardlink.c | 200 sortlist ((List *) n->data, fsortcmp); 225 sortlist (links1, fsortcmp); 226 sortlist (links2, fsortcmp);
|
H A D | hash.h | 58 void sortlist PROTO((List * list, int (*)(const Node *, const Node *)));
|
H A D | find_names.c | 114 sortlist (files, fsortcmp); 246 sortlist (dirlist, fsortcmp);
|
H A D | ignore.c | 506 sortlist (files, fsortcmp);
|
H A D | hash.c | 398 sortlist (list, comp) in sortlist() function
|
H A D | lock.c | 910 sortlist (lock_tree_list, fsortcmp);
|
H A D | ChangeLog-9395 | 1580 (sortlist): Add prototype for COMP argument. 2162 * hash.h (walklist, sortlist): correct function prototypes.
|
H A D | ChangeLog-96 | 409 * hash.c (sortlist, new function qsort_comp): Rewrite to use qsort
|