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

/haiku-fatelf/src/bin/sharutils/src/
H A Duudecode.c280 char *outname; local
307 outname = (char *) forced_outname;
313 outname = buf;
333 outname = (char *) alloca ((size_t) (n + n1 + 2));
334 memcpy (outname + n + 1, p, (size_t) (n1 + 1));
335 memcpy (outname, pw->pw_dir, (size_t) n);
336 outname[n] = '/';
342 if (strcmp (outname, "/dev/stdout") != 0 && strcmp (outname, "-") != 0
343 && (freopen (outname, "
391 const char *outname; local
[all...]
/haiku-fatelf/src/bin/rc/
H A Dprivate.h48 bool open_file_from_include_dir(const char* filename, char* outname);
H A Drdef.cpp162 open_file_from_include_dir(const char *filename, char *outname) argument
170 strcpy(outname, tmpname);
/haiku-fatelf/src/bin/patch/
H A Dpatch.c184 char *outname = outfile ? outfile : inname; local
187 get_input_file (inname, outname);
361 say ("Removing file %s%s\n", quotearg (outname),
365 move_file ((char *) 0, (int *) 0, outname, (mode_t) 0,
368 removedirs (outname);
379 quotearg (outname));
387 outname, instat.st_mode,
402 quotearg (outname));
405 quotearg (outname));
406 else if (utime (outname,
[all...]
H A Dinp.c141 get_input_file (char const *filename, char const *outname) argument
143 int elsewhere = strcmp (filename, outname);
/haiku-fatelf/src/bin/diffutils/config/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/haiku-fatelf/src/bin/gawk/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Ddepcomp240 outname="$stripped.o"
244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-i370.c739 const char *outname;
746 outname = bfd_get_section_name (output_bfd,
748 target = bfd_get_section_by_name (output_bfd, outname + 5);
731 const char *outname; local
H A Delf32-vax.c1248 const char *outname;
1256 outname = bfd_get_section_name (output_bfd,
1258 target = bfd_get_section_by_name (output_bfd, outname + 5);
1247 const char *outname; local
H A Delf64-hppa.c1781 const char *outname;
1790 outname = bfd_get_section_name (output_bfd,
1792 target = bfd_get_section_by_name (output_bfd, outname + 4);
1780 const char *outname; local
H A Delf64-sh64.c3671 const char *outname;
3680 outname = bfd_get_section_name (output_bfd,
3682 target = bfd_get_section_by_name (output_bfd, outname + 5);
3670 const char *outname; local
H A Delf-m10300.c4268 const char * outname;
4277 outname = bfd_get_section_name (output_bfd,
4279 target = bfd_get_section_by_name (output_bfd, outname + 5);
4266 const char * outname; local
H A Delfxx-mips.c5934 const char *outname;
5943 outname = bfd_get_section_name (output_bfd,
5945 target = bfd_get_section_by_name (output_bfd, outname + 4);
5949 || strcmp (outname, ".rel.dyn") == 0)
5906 const char *outname; local
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.c2284 char *outname = (char*)NULL; local
2299 if (ntfs_ucstombs(dosname, doslen, &outname, size) < 0) {
2303 outsize = strlen(outname);
2305 memcpy(value, outname, outsize);
2309 free(outname);

Completed in 132 milliseconds