Searched refs:outname (Results 1 - 25 of 92) sorted by relevance

1234

/netbsd-current/external/gpl2/dtc/dist/tests/
H A Dmove_and_save.c29 char outname[PATH_MAX]; local
44 sprintf(outname, "moved.%s", inname);
45 save_blob(outname, fdt1);
52 sprintf(outname, "shunted.%s", inname);
53 save_blob(outname, fdt2);
60 sprintf(outname, "deshunted.%s", inname);
61 save_blob(outname, fdt3);
H A Dopen_pack.c28 char outname[PATH_MAX]; local
46 sprintf(outname, "opened.%s", inname);
47 save_blob(outname, fdt1);
52 sprintf(outname, "repacked.%s", inname);
53 save_blob(outname, fdt1);
H A Dnopulate.c50 char outname[PATH_MAX]; local
58 sprintf(outname, "noppy.%s", inname);
91 save_blob(outname, fdt2);
/netbsd-current/lib/libc/yp/
H A Dyp_master.c47 yp_master(const char *indomain, const char *inmap, char **outname)
54 if (outname == NULL)
56 *outname = NULL;
86 if ((*outname = strdup(yprm.master)) == NULL)
92 if (*outname) {
93 free(*outname);
94 *outname = NULL;
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpex-common.c159 char *outname; local
168 outname = (char *) orig_outname;
221 if (outname == NULL)
225 outname = concat (obj->tempbase, outname, NULL);
232 outname = temp_file (obj, flags, outname);
233 if (! outname)
240 if (outname != orig_outname)
245 pex_add_remove (obj, outname, outname_allocate
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpex-common.c159 char *outname; local
168 outname = (char *) orig_outname;
221 if (outname == NULL)
225 outname = concat (obj->tempbase, outname, NULL);
232 outname = temp_file (obj, flags, outname);
233 if (! outname)
240 if (outname != orig_outname)
245 pex_add_remove (obj, outname, outname_allocate
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpex-common.c159 char *outname; local
168 outname = (char *) orig_outname;
221 if (outname == NULL)
225 outname = concat (obj->tempbase, outname, NULL);
232 outname = temp_file (obj, flags, outname);
233 if (! outname)
240 if (outname != orig_outname)
245 pex_add_remove (obj, outname, outname_allocate
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpex-common.c159 char *outname; local
168 outname = (char *) orig_outname;
221 if (outname == NULL)
225 outname = concat (obj->tempbase, outname, NULL);
232 outname = temp_file (obj, flags, outname);
233 if (! outname)
240 if (outname != orig_outname)
245 pex_add_remove (obj, outname, outname_allocate
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpex-common.c159 char *outname; local
168 outname = (char *) orig_outname;
221 if (outname == NULL)
225 outname = concat (obj->tempbase, outname, NULL);
232 outname = temp_file (obj, flags, outname);
233 if (! outname)
240 if (outname != orig_outname)
245 pex_add_remove (obj, outname, outname_allocate
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dpex-one.c25 const char *pname, const char *outname, const char *errname,
32 errmsg = pex_run (obj, flags, executable, argv, outname, errname, err);
24 pex_one(int flags, const char *executable, char * const *argv, const char *pname, const char *outname, const char *errname, int *status, int *err) argument
H A Dpex-common.c159 char *outname; local
168 outname = (char *) orig_outname;
221 if (outname == NULL)
225 outname = concat (obj->tempbase, outname, NULL);
232 outname = temp_file (obj, flags, outname);
233 if (! outname)
240 if (outname != orig_outname)
245 pex_add_remove (obj, outname, outname_allocate
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D25-test_eai_data.t37 sub outname {
42 $out = outname();
46 $out = outname();
/netbsd-current/usr.bin/xlint/common/
H A Dexterns.h66 void outname(const char *);
/netbsd-current/sys/rump/
H A Dmakerumpsyscalls.sh104 eval outname=\${SYSCOMPONENT_${b}}
105 [ -z "${outname}" ] && die Unknown syscall provider $b
106 makesyscomponent $outname "$res"
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgun.c540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgun.c540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgun.c540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgun.c540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
[all...]
/netbsd-current/common/dist/zlib/examples/
H A Dgun.c540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
[all...]
/netbsd-current/external/gpl2/dtc/dist/
H A Ddtc.c167 const char *outname = "-"; local
191 outname = optarg;
285 fprintf(depfile, "%s:", outname);
291 outform = guess_type_by_name(outname, NULL);
310 dti->outname = outname;
343 if (streq(outname, "-")) {
346 outf = fopen(outname, "wb");
349 outname, strerror(errno));

Completed in 157 milliseconds

1234