Home
last modified time | relevance | path

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

/freebsd/bin/rm/
H A Drm.c49 static int dflag, eval, fflag, iflag, vflag, Wflag, stdin_ok; variable
148 stdin_ok = isatty(STDIN_FILENO); in main()
176 needstat = !uid || (!fflag && !iflag && stdin_ok); in rm_tree()
402 if (!stdin_ok || S_ISLNK(sp->st_mode) || in check()