Home
last modified time | relevance | path

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

/src/sbin/nvmecontrol/
H A Dtelemetry.c51 const char *outfn; member
56 .outfn = NULL,
63 OPT("output-file", 'O', arg_string, opt, outfn,
113 if (opt.outfn == NULL) in telemetry_log()
135 fdout = open(opt.outfn, O_WRONLY | O_CREAT, 0664); in telemetry_log()
137 err(EX_IOERR, "Can't create %s", opt.outfn); in telemetry_log()
177 err(EX_IOERR, "Error writing %s", opt.outfn); in telemetry_log()
/src/sys/fs/cd9660/
H A Dcd9660_util.c164 isofntrans(u_char *infn, int infnlen, u_char *outfn, u_short *outfnlen, in isofntrans() argument
168 u_char *outp = outfn, *infnend = infn + infnlen; in isofntrans()
187 *outfnlen = outp - outfn; in isofntrans()
/src/usr.sbin/daemon/
H A Ddaemon.c772 open_log(const char *outfn, mode_t outfm) in open_log() argument
775 return open(outfn, O_CREAT | O_WRONLY | O_APPEND | O_CLOEXEC, outfm); in open_log()