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 - 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
Indexes created Fri Sep 26 20:09:58 GMT 2025