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

12

/freebsd-11-stable/release/packages/
H A Dgenerate-ucl.sh17 outname="${OPTARG}"
34 outname="$(echo ${outname} | tr '-' '_')"
36 case "${outname}" in
38 outname="runtime"
42 outname="${origname}"
46 outname="${origname}"
47 uclfile="${outname##*}${uclfile}"
49 _descr="$(make -C ${srctree}/release/packages -f Makefile.package -V ${outname}_DESCR)"
52 outname
[all...]
/freebsd-11-stable/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-11-stable/usr.bin/xlint/common/
H A Dexterns.h65 extern void outname(const char *);
/freebsd-11-stable/contrib/dtc/
H A Ddtc.c174 const char *outname = "-"; local
198 outname = optarg;
289 fprintf(depfile, "%s:", outname);
295 outform = guess_type_by_name(outname, NULL);
312 dti->outname = outname;
344 if (streq(outname, "-")) {
347 outf = fopen(outname, "wb");
350 outname, strerror(errno));
H A Ddtc.h249 const char *outname; /* filename being written to, "-" for stdout */ member in struct:dt_info
/freebsd-11-stable/contrib/dma/
H A Ddns.c134 char outname[MAXDNAME]; local
206 cp, outname, sizeof(outname));
210 err = add_host(pref, outname, port, &hosts, &nhosts);
217 cp, outname, sizeof(outname));
225 searchhost = outname;
/freebsd-11-stable/lib/libc/gmon/
H A Dgmon.c125 char outname[128]; local
153 snprintf(outname, sizeof(outname), "%s.%d.gmon",
156 snprintf(outname, sizeof(outname), "%s.gmon", _getprogname());
158 fd = _open(outname, O_CREAT|O_TRUNC|O_WRONLY|O_CLOEXEC, 0666);
160 _warn("_mcleanup: %s", outname);
/freebsd-11-stable/usr.sbin/ypserv/common/
H A Dyplib_host.h42 char **outname);
H A Dyplib_host.c309 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) argument
329 *outname = strdup(yprm.peer);
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtest_helpers.c122 run_h_tc(atf_tc_t *tc, const char *outname, const char *errname, argument
130 RE(atf_fs_path_init_fmt(&outpath, outname));
/freebsd-11-stable/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-11-stable/include/rpcsvc/
H A Dypclnt.h84 int yp_master(char *indomain, char *inmap, char **outname);
/freebsd-11-stable/usr.bin/patch/
H A Dcommon.h73 extern char *outname;
H A Dpatch.c63 char *outname = NULL; variable
236 if (outname == NULL)
237 outname = xstrdup(filearg[0]);
250 out_existed = stat(outname, &statbuf) == 0;
417 char *realout = outname;
420 if (move_file(TMPOUTNAME, outname) < 0) {
425 chmod(outname, filemode);
456 if (strlcpy(rejname, outname,
458 fatal("filename %s is too long\n", outname);
461 fatal("filename %s is too long\n", outname);
[all...]
/freebsd-11-stable/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-11-stable/usr.sbin/yppoll/
H A Dyppoll.c69 char **outname)
123 *outname = (char *)strdup(yprm.master);
68 get_remote_info(char *indomain, char *inmap, char *server, int *outorder, char **outname) argument
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/atf/atf-c/
H A Dcheck_test.c221 const char *outname, const char *errname)
226 run_h_tc(tc, outname, errname, "result");
437 #define CHECK_LINES(path, outname, resname) \
441 check_line(fd, "Line 1 to " outname " for " resname); \
442 check_line(fd, "Line 2 to " outname " for " resname); \
220 init_and_run_h_tc(atf_tc_t *tc, const atf_tc_pack_t *tcpack, const char *outname, const char *errname) argument
/freebsd-11-stable/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-11-stable/contrib/atf/atf-c++/
H A Dcheck_test.cpp301 check_lines(const std::string& path, const char* outname, argument
309 ATF_REQUIRE_EQ(line, std::string("Line 1 to ") + outname + " for " +
312 ATF_REQUIRE_EQ(line, std::string("Line 2 to ") + outname + " for " +
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddlltool.c2241 char * outname = xmalloc (strlen (TMP_STUB) + 10); local
2245 sprintf (outname, "%s%05d.o", TMP_STUB, i);
2247 abfd = bfd_openw (outname, HOW_BFD_WRITE_TARGET);
2251 fatal (_("bfd_open failed open stub file: %s"), outname);
2254 inform (_("Creating stub file: %s"), outname);
2661 abfd = bfd_openr (outname, HOW_BFD_READ_TARGET);
3139 fprintf (file, _(" -e --output-exp <outname> Generate an export file.\n"));
3140 fprintf (file, _(" -l --output-lib <outname> Generate an interface library.\n"));
3167 fprintf (file, _(" -M --mcore-elf <outname> Process mcore-elf object files into <outname>
[all...]

Completed in 599 milliseconds

12