/external/bison/src/ |
scan-skel.l | 67 char *outname = NULL; 87 if (outname) 89 free (outname); 92 outname = xstrdup (file_name); 93 yyout = xfopen (outname, "w"); 102 "@ofile@" QPUTS (outname); 113 if (outname) 115 free (outname);
|
scan-skel.c | 847 char *outname = NULL; variable 981 if (outname) 983 free (outname); variable 986 outname = xstrdup (file_name); 987 skel_out = xfopen (outname, "w"); 1014 QPUTS (outname); 1051 if (outname) 1053 free (outname); [all...] |
/external/valgrind/main/coregrind/ |
link_tool_exe_darwin.in | 112 my $outname = ""; 116 if ($str eq "-o" && $outname eq "") { 117 $outname = $ARGV[$n + 1]; 122 if ($outname eq ""); 145 $cmd = "$cmd -o $outname"; 177 $cmd = "$cmd $stack_addr_str $stack_size_str $outname";
|
/external/zlib/src/examples/ |
gun.c | 539 inname is NULL or an empty string, read from stdin. If outname is NULL or 542 outname. 547 local int gunzip(z_stream *strm, char *inname, char *outname, int test) 566 else if (outname == NULL || *outname == 0) { 567 outname = "-"; 571 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666); 574 fprintf(stderr, "gun cannot create %s\n", outname); 590 copymeta(inname, outname); /* copy attributes */ 598 if (outfile > 2) unlink(outname); 633 char *outname; local [all...] |
/bootable/recovery/applypatch/ |
applypatch.c | 725 char* outname; local 829 outname = NULL; 845 outname = (char*)malloc(strlen(target_filename) + 10); 846 strcpy(outname, target_filename); 847 strcat(outname, ".patch"); 849 output = open(outname, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); 852 outname, strerror(errno)); 891 if (outname != NULL) { 892 unlink(outname); 916 if (chmod(outname, source_to_use->st.st_mode) != 0) [all...] |
/external/libpng/contrib/gregbook/ |
wpng.c | 163 char *inname = NULL, outname[256]; local 364 /* make outname from inname */ 368 strcpy(outname, inname); 369 strcpy(outname+len, ".png"); 372 strncpy(outname, inname, len); 373 strcpy(outname+len, ".png"); 375 /* check if outname already exists; if not, open */ 376 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) { 378 outname); 381 } else if (!(wpng_info.outfile = fopen(outname, "wb"))) [all...] |
/external/libpng/ |
pngtest.c | 96 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname)); 687 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) 733 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH); 737 if ((fpout = fopen(outname, "wb")) == NULL) 740 fprintf(STDERR, "Could not open output file %s\n", outname); 802 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname); 826 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname); 1447 static PNG_CONST char *outname = "pngout\/png"; variable 1450 static PNG_CONST char *outname = "pngout.png"; variable [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
libiberty.h | 403 OUTNAME, or, if OUTNAME is NULL, to standard output of caller. Do 412 /* OUTNAME is a suffix. */ 454 OUTNAME Sets the output file name as follows: 456 PEX_SUFFIX set (OUTNAME may not be NULL): 459 and OUTNAME. 462 OUTNAME. 464 OUTNAME not NULL: 465 Output file name is OUTNAME. 466 OUTNAME NULL, TEMPBASE not NULL [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
libiberty.h | 403 OUTNAME, or, if OUTNAME is NULL, to standard output of caller. Do 412 /* OUTNAME is a suffix. */ 454 OUTNAME Sets the output file name as follows: 456 PEX_SUFFIX set (OUTNAME may not be NULL): 459 and OUTNAME. 462 OUTNAME. 464 OUTNAME not NULL: 465 Output file name is OUTNAME. 466 OUTNAME NULL, TEMPBASE not NULL [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
libiberty.h | 403 OUTNAME, or, if OUTNAME is NULL, to standard output of caller. Do 412 /* OUTNAME is a suffix. */ 454 OUTNAME Sets the output file name as follows: 456 PEX_SUFFIX set (OUTNAME may not be NULL): 459 and OUTNAME. 462 OUTNAME. 464 OUTNAME not NULL: 465 Output file name is OUTNAME. 466 OUTNAME NULL, TEMPBASE not NULL [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
libiberty.h | 403 OUTNAME, or, if OUTNAME is NULL, to standard output of caller. Do 412 /* OUTNAME is a suffix. */ 454 OUTNAME Sets the output file name as follows: 456 PEX_SUFFIX set (OUTNAME may not be NULL): 459 and OUTNAME. 462 OUTNAME. 464 OUTNAME not NULL: 465 Output file name is OUTNAME. 466 OUTNAME NULL, TEMPBASE not NULL [all...] |
/external/bison/build-aux/ |
depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/genext2fs/ |
depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/grub/ |
depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/libffi/ |
depcomp | 240 outname="$stripped.o" 244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/libogg/ |
depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/libusb/ |
depcomp | 240 outname="$stripped.o" 244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/libvorbis/ |
depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/llvm/autoconf/ |
depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/ndk/sources/host-tools/make-3.81/config/ |
depcomp | 226 outname="$stripped.o" 230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile" 231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
|
/external/e2fsprogs/debugfs/ |
dump.c | 101 int preserve, char *outname) 135 fix_perms("dump_file", &inode, fd, outname);
|
/external/v8/tools/ |
test.py | 535 (fd_out, outname) = tempfile.mkstemp() 546 output = file(outname).read() 548 CheckedUnlink(outname) [all...] |