Home
last modified time | relevance | path

Searched refs:strtok (Results 1 – 3 of 3) sorted by relevance

/bin/shell/
Dshell.c118 nextArg = strtok(buf, " \t\r\n"); in DispatchCommand()
124 nextArg = strtok(NULL, " \t\r\n"); in DispatchCommand()
/include/
Dstring.h21 char *strtok(char *str, const char *delim);
/lib/libc/
Dstring.c156 strtok(char *str, const char *delim) in strtok() function