Home
last modified time | relevance | path

Searched refs:ofile (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/stride_dd/
H A Dstride_dd.c27 static char *ofile = NULL; variable
84 ofile = optarg; in parse_options()
115 ofile == NULL || seek < 0) { in parse_options()
140 ofd = open(ofile, O_WRONLY | O_CREAT, 0666); in main()
142 (void) fprintf(stderr, "%s: %s: ", execname, ofile); in main()
/f-stack/dpdk/buildtools/
H A Dgen-pmdinfo-cfile.sh11 for ofile in `ar t $arfile` ; do
12 ar p $arfile $ofile | $pmdinfogen - - >> $output 2> /dev/null
/f-stack/freebsd/contrib/openzfs/cmd/dbufstat/
H A Ddbufstat.in531 ofile = None
572 ofile = arg
653 if ofile:
655 tmp = open(ofile, "w")
659 sys.stderr.write("Cannot open %s for writing\n" % ofile)