Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/
H A Dshasum248 my $checkfile = shift;
254 $checkfile eq '-' and open(FH, '< -')
255 and $checkfile = 'standard input'
256 or sysopen(FH, $checkfile, O_RDONLY)
257 or die "shasum: $checkfile: $!\n";
273 warn("shasum: $checkfile: $.: improperly " .
300 warn("shasum: $checkfile: no properly formatted " .
313 warn("shasum: $checkfile: no file was verified\n")
/openbsd-src/usr.bin/fstat/
H A Dfstat.c99 int checkfile; /* true if restricting to particular files or filesystems */ variable
270 checkfile = 1; in main()
273 if (!checkfile) in main()
278 if (!fuser && fsflg && !checkfile) { in main()
282 checkfile = 1; in main()
346 if (checkfile && fsflg == 0) in fstat_header()
410 if (checkfile == 0) in fstat_dofile()
414 if (checkfile == 0) in fstat_dofile()
440 if (checkfile) { in vtrans()
747 if (checkfile) { in socktrans()
/openbsd-src/usr.bin/compress/
H A Dznew28 checkfile () {
68 if ! checkfile "$tmp"; then
/openbsd-src/usr.bin/sendbug/
H A Dsendbug.c33 void checkfile(const char *);
168 checkfile(tmppath); in main()
517 checkfile(const char *pathname) in checkfile() function
/openbsd-src/usr.sbin/unbound/testcode/
H A Dunitauth.c687 checkfile(char* f1, char *f2) in checkfile() function
740 checkfile(fname, outf); in check_read_exact()