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

  /src/usr.bin/moduli/qsieve/
qfile.c 49 qfileout(FILE * ofile, uint32_t otype, uint32_t otests, uint32_t otries,
58 if (0 > fprintf(ofile,
75 if (1 > BN_print_fp(ofile, omodulus)) {
79 return (fprintf(ofile, "\n"));
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.c 329 aic_print_file_prologue(FILE *ofile)
332 if (ofile == NULL)
335 fprintf(ofile,
354 aic_print_reg_dump_types(FILE *ofile)
356 if (ofile == NULL)
359 fprintf(ofile,
383 aic_print_reg_dump_end(FILE *ofile, FILE *dfile,
421 fprintf(ofile,
461 symtable_dump(FILE *ofile, FILE *dfile)
532 aic_print_file_prologue(ofile);
    [all...]
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...]
aicasm_symbol.h 207 void symtable_dump(FILE *ofile, FILE *dfile);
  /src/lib/librumpuser/build-aux/
compile 263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
  /src/sys/external/isc/libsodium/dist/build-aux/
compile 264 ofile=
279 ofile=$2
301 if test -z "$ofile" || test -z "$cfile"; then
332 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
334 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
  /src/sys/external/isc/libsodium/dist/
compile 263 ofile=
278 ofile=$2
300 if test -z "$ofile" || test -z "$cfile"; then
331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
configure 12501 ofile=libtool
20209 ofile='$ofile'
20767 cfgfile=${ofile}T
21300 mv -f "$cfgfile" "$ofile" ||
21301 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
21302 chmod +x "$ofile"
  /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/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...]
  /src/usr.bin/mklocale/
yacc.y 260 FILE *ofile;
279 if ((ofile = fopen(locale_file, "w")) == 0)
301 if (ofile == NULL)
302 ofile = stdout;
304 mklocaledb(locale_type, stdin, ofile);
623 FILE *fp = ofile;
  /src/usr.sbin/postinstall/
postinstall.in 526 local ofile cmd ftype
528 while read ofile; do
529 if ! ${file_exists_exact} "${ofile}"; then
532 ofile="${DEST_DIR}${ofile#.}"
535 if [ -h "${ofile}" ]; then
537 elif [ -d "${ofile}" ]; then
540 elif [ ! -e "${ofile}" ]; then
544 msg "Remove obsolete ${ftype} ${ofile}"
546 elif ! eval "${cmd} \"\${ofile}\""; the
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 219 ofile=libtool
687 AC_MSG_NOTICE([creating $ofile])
724 cfgfile=${ofile}T
784 mv -f "$cfgfile" "$ofile" ||
785 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
786 chmod +x "$ofile"
788 [cat <<_LT_EOF >> "$ofile"
802 ofile='$ofile'], [])
    [all...]

Completed in 29 milliseconds