HomeSort by: relevance | last modified time | path
    Searched defs:ofile (Results 1 - 5 of 5) sorted by relevancy

  /src/distrib/utils/ssh/
ssh.c 413 run [-bg] [-i ifile] [-o ofile] [-e efile] program [args...]\n\
423 char *opt, *ifile, *ofile, *efile; local in function:cmd_run
434 ifile = ofile = efile = NULL;
446 ofile = argv[0];
485 if (ofile)
486 child_newfd(1, ofile, O_WRONLY|O_CREAT);
  /src/sys/dev/microcode/aic7xxx/
aicasm.c 93 FILE *ofile; variable in typeref:typename:FILE *
191 if ((ofile = fopen(optarg, "w")) == NULL) {
298 if (ofile != NULL)
362 fprintf(ofile,
369 fprintf(ofile, "static const uint8_t seqprog[] = {\n");
374 fprintf(ofile, "%s\t0x%02x, 0x%02x, 0x%02x, 0x%02x",
389 fprintf(ofile, "\n};\n\n");
398 fprintf(ofile,
404 fprintf(ofile,
421 fprintf(ofile,
    [all...]
  /src/usr.bin/tic/
tic.c 610 char *source, *dbname, *buf, *ofile; local in function:main
618 ofile = NULL;
635 ofile = optarg;
701 if (ofile == NULL)
704 dbname = ofile;
711 if (ofile == NULL)
  /src/sbin/restore/
dirs.c 716 int ofile, dp, i, size; local in function:genliteraldir
723 if ((ofile = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0666)) < 0) {
740 if (!Nflag && write(ofile, buf, (int) size) == -1) {
749 (void) close(ofile);
tape.c 93 static int ofile; variable in typeref:typename:int
791 if (!Nflag && (ofile = open(name, O_WRONLY | O_CREAT | O_TRUNC,
800 (void) fchown(ofile, uid, gid);
801 (void) fchmod(ofile, mode);
805 set_extattr(ofile, name, buf, extsize, SXA_FD);
817 (void) futimens(ofile, ctimep);
818 (void) futimens(ofile, mtimep);
823 (void) fchflags(ofile, flags);
824 (void) close(ofile);
1193 if (write(ofile, buf, (int) size) == -1)
    [all...]

Completed in 14 milliseconds