OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 58 milliseconds