OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foundeof
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xargs/
xargs.c
277
int ch,
foundeof
;
local
280
foundeof
= 0;
316
foundeof
= *eofstr != '\0' &&
320
if ((argp != p || wasquoted) && !
foundeof
) {
364
(Lflag <= count && xflag) ||
foundeof
) {
372
if (ch == EOF ||
foundeof
) {
xargs.c
277
int ch,
foundeof
;
local
280
foundeof
= 0;
316
foundeof
= *eofstr != '\0' &&
320
if ((argp != p || wasquoted) && !
foundeof
) {
364
(Lflag <= count && xflag) ||
foundeof
) {
372
if (ch == EOF ||
foundeof
) {
Completed in 33 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026