| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | pex-common.c | 158 char *outname; in pex_run_in_environment() local 167 outname = (char *) orig_outname; in pex_run_in_environment() 220 if (outname == NULL) in pex_run_in_environment() 224 outname = concat (obj->tempbase, outname, NULL); in pex_run_in_environment() 231 outname = temp_file (obj, flags, outname); in pex_run_in_environment() 232 if (! outname) in pex_run_in_environment() 239 if (outname != orig_outname) in pex_run_in_environment() 244 pex_add_remove (obj, outname, outname_allocated); in pex_run_in_environment() 249 obj->next_input_name = outname; in pex_run_in_environment() 268 out = obj->funcs->open_write (obj, outname, in pex_run_in_environment() [all …]
|
| H A D | pexecute.txh | 33 …const char *@var{executable}, char * const *@var{argv}, const char *@var{outname}, const char *@va… 49 of the program will be sent to @var{outname}, or, if @var{outname} is 61 @var{outname} is a suffix. See the description of @var{outname}, 93 @var{outname} is used to set the name of the file to use for standard 102 if @code{PEX_LAST} is set in @var{flags}, and @var{outname} is 118 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 120 the concatenation of @var{tempbase} and @var{outname}. If 122 file name ending in @var{outname}. 126 case, if @var{outname} is not @code{NULL}, it is used as the output 127 file name. If @var{outname} is @code{NULL}, and @var{tempbase} was [all …]
|
| H A D | functions.texi | 801 …le}, char * const *@var{argv}, const char *@var{pname}, const char *@var{outname}, const char *@va… 807 @code{PEX_BINARY_OUTPUT}. @var{outname} is interpreted as if 827 …const char *@var{executable}, char * const *@var{argv}, const char *@var{outname}, const char *@va… 843 of the program will be sent to @var{outname}, or, if @var{outname} is 855 @var{outname} is a suffix. See the description of @var{outname}, 878 @var{outname} is used to set the name of the file to use for standard 887 if @code{PEX_LAST} is set in @var{flags}, and @var{outname} is 903 @var{outname} may not be @code{NULL}. If the @var{tempbase} parameter 905 the concatenation of @var{tempbase} and @var{outname}. If 907 file name ending in @var{outname}. [all …]
|
| /openbsd-src/regress/sys/netinet6/mcast6/ |
| H A D | mc6route.c | 93 const char *errstr, *file, *group, *ifname, *outname; in main() local 108 outname = NULL; in main() 131 outname = optarg; in main() 146 if (outname == NULL) in main() 174 mif.mif6c_pifi = if_nametoindex(outname); in main() 176 err(1, "if_nametoindex %s", outname); in main() 178 err(1, "setsockopt MRT6_ADD_MIF %s", outname); in main()
|
| /openbsd-src/usr.bin/patch/ |
| H A D | patch.c | 61 char *outname = NULL; variable 214 if (outname != NULL) in main() 215 if (unveil(outname, "rwc") == -1) { in main() 279 if (outname == NULL) in main() 280 outname = xstrdup(filearg[0]); in main() 424 char *realout = outname; in main() 427 if (move_file(TMPOUTNAME, outname) < 0) { in main() 432 chmod(outname, filemode); in main() 449 if (strlcpy(rejname, outname, in main() 451 fatal("filename %s is too long\n", outname); in main() [all...] |
| H A D | ed.c | 149 if (move_file(TMPOUTNAME, outname) < 0) { in do_ed_script() 153 chmod(outname, filemode); in do_ed_script()
|
| H A D | common.h | 72 extern char *outname;
|
| /openbsd-src/lib/libc/yp/ |
| H A D | yp_master.c | 38 yp_master(const char *indomain, const char *inmap, char **outname) in yp_master() argument 48 *inmap == '\0' || strlen(inmap) > YPMAXMAP || outname == NULL) in yp_master() 72 if ((*outname = strdup(yprm.peer)) == NULL) in yp_master()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tlink.c | 288 tlink_execute (prog, argv, outname, errname) in tlink_execute() argument 291 const char *outname; 294 collect_execute (prog, argv, outname, errname); 477 const char *const outname = frob_extension (f->key, ".rnw"); in recompile_files() local 478 FILE *output = fopen (outname, "w"); in recompile_files() 492 rename (outname, f->key); in recompile_files()
|
| /openbsd-src/gnu/gcc/include/ |
| H A D | libiberty.h | 448 const char *outname, const char *errname, 465 const char *outname, 529 const char *outname, const char *errname,
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/ |
| H A D | Makefile.PL | 76 my $outname = $basename . q{.} . $Config{man1ext}; 77 my $outpath = File::Spec->catfile(qw(blib man1), $outname);
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | render.t | 91 my $outname = shift @outnames; 92 open(OUT, ">$outname.txt") || die "Can't write-open $outname.txt: $!";
|
| /openbsd-src/usr.sbin/yppoll/ |
| H A D | yppoll.c | 59 char **outname) in get_remote_info() argument 119 *outname = (char *)strdup(yprm.master); in get_remote_info()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tlink.c | 282 tlink_execute (const char *prog, char **argv, const char *outname, in tlink_execute() argument 287 pex = collect_execute (prog, argv, outname, errname); in tlink_execute() 459 const char *const outname = frob_extension (f->key, ".rnw"); in recompile_files() local 460 FILE *output = fopen (outname, "w"); in recompile_files() 479 if (rename (outname, f->key) == -1) in recompile_files()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/ |
| H A D | libiberty.h | 448 const char *outname, const char *errname, 539 const char *outname, const char *errname,
|
| /openbsd-src/usr.sbin/ypserv/common/ |
| H A D | yplib_host.h | 40 char **outname);
|
| H A D | yplib_host.c | 341 yp_master_host(CLIENT *client, char *indomain, char *inmap, char **outname) in yp_master_host() argument 360 *outname = strdup(yprm.peer); in yp_master_host()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | HTMLBatch.pm | 692 my $outname = $variation; 694 if $outname =~ s/^([012])([012])([[012])([a-z]*)=?//s; 714 my $name = $outname; 716 $self->add_css( "_$outname.css", 0, $name, 0, 0, \$this_css);
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | texindex.c | 904 char *outname = maketempname (++tempcount); in sort_offline() 908 if (!outname) in sort_offline() 910 ostream = fopen (outname, "w"); in sort_offline() 911 if (!outname || !ostream) in sort_offline() 912 pfatal_with_name (outname); in sort_offline() 913 tempfiles[i] = outname; in sort_offline() 899 char *outname = maketempname (++tempcount); sort_offline() local
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | options.c | 819 char outname[1024]; in zone_list_compact() local 824 snprintf(outname, sizeof(outname), "%s~", opt->zonelistfile); in zone_list_compact() 827 out = fopen(outname, "w+"); in zone_list_compact() 829 log_msg(LOG_ERR, "could not open %s: %s", outname, strerror(errno)); in zone_list_compact() 834 log_msg(LOG_ERR, "write %s failed: %s", outname, in zone_list_compact() 840 outname); in zone_list_compact() 846 log_msg(LOG_ERR, "ftello(%s): %s", outname, strerror(errno)); in zone_list_compact() 867 log_msg(LOG_ERR, "write %s failed: %s", outname, in zone_list_compact() 873 outname); in zone_list_compact() 879 log_msg(LOG_ERR, "fflush %s: %s", outname, strerror(errno)); in zone_list_compact() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | nlmconv.c | 1155 const char *outname; in setup_sections() local 1164 outname = NLM_CODE_NAME; in setup_sections() 1166 outname = NLM_INITIALIZED_DATA_NAME; in setup_sections() 1168 outname = NLM_UNINITIALIZED_DATA_NAME; in setup_sections() 1170 outname = bfd_section_name (inbfd, insec); in setup_sections() 1172 outsec = bfd_get_section_by_name (outbfd, outname); in setup_sections() 1175 outsec = bfd_make_section (outbfd, outname); in setup_sections()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | nlmconv.c | 1158 const char *outname; in setup_sections() local 1167 outname = NLM_CODE_NAME; in setup_sections() 1169 outname = NLM_INITIALIZED_DATA_NAME; in setup_sections() 1171 outname = NLM_UNINITIALIZED_DATA_NAME; in setup_sections() 1173 outname = bfd_section_name (inbfd, insec); in setup_sections() 1175 outsec = bfd_get_section_by_name (outbfd, outname); in setup_sections() 1178 outsec = bfd_make_section (outbfd, outname); in setup_sections()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elf32-i370.c | 663 const char *outname; in i370_elf_size_dynamic_sections() local 670 outname = bfd_get_section_name (output_bfd, in i370_elf_size_dynamic_sections() 672 target = bfd_get_section_by_name (output_bfd, outname + 5); in i370_elf_size_dynamic_sections()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | elf32-i370.c | 735 const char *outname; local 742 outname = bfd_get_section_name (output_bfd, 744 target = bfd_get_section_by_name (output_bfd, outname + 5);
|