OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:separators
(Results
1 - 1
of
1
) 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)
Completed in 51 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025