HomeSort by relevance Sort by last modified time
    Searched refs:stdin_ok (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/upstream-netbsd/bin/rm/
rm.c 63 static int dflag, eval, fflag, iflag, Pflag, stdin_ok, vflag, Wflag; variable
148 stdin_ok = isatty(STDIN_FILENO);
169 * (-i) or can't ask anyway (stdin_ok), don't stat the file.
171 needstat = !fflag && !iflag && stdin_ok;
544 * because their permissions are meaningless. Check stdin_ok
547 if (!stdin_ok || S_ISLNK(sp->st_mode) ||
  /system/core/toolbox/upstream-netbsd/bin/mv/
mv.c 69 static int stdin_ok; variable
110 stdin_ok = isatty(STDIN_FILENO);
182 } else if (stdin_ok && access(to, W_OK) && !stat(to, &sb)) {

Completed in 64 milliseconds