Home
last modified time | relevance | path

Searched refs:file_list_populate (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/sort/
H A Dfile.h110 void file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate);
H A Dsort.c1388 file_list_populate(&fl, argc, argv, true); in main()
H A Dfile.c246 file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate) in file_list_populate() function