HomeSort by: relevance | last modified time | path
    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