Searched refs:used_stdin (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/iceauth/dist/
H A Dprocess.c1171 Bool used_stdin = False; local in function:do_merge
1176 &used_stdin, inputfilename, lineno,
1194 if (!used_stdin) (void) fclose (fp);
1543 Bool used_stdin = False; local in function:do_source
1556 fp = open_file (&script, "r", &used_stdin, inputfilename, lineno, argv[0]);
1561 if (verbose && used_stdin && isatty (fileno (fp))) prompt = True;
1598 if (!used_stdin) {
/xsrc/external/mit/xauth/dist/
H A Dprocess.c1529 Bool used_stdin = False; local in function:do_merge
1535 &used_stdin, inputfilename, lineno,
1553 if (!used_stdin) (void) fclose (fp);
1817 Bool used_stdin = False; local in function:do_source
1830 fp = open_file (&script, "r", &used_stdin, inputfilename, lineno, argv[0]);
1835 if (verbose && used_stdin && isatty (fileno (fp))) prompt = True;
1871 if (!used_stdin) {

Completed in 5 milliseconds