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

  /src/usr.bin/xargs/
xargs.c 277 int ch, foundeof; local in function:parse_input
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 in function:parse_input
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 70 milliseconds