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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/
H A Dmakenewtest.sh24 outname="$outdir/$1.java"
26 if [ -f $outname ]
35 echo "" > $outname
42 echo "/*-" >> $outname
43 echo " * See the file LICENSE for redistribution information." >> $outname
44 echo " * " >> $outname
45 echo " * Copyright (c) 2002,2008 Oracle. All rights reserved." >> $outname
46 echo " *" >> $outname
47 echo " */" >> $outname
48 echo "" >> $outname
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/isofs/
H A Djoliet.c41 get_joliet_filename(struct iso_directory_record * de, unsigned char *outname, struct inode * inode) argument
53 outname, PAGE_SIZE);
55 len = uni16_to_x8(outname, (__be16 *) de->name,
58 if ((len > 2) && (outname[len-2] == ';') && (outname[len-1] == '1'))
65 while (len >= 2 && (outname[len-1] == '.'))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Duudecode.c133 char *outname = NULL; local
137 getopt32(argv, "o:", &outname);
163 if (outname == NULL) {
164 outname = strchr(line_ptr, ' ');
165 if ((outname == NULL) || (*outname == '\0')) {
168 outname++;
171 if (NOT_LONE_DASH(outname)) {
172 dst_stream = xfopen(outname, "w");
173 chmod(outname, mod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/procps/
H A Dsysctl.c181 char *tmpname, *outname, *cptr; local
200 outname = xstrdup(tmpname + strlen(PROC_PATH));
205 while ((cptr = strchr(outname, '/')) != NULL)
212 bb_error_msg(ERR_INVALID_KEY, outname);
215 bb_perror_msg(ERR_PERMISSION_DENIED, outname);
218 bb_error_msg(ERR_UNKNOWN_WRITING, errno, outname);
226 dwrite_str(STDOUT_FILENO, outname);
235 free(outname);
247 char *tmpname, *outname, *cptr; local
256 outname
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgun.c540 inname is NULL or an empty string, read from stdin. If outname is NULL or
543 outname.
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
567 else if (outname == NULL || *outname == 0) {
568 outname = "-";
572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
575 fprintf(stderr, "gun cannot create %s\n", outname);
591 copymeta(inname, outname); /* copy attributes */
599 if (outfile > 2) unlink(outname);
634 char *outname; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgun.c531 inname is NULL or an empty string, read from stdin. If outname is NULL or
534 outname.
539 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
558 else if (outname == NULL || *outname == 0) {
559 outname = "-";
563 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
566 fprintf(stderr, "gun cannot create %s\n", outname);
582 copymeta(inname, outname); /* copy attributes */
590 if (outfile > 2) unlink(outname);
625 char *outname; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgun.c531 inname is NULL or an empty string, read from stdin. If outname is NULL or
534 outname.
539 local int gunzip(z_stream *strm, char *inname, char *outname, int test) argument
558 else if (outname == NULL || *outname == 0) {
559 outname = "-";
563 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
566 fprintf(stderr, "gun cannot create %s\n", outname);
582 copymeta(inname, outname); /* copy attributes */
590 if (outfile > 2) unlink(outname);
625 char *outname; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgun.c539 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) argument
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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dmakesfx.c66 char *outname, char *inname)
77 printf("Error writing in-between data to %s\n", outname);
97 "self-extractor code", outname);
105 printf("Wrong number of bytes copied from archive %s\n", outname);
113 printf("Error writing end-marker data to %s\n", outname);
65 CopyData(FILE *out, FILE *inn, ulg archivesize, char *outname, char *inname) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddtc.c117 const char *outname = "-"; local
139 outname = optarg;
204 if (streq(outname, "-")) {
207 outf = fopen(outname, "w");
210 outname, strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/aosvs/
H A Daosvs.h39 extern char *ux_to_vs_name(char *outname, ZCONST char *inname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dwpng.c163 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, "w
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngtest.c96 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) argument
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);
1374 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH);
1378 if ((fpout = fopen(outname, "rb")) == NULL)
1381 fprintf(STDERR, "Could not find file %s\n", outname);
1447 static PNG_CONST char *outname = "pngout/png"; variable
1450 static PNG_CONST char *outname = "pngout.png"; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngtest.c104 int test_one_file PNGARG((PNG_CONST char *inname, PNG_CONST char *outname));
599 test_one_file(PNG_CONST char *inname, PNG_CONST char *outname) argument
644 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH);
647 if ((fpout = fopen(outname, "wb")) == NULL)
650 fprintf(STDERR, "Could not open output file %s\n", outname);
698 fprintf(STDERR, "%s -> %s: libpng read error\n", inname, outname);
722 fprintf(STDERR, "%s -> %s: libpng write error\n", inname, outname);
1229 MultiByteToWideChar(CP_ACP, 0, outname, -1, path, MAX_PATH);
1232 if ((fpout = fopen(outname, "rb")) == NULL)
1235 fprintf(STDERR, "Could not find file %s\n", outname);
1301 static PNG_CONST char *outname = "pngout/png"; variable
1304 static PNG_CONST char *outname = "pngout.png"; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/
H A Ddepcomp171 outname="$stripped.o"
189 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
190 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Ddepcomp171 outname="$stripped.o"
189 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
190 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Ddepcomp201 outname="$stripped.o"
205 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
206 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/
H A Ddepcomp201 outname="$stripped.o"
205 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
206 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/
H A Ddepcomp180 outname="$stripped.o"
198 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
199 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/
H A Ddepcomp171 outname="$stripped.o"
189 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
190 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Ddepcomp201 outname="$stripped.o"
205 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
206 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"

Completed in 296 milliseconds

12