Searched refs:string_to_tokens (Results 1 – 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/include/ |
D | string_to_tokens.h | 46 int string_to_tokens(char *, char **, int, char *);
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | string_to_tokens.c | 80 string_to_tokens(char *arg_string, char *arg_array[], int array_size, in string_to_tokens() function
|
D | Makefile | 36 datapid.o write_log.o pattern.o string_to_tokens.o \
|
D | doio.c | 5037 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()
|
D | iogen.c | 1531 nopenargs = string_to_tokens(optarg, openargs, 4, ":/"); in parse_cmdline()
|