HomeSort by relevance Sort by last modified time
    Searched full:get_next_name (Results 1 - 1 of 1) sorted by null

  /external/fio/
options.c 755 static char *get_next_name(char **ptr) function
804 if (get_next_name(&str) == NULL)
825 fname = get_next_name(&str);
846 while ((fname = get_next_name(&str)) != NULL) {
867 while ((dirname = get_next_name(&str)) != NULL) {
    [all...]

Completed in 81 milliseconds