Searched refs:statfile (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | stat.t | 402 my $statfile = './op/stat.t'; 403 ok( -T $statfile, '-T'); 404 ok(! -B $statfile, '!-B'); 408 open(FOO,$statfile); 424 open(FOO,$statfile); 635 my @statarg = ($statfile, $statfile);
|
/openbsd/usr.sbin/lpr/lpc/ |
H A D | cmds.c | 191 char statfile[PATH_MAX]; in upstat() local 195 (void)snprintf(statfile, sizeof(statfile), "%s/%s", SD, ST); in upstat() 196 fd = safe_open(statfile, O_WRONLY|O_CREAT|O_NOFOLLOW, 0660); in upstat()
|