HomeSort by: relevance | last modified time | path
    Searched defs:separators (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/init/
init.c 1054 static const char separators[] = " \t"; local in function:construct_argv
1059 if ((argv[argc++] = strtok(command, separators)) == 0) {
1063 while ((argv[argc++] = strtok(NULL, separators)) != NULL)
init.c 1054 static const char separators[] = " \t"; local in function:construct_argv
1059 if ((argv[argc++] = strtok(command, separators)) == 0) {
1063 while ((argv[argc++] = strtok(NULL, separators)) != NULL)

Completed in 26 milliseconds