Home
last modified time | relevance | path

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

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Djoliet.c893 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 Dwrite.c458 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 Dhardlink.c200 sortlist ((List *) n->data, fsortcmp);
225 sortlist (links1, fsortcmp);
226 sortlist (links2, fsortcmp);
H A Dhash.h58 void sortlist PROTO((List * list, int (*)(const Node *, const Node *)));
H A Dfind_names.c114 sortlist (files, fsortcmp);
246 sortlist (dirlist, fsortcmp);
H A Dignore.c506 sortlist (files, fsortcmp);
H A Dhash.c398 sortlist (list, comp) in sortlist() function
H A Dlock.c910 sortlist (lock_tree_list, fsortcmp);
H A DChangeLog-93951580 (sortlist): Add prototype for COMP argument.
2162 * hash.h (walklist, sortlist): correct function prototypes.
H A DChangeLog-96409 * hash.c (sortlist, new function qsort_comp): Rewrite to use qsort