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

12

/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py57 def init(self, outname):
58 if outname and outname != '-':
59 self.out = open(outname, "w")
/freebsd-11-stable/contrib/dtc/
H A Dchecks.c88 strcmp(dti->outname, "-") ? dti->outname : "<stdout>",
/freebsd-11-stable/lib/libc/yp/
H A Dyplib.c1057 yp_master(char *indomain, char *inmap, char **outname) argument
1095 *outname = (char *)strdup(yprm.peer);
/freebsd-11-stable/contrib/gcc/
H A Dcollect2.c1535 collect_execute (const char *prog, char **argv, const char *outname,
1571 errmsg = pex_run (pex, PEX_LAST | PEX_SEARCH, argv[0], argv, outname,
1522 collect_execute(const char *prog, char **argv, const char *outname, const char *errname) argument
/freebsd-11-stable/usr.bin/patch/
H A Dpch.c1518 if (move_file(TMPOUTNAME, outname) < 0) {
1522 chmod(outname, filemode);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-score.c3026 const char *outname; local
3035 outname = bfd_get_section_name (output_bfd, s->output_section);
3036 target = bfd_get_section_by_name (output_bfd, outname + 4);
3039 && (target->flags & SEC_ALLOC) != 0) || strcmp (outname, ".rel.dyn") == 0)
H A Delfxx-mips.c7402 const char *outname;
7411 outname = bfd_get_section_name (output_bfd,
7413 target = bfd_get_section_by_name (output_bfd, outname + 4);
7417 || strcmp (outname, MIPS_ELF_REL_DYN_NAME (info)) == 0)
7371 const char *outname; local
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddllwrap.c477 fprintf (file, _(" --implib <outname> Synonym for --output-lib\n"));
489 fprintf (file, _(" --output-exp <outname> Generate export file.\n"));
490 fprintf (file, _(" --output-lib <outname> Generate input library.\n"));

Completed in 306 milliseconds

12