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

12

/freebsd-10.1-release/contrib/gcclibs/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.c157 char *outname; local
166 outname = (char *) orig_outname;
219 if (outname == NULL)
223 outname = concat (obj->tempbase, outname, NULL);
230 outname = temp_file (obj, flags, outname);
231 if (! outname)
238 if (outname != orig_outname)
243 pex_add_remove (obj, outname, outname_allocate
[all...]
/freebsd-10.1-release/usr.bin/xlint/common/
H A Dexterns.h65 extern void outname(const char *);
/freebsd-10.1-release/contrib/dtc/
H A Ddtc.c110 const char *outname = "-"; local
133 outname = optarg;
211 fprintf(depfile, "%s:", outname);
237 if (streq(outname, "-")) {
240 outf = fopen(outname, "w");
243 outname, strerror(errno));
/freebsd-10.1-release/lib/libc/gmon/
H A Dgmon.c133 char outname[128]; local
161 snprintf(outname, sizeof(outname), "%s.%d.gmon",
164 snprintf(outname, sizeof(outname), "%s.gmon", _getprogname());
166 fd = _open(outname, O_CREAT|O_TRUNC|O_WRONLY|O_CLOEXEC, 0666);
168 _warn("_mcleanup: %s", outname);
/freebsd-10.1-release/contrib/atf/atf-c/detail/
H A Dtest_helpers.c124 run_h_tc(atf_tc_t *tc, const char *outname, const char *errname, argument
132 RE(atf_fs_path_init_fmt(&outpath, outname));
/freebsd-10.1-release/usr.bin/xlint/lint1/
H A Demit1.c196 outname(tag->s_name);
199 outname(tdef->s_name);
274 outname(sym->s_name);
279 outname(sym->s_rename);
363 outname(fsym->s_name);
368 outname(fsym->s_rename);
462 outname(tn->tn_left->tn_left->tn_sym->s_name);
600 outname(sym->s_name);
/freebsd-10.1-release/usr.bin/patch/
H A Dpatch.c61 char *outname = NULL; variable
223 if (outname == NULL)
224 outname = savestr(filearg[0]);
373 char *realout = outname;
376 if (move_file(TMPOUTNAME, outname) < 0) {
381 chmod(outname, filemode);
401 if (strlcpy(rejname, outname,
403 fatal("filename %s is too long\n", outname);
406 fatal("filename %s is too long\n", outname);
444 free(outname);
[all...]
H A Dcommon.h78 extern char *outname;
/freebsd-10.1-release/include/rpcsvc/
H A Dypclnt.h84 int yp_master(char *indomain, char *inmap, char **outname);
/freebsd-10.1-release/gnu/usr.bin/rcs/lib/
H A Drcsutil.c1002 * outname, if nonzero, is the name of the output file.
1006 runv(infd, outname, args)
1008 char const *outname, **args;
1053 if (outname) {
1060 STDOUT_FILENO, outname,
1063 efaterror(outname);
1094 if (outname)
1096 STDOUT_FILENO, outname,
1102 write_stderr(outname);
1148 if (outname)
1173 run(int infd, char const *outname, ...) argument
[all...]
/freebsd-10.1-release/contrib/binutils/include/
H A Dlibiberty.h472 const char *outname, const char *errname,
489 const char *outname,
561 const char *outname, const char *errname,
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dlibiberty.h452 const char *outname, const char *errname,
469 const char *outname,
533 const char *outname, const char *errname,
/freebsd-10.1-release/usr.bin/xlint/lint2/
H A Demit2.c107 outname(tp->t_tag->h_name);
110 outname(tp->t_tynam->h_name);
181 outname(hte->h_name);
/freebsd-10.1-release/contrib/atf/atf-c/
H A Dcheck_test.c226 const char *outname, const char *errname)
231 run_h_tc(tc, outname, errname, "result");
442 #define CHECK_LINES(path, outname, resname) \
446 check_line(fd, "Line 1 to " outname " for " resname); \
447 check_line(fd, "Line 2 to " outname " for " resname); \
225 init_and_run_h_tc(atf_tc_t *tc, const atf_tc_pack_t *tcpack, const char *outname, const char *errname) argument
/freebsd-10.1-release/contrib/gcc/
H A Dtlink.c285 tlink_execute (const char *prog, char **argv, const char *outname,
290 pex = collect_execute (prog, argv, outname, errname);
463 const char *const outname = frob_extension (f->key, ".rnw");
464 FILE *output = fopen (outname, "w");
483 if (rename (outname, f->key) == -1)
282 tlink_execute(const char *prog, char **argv, const char *outname, const char *errname) argument
459 const char *const outname = frob_extension (f->key, ".rnw"); local
/freebsd-10.1-release/contrib/ofed/libibcm/config/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/freebsd-10.1-release/contrib/ofed/librdmacm/config/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/freebsd-10.1-release/contrib/openbsm/config/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/freebsd-10.1-release/contrib/sqlite3/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/freebsd-10.1-release/contrib/ntp/sntp/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/freebsd-10.1-release/contrib/ntp/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/freebsd-10.1-release/contrib/atf/atf-c++/
H A Dcheck_test.cpp306 check_lines(const std::string& path, const char* outname, argument
314 ATF_REQUIRE_EQ(line, std::string("Line 1 to ") + outname + " for " +
317 ATF_REQUIRE_EQ(line, std::string("Line 2 to ") + outname + " for " +
/freebsd-10.1-release/contrib/texinfo/util/
H A Dtexindex.c952 char *outname = maketempname (++tempcount);
953 FILE *ostream = fopen (outname, "w");
957 pfatal_with_name (outname);
958 tempfiles[i] = outname;
946 char *outname = maketempname (++tempcount); local
/freebsd-10.1-release/tools/tools/shlib-compat/
H A Dshlib-compat.py56 def init(self, outname):
57 if outname and outname != '-':
58 self.out = open(outname, "w")

Completed in 365 milliseconds

12