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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Djoliet.c72 get_joliet_filename(struct iso_directory_record * de, unsigned char *outname, struct inode * inode) argument
82 len = wcsntombs_be(outname, de->name,
85 len = uni16_to_x8(outname, (__be16 *) de->name,
88 if ((len > 2) && (outname[len-2] == ';') && (outname[len-1] == '1')) {
96 while (len >= 2 && (outname[len-1] == '.')) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Ddepcomp240 outname="$stripped.o"
244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Ddepcomp240 outname="$stripped.o"
244 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
245 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Ddepcomp226 outname="$stripped.o"
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
231 sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dsed.c98 char *outname, *hold_space; member in struct:globals
173 if (G.outname) unlink(G.outname);
1316 G.outname = xasprintf("%sXXXXXX", argv[i]);
1317 nonstdoutfd = mkstemp(G.outname);
1319 bb_perror_msg_and_die("cannot create temp file %s", G.outname);
1332 rename(G.outname, argv[i]);
1333 free(G.outname);
1334 G.outname = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c466 xlate_to_uni(const unsigned char *name, int len, unsigned char *outname, argument
480 *outlen = utf8_mbstowcs((wchar_t *)outname, name, PAGE_SIZE);
488 op = &outname[*outlen * sizeof(wchar_t)];
491 for (i = 0, ip = name, op = outname, *outlen = 0;
529 for (i = 0, ip = name, op = outname, *outlen = 0;

Completed in 263 milliseconds