Home
last modified time | relevance | path

Searched refs:string_to_tokens (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/include/
Dstring_to_tokens.h46 int string_to_tokens(char *, char **, int, char *);
/external/ltp/testcases/kernel/fs/doio/
Dstring_to_tokens.c80 string_to_tokens(char *arg_string, char *arg_array[], int array_size, in string_to_tokens() function
DMakefile36 datapid.o write_log.o pattern.o string_to_tokens.o \
Ddoio.c5037 nmemargs = string_to_tokens(optarg, memargs, 32, ","); in parse_cmdline()
5255 nalloc = string_to_tokens(arg, allocargs, 32, ":"); in parse_memalloc()
5383 ndelay = string_to_tokens(arg, delayargs, 32, ":"); in parse_delay()
Diogen.c1531 nopenargs = string_to_tokens(optarg, openargs, 4, ":/"); in parse_cmdline()
/external/ltp/
Dgen.bp8227 "testcases/kernel/fs/doio/string_to_tokens.c",