Searched refs:afile (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/tests/
H A DTest-ftp.px11 my $afile = <<EOF;
15 $afile =~ s/\n/\r\n/;
20 '/afile.txt' => {
21 content => $afile,
25 my $cmdline = $WgetTest::WGETPATH . " -S ftp://localhost:{{port}}/afile.txt";
30 'afile.txt' => {
31 content => $afile,
H A DTest-ftp-bad-list.px11 my $afile = <<EOF;
19 $afile =~ s/\n/\r\n/g;
24 '/afile.txt' => {
25 content => $afile,
40 'afile.txt' => {
41 content => $afile,
49 'afile.txt' => {
50 content => $afile,
H A DTest-ftp-recursive.px11 my $afile = <<EOF;
19 $afile =~ s/\n/\r\n/;
24 '/foo/afile.txt' => {
25 content => $afile,
37 'foo/afile.txt' => {
38 content => $afile,
H A DTest-ftp-pasv-fail.px17 my $afile = <<EOF;
27 $afile =~ s/\n/\r\n/g;
32 '/afile.txt' => {
33 content => $afile,
37 my $cmdline = $WgetTest::WGETPATH . " -S ftp://localhost:{{port}}/afile.txt";
42 'afile.txt' => {
43 content => $afile,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/contrib/shell_utils/
H A Dapple_dump.in93 $afile = $arg;
97 if (!($afile)) {
101 if (!( -e $afile)) {
102 printf (STDERR "\"%s\" not found.\n", $afile);
108 $abspath = File::Spec->rel2abs($afile);
113 } elsif ( -f $afile ) {
125 if (!open(INFILE, "<$afile")) {
126 printf (STDERR "cannot open %s\n", $afile);
135 printf ("\"%s\" is not AppleSingle/AppleDouble format.\n", $afile);
141 $afile
[all...]
H A Dapple_dump93 $afile = $arg;
97 if (!($afile)) {
101 if (!( -e $afile)) {
102 printf (STDERR "\"%s\" not found.\n", $afile);
108 $abspath = File::Spec->rel2abs($afile);
113 } elsif ( -f $afile ) {
125 if (!open(INFILE, "<$afile")) {
126 printf (STDERR "cannot open %s\n", $afile);
135 printf ("\"%s\" is not AppleSingle/AppleDouble format.\n", $afile);
141 $afile
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A Dnetware.pl56 $afile="-o ";
62 $afile="-o ";
71 # $afile='/Fo';
77 $afile="";
H A DBC-32.pl56 $afile='-o';
H A DMingw32.pl72 $afile='-o ';
H A DOS2-EMX.pl43 $afile='-o ';
H A Dunix.pl48 $afile='-o ';
H A DVC-32.pl160 $afile='-o ';
164 $afile='/Fo';
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/util/pl/
H A DVC-32.pl53 $afile='-o ';
57 $afile='/Fo';
H A DBC-32.pl56 $afile='-o';
H A DMingw32.pl70 $afile='-o ';
H A DOS2-EMX.pl43 $afile='-o ';
H A Dunix.pl48 $afile='-o ';
H A DBC-16.pl66 $afile='/o';
H A DVC-16.pl84 $afile='/Fo';
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dmsh.c442 int afile; /* file descriptor */ member in struct:ioarg
1486 PUSHIO(afile, f, filechar);
4156 PUSHIO(afile, remap(pf[0]),
4650 if ((isatty(e.iop->argp->afile) == 0)
4652 || lseek(e.iop->argp->afile, 0L, SEEK_CUR) != -1)) {
4801 lseek(ap->afile, ap->afpos, SEEK_SET);
4803 i = safe_read(ap->afile, bp->buf, sizeof(bp->buf));
4805 closef(ap->afile);
4818 if (interactive && isatty(ap->afile)) {
4832 i = safe_read(ap->afile,
[all...]

Completed in 195 milliseconds