OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eofstr
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xargs/
xargs.c
77
static const char *
eofstr
;
variable in typeref:typename:const char *
98
eofstr
= "";
140
eofstr
= optarg;
316
foundeof = *
eofstr
!= '\0' &&
317
strncmp(argp,
eofstr
, (size_t)(p - argp)) == 0;
648
"Usage: %s [-0opt] [-E
eofstr
] [-I replstr [-R replacements] [-S replsize]]\n"
xargs.c
77
static const char *
eofstr
;
variable in typeref:typename:const char *
98
eofstr
= "";
140
eofstr
= optarg;
316
foundeof = *
eofstr
!= '\0' &&
317
strncmp(argp,
eofstr
, (size_t)(p - argp)) == 0;
648
"Usage: %s [-0opt] [-E
eofstr
] [-I replstr [-R replacements] [-S replsize]]\n"
Completed in 21 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025