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

/freebsd-current/bin/rm/
H A Drm.c49 static int dflag, eval, fflag, iflag, vflag, Wflag, stdin_ok; variable
148 stdin_ok = isatty(STDIN_FILENO);
174 * (-i) or can't ask anyway (stdin_ok), don't stat the file.
176 needstat = !uid || (!fflag && !iflag && stdin_ok);
399 * because their permissions are meaningless. Check stdin_ok
402 if (!stdin_ok || S_ISLNK(sp->st_mode) ||

Completed in 113 milliseconds