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

123

/netbsd-6-1-5-RELEASE/lib/libc/yp/
H A Dyp_master.c50 yp_master(indomain, inmap, outname)
53 char **outname; variable
60 if (outname == NULL)
62 *outname = NULL;
91 if ((*outname = strdup(yprm.master)) == NULL)
97 if (*outname) {
98 free(*outname); variable
99 *outname = NULL;
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/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-6-1-5-RELEASE/gnu/dist/gcc4/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.c103 char *outname; local
112 outname = (char *) orig_outname;
154 if (outname == NULL)
158 outname = concat (obj->tempbase, outname, NULL);
165 if (outname == NULL)
169 outname = make_temp_file (NULL);
178 outname = xstrdup (obj->tempbase);
180 outname = concat (obj->tempbase, "XXXXXX", NULL);
184 out = mkstemps (outname,
[all...]
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/usr.bin/xlint/common/
H A Dexterns.h72 extern void outname(const char *);
/netbsd-6-1-5-RELEASE/common/dist/zlib/examples/
H A Dgun.c533 inname is NULL or an empty string, read from stdin. If outname is NULL or
536 outname.
541 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
560 else if (outname == NULL || *outname == 0) {
561 outname = "-";
565 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
568 fprintf(stderr, "gun cannot create %s\n", outname);
584 copymeta(inname, outname); /* copy attributes */
592 if (outfile > 2) unlink(outname);
627 char *outname; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/examples/
H A Dgun.c531 inname is NULL or an empty string, read from stdin. If outname is NULL or
534 outname.
539 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
558 else if (outname == NULL || *outname == 0) {
559 outname = "-";
563 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
566 fprintf(stderr, "gun cannot create %s\n", outname);
582 copymeta(inname, outname); /* copy attributes */
590 if (outfile > 2) unlink(outname);
625 char *outname; local
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/common/
H A Dyplib_host.h42 char *indomain, char *inmap, char **outname);
/netbsd-6-1-5-RELEASE/usr.bin/xlint/lint1/
H A Demit1.c207 outname(tag->s_name);
210 outname(tdef->s_name);
285 outname(sym->s_name);
290 outname(sym->s_rename);
374 outname(fsym->s_name);
379 outname(fsym->s_rename);
473 outname(tn->tn_left->tn_left->tn_sym->s_name);
611 outname(sym->s_name);
/netbsd-6-1-5-RELEASE/usr.bin/patch/
H A Dpatch.c66 char *outname = NULL; variable
221 if (outname == NULL)
222 outname = savestr(filearg[0]);
366 char *realout = outname;
369 if (move_file(TMPOUTNAME, outname) < 0) {
374 chmod(outname, filemode);
394 if (strlcpy(rejname, outname,
396 fatal("filename %s is too long\n", outname);
399 fatal("filename %s is too long\n", outname);
434 free(outname);
[all...]
H A Dcommon.h83 extern char *outname;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/stand/mkbootimage/
H A Dmkbootimage.c289 prep_build_image(char *kernel, char *boot, char *rawdev, char *outname) argument
322 if ((prep_fd = open(outname, O_RDWR|O_TRUNC, 0)) < 0) {
324 prep_fd = creat(outname, 0644);
326 errx(2, "Can't open output '%s': %s", outname,
393 outname, flength);
446 rs6000_build_image(char *kernel, char *boot, char *rawdev, char *outname) argument
483 if ((rs6000_fd = open(outname, O_RDWR|O_TRUNC, 0)) < 0) {
485 rs6000_fd = creat(outname, 0644);
487 errx(2, "Can't open output '%s': %s", outname,
675 bebox_build_image(char *kernel, char *boot, char *rawdev, char *outname) argument
848 char *kernel = NULL, *boot = NULL, *rawdev = NULL, *outname = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Drcsutil.c1017 * outname, if nonzero, is the name of the output file.
1021 runv(infd, outname, args)
1023 char const *outname, **args;
1068 if (outname) {
1075 STDOUT_FILENO, outname,
1078 efaterror(outname);
1109 if (outname)
1111 STDOUT_FILENO, outname,
1117 write_stderr(outname);
1163 if (outname)
1188 run(int infd, char const *outname, ...) argument
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/dist/
H A Ddepcomp171 outname="$stripped.o"
189 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
190 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/config/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netbsd-6-1-5-RELEASE/gnu/dist/grep/
H A Ddepcomp171 outname="$stripped.o"
189 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
190 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/config/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-kde/admin/
H A Ddepcomp171 outname="$stripped.o"
189 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
190 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netbsd-6-1-5-RELEASE/distrib/utils/libhack/
H A Dyplib.c239 yp_master(indomain, inmap, outname)
242 char **outname;
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.c189 run_h_tc(atf_tc_t *tc, const char *outname, const char *errname, argument
197 RE(atf_fs_path_init_fmt(&outpath, outname));

Completed in 318 milliseconds

123