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

/freebsd-current/usr.bin/hexdump/
H A Ddisplay.c341 int statok; local
356 statok = 1;
360 statok = 0;
365 statok ? *_argv : "stdin");
370 if (statok == 0 || *(_argv + 1) == NULL) {
376 doskip(statok ? *_argv : "stdin", statok);
386 doskip(const char *fname, int statok) argument
391 if (statok) {
400 if (!statok || S_ISFIF
[all...]
/freebsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c154 int errcnt, jobcount, statok, tempfd; local
189 statok = stat(pp->lock_file, &stb);
190 if (statok == 0 && (stb.st_mode & LFM_PRINT_DIS))
206 if (statok != 0)
207 statok = stat(pp->lock_file, &stb);

Completed in 75 milliseconds