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

  /onnv/onnv-gate/usr/src/cmd/filebench/workloads/
filemicro_statfile.f 43 flowop statfile name=statfile1,filesetname=bigfileset
fileserver.f 50 flowop statfile name=statfile1,filesetname=bigfileset
compflow_demo.f 55 flowop statfile name=statfile1,filesetname=$filesetnm
networkfs.f 112 flowop statfile name=statfile1,filesetname=bigfileset,indexed=$fileidx
  /onnv/onnv-gate/usr/src/cmd/bnu/
uucleanup.c 160 char fullname[MAXFULLNAME], statfile[MAXFULLNAME], machname[MAXFULLNAME]; local
272 (void) sprintf(statfile, "%s/%s", machname, file2);
273 if (DIRECTORY(statfile)) {
278 if ((jcdir = opendir(statfile)) == NULL) {
281 statfile, errno);
288 FULLNAME(fullname, statfile, file3);
294 wprocess(statfile, file3);
298 procdtype(statfile, file3);
307 DEBUG(9, "Fullname is (%s)\n", statfile);
309 if (_age(statfile) >= _Xdays
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
stat.t 344 my $statfile = File::Spec->catfile($Curdir, 'op', 'stat.t');
345 ok( -T $statfile, '-T');
346 ok(! -B $statfile, '!-B');
355 open(FOO,$statfile);
371 open(FOO,$statfile);

Completed in 1019 milliseconds