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

/freebsd-10.0-release/usr.bin/hexdump/
H A Ddisplay.c337 int statok; local
352 statok = 1;
356 statok = 0;
359 doskip(statok ? *_argv : "stdin", statok);
369 doskip(const char *fname, int statok) argument
374 if (statok) {
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c166 int errcnt, jobcount, statok, tempfd; local
201 statok = stat(pp->lock_file, &stb);
202 if (statok == 0 && (stb.st_mode & LFM_PRINT_DIS))
218 if (statok != 0)
219 statok = stat(pp->lock_file, &stb);

Completed in 210 milliseconds