Searched defs:get_next_name (Results 1 - 1 of 1) sorted by path

/external/fio/
H A Doptions.c768 static char *get_next_name(char **ptr) function
817 if (get_next_name(&str) == NULL)
838 fname = get_next_name(&str);
859 while ((fname = get_next_name(&str)) != NULL) {
880 while ((dirname = get_next_name(&str)) != NULL) {

Completed in 179 milliseconds