| /src/external/mit/libcbor/dist/test/ |
| pretty_printer_test.c | 25 FILE *outfile = tmpfile(); local 28 cbor_describe(item, outfile); 33 cbor_describe(item, outfile); 36 fclose(outfile);
|
| /src/sys/arch/alpha/stand/mkbootimage/ |
| mkbootimage.c | 61 const char *infile, *outfile; local 91 outfile = argv[1]; /* NULL if argc == 1 */ 96 outfile != NULL ? outfile : "<stdout>"); 152 if (outfile == NULL) { 154 outfile = "<stdout>"; 155 } else if ((outfd = open(outfile, O_WRONLY|O_CREAT, 0666)) == -1) 156 err(EXIT_FAILURE, "open %s", outfile); 161 err(EXIT_FAILURE, "write %s", outfile); 163 errx(EXIT_FAILURE, "write %s: short write", outfile); [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| nseq.c | 47 char *infile = NULL, *outfile = NULL, *prog; local 68 outfile = opt_arg(); 84 out = bio_open_default(outfile, 'w', FORMAT_PEM);
|
| pkeyparam.c | 58 char *infile = NULL, *outfile = NULL, *prog; local 76 outfile = opt_arg(); 111 out = bio_open_default(outfile, 'w', FORMAT_PEM);
|
| rand.c | 57 char *outfile = NULL, *prog; local 78 outfile = opt_arg(); 190 out = bio_open_default(outfile, 'w', format);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| nseq.c | 45 char *infile = NULL, *outfile = NULL, *prog; local 66 outfile = opt_arg(); 83 out = bio_open_default(outfile, 'w', FORMAT_PEM);
|
| pkeyparam.c | 54 char *infile = NULL, *outfile = NULL, *prog; local 72 outfile = opt_arg(); 101 out = bio_open_default(outfile, 'w', FORMAT_PEM);
|
| rand.c | 53 char *outfile = NULL, *prog; local 70 outfile = opt_arg(); 105 out = bio_open_default(outfile, 'w', format);
|
| /src/sbin/gpt/ |
| backup.c | 60 "[-o outfile]", 205 backup(gpt_t gpt, const char *outfile) 266 fp = strcmp(outfile, "-") == 0 ? stdout : fopen(outfile, "w"); 268 gpt_warn(gpt, "Can't open `%s'", outfile); 287 const char *outfile = "-"; local 292 outfile = optarg; 301 return backup(gpt, outfile);
|
| /src/sys/arch/alpha/stand/setnetbootinfo/ |
| setnetbootinfo.c | 51 char *netboot, *outfile, *addr, *host; variable 62 fprintf(stderr, "\tsetnetboot [-v] [-f] [-o outfile] \\\n"); 64 fprintf(stderr, "\tsetnetboot [-v] -u -o outfile infile\n"); 93 outfile = optarg; 118 if (outfile == NULL) 138 if (outfile != NULL) 139 outfilename = outfile; 246 if (outfile == NULL)
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| gendsa.c | 51 char *outfile = NULL, *passoutarg = NULL, *passout = NULL, *prog; local 69 outfile = opt_arg(); 111 out = bio_open_owner(outfile, FORMAT_PEM, private);
|
| nseq.c | 37 char *infile = NULL, *outfile = NULL, *prog; local 58 outfile = opt_arg(); 69 out = bio_open_default(outfile, 'w', FORMAT_PEM);
|
| pkeyparam.c | 44 char *infile = NULL, *outfile = NULL, *prog; local 62 outfile = opt_arg(); 85 out = bio_open_default(outfile, 'w', FORMAT_PEM);
|
| rand.c | 45 char *outfile = NULL, *prog; local 62 outfile = opt_arg(); 89 out = bio_open_default(outfile, 'w', format);
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| ctfconvert.c | 54 static const char *outfile = NULL; variable 61 "Usage: %s [-gis] -l label | -L labelenv [-o outfile] object_file\n" 72 if (!outfile) { 185 outfile = optarg; 256 if (outfile && strcmp(infile, outfile) != 0) { 257 write_ctf(mstrtd, infile, outfile, dynsym | keep_stabs);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| pex-msdos.c | 168 char *outfile; local 207 outfile = ""; 212 outfile = ms->files[outindex]; 219 + strlen (outfile) 228 outfile);
|
| /src/external/gpl3/binutils/usr.sbin/ncdcs/ |
| ncdcs.c | 14 ** Usage: ncdcs <infile> [outfile] 130 char *infile, *outfile; local 145 outfile = argc > 2 ? argv[2] : NULL; 224 if(outfile) { 230 if((fd = open(outfile, O_RDWR|O_CREAT|O_TRUNC, st.st_mode)) < 0) { 231 perror(outfile); 236 perror(outfile);
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| pex-msdos.c | 168 char *outfile; local 207 outfile = ""; 212 outfile = ms->files[outindex]; 219 + strlen (outfile) 228 outfile);
|
| /src/external/gpl3/binutils.old/usr.sbin/ncdcs/ |
| ncdcs.c | 14 ** Usage: ncdcs <infile> [outfile] 130 char *infile, *outfile; local 145 outfile = argc > 2 ? argv[2] : NULL; 224 if(outfile) { 230 if((fd = open(outfile, O_RDWR|O_CREAT|O_TRUNC, st.st_mode)) < 0) { 231 perror(outfile); 236 perror(outfile);
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| pex-msdos.c | 168 char *outfile; local 207 outfile = ""; 212 outfile = ms->files[outindex]; 219 + strlen (outfile) 228 outfile);
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| pex-msdos.c | 168 char *outfile; local 207 outfile = ""; 212 outfile = ms->files[outindex]; 219 + strlen (outfile) 228 outfile);
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| pex-msdos.c | 168 char *outfile; local 207 outfile = ""; 212 outfile = ms->files[outindex]; 219 + strlen (outfile) 228 outfile);
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| pex-msdos.c | 168 char *outfile; local 207 outfile = ""; 212 outfile = ms->files[outindex]; 219 + strlen (outfile) 228 outfile);
|
| /src/usr.bin/cap_mkdb/ |
| cap_mkdb.c | 66 static char *capname, outfile[MAXPATHLEN]; variable 129 (void)snprintf(outfile, sizeof(outfile), "%s.db.tmp", 131 if ((capname = strdup(outfile)) == NULL) 133 p = strrchr(outfile, '.'); 136 (void)unlink(outfile); 139 err(1, "%s", outfile); 148 if (rename(capname, outfile) == -1) 283 "Usage: %s [-b|-l] [-v] [-f outfile] file1 [file2 ...]\n",
|
| /src/usr.bin/ktrace/ |
| ktrace.c | 85 const char *outfile; local 100 outfile = infile = NULL; 103 outfile = DEF_TRACEFILE; 131 outfile = optarg; 149 outfile = optarg; 201 if (clear == CLEAR && outfile == NULL && pid == 0) 227 (void)do_ktrace(outfile, vers, ops, trpoints, pid, block); 231 if (outfile && strcmp(outfile, "-")) { 232 if ((fd = open(outfile, O_CREAT | O_WRONLY [all...] |