Home
last modified time | relevance | path

Searched refs:eof_str (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/findutils/
Dxargs.c112 const char *eof_str; member
134 G.eof_str = NULL; \
326 if (G.eof_str) { in process_stdin()
327 if (strcmp(s, G.eof_str) == 0) { in process_stdin()
377 if (G.eof_str) { in process_stdin()
378 if (strcmp(s, G.eof_str) == 0) { in process_stdin()
623 &max_args, &max_chars, &G.eof_str, &G.eof_str in xargs_main()
642 if ((opt & OPT_EOF_STRING1) && G.eof_str[0] == '\0') in xargs_main()
643 G.eof_str = NULL; in xargs_main()