Searched refs:IN (Results 1 - 25 of 455) sorted by relevance

1234567891011>>

/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dperlpath.pl16 open(IN,"<$_") || die "unable to open $dir/$_:$!\n";
17 @a=<IN>;
18 close(IN);
H A Derr-ins.pl10 open(IN,$ARGV[1]) || die "unable to open header file '$ARGV[1]':$!\n";
13 while (<IN>)
18 close(IN);
H A Dselftest.pl39 if (open(IN,"<Makefile")) {
40 while (<IN>) {
46 close(IN);
59 if (open(IN,"<CHANGES")) {
60 while(<IN>) {
66 close(IN);
120 if (open(IN,"<make.log")) {
122 while (<IN>) {
125 close(IN);
157 if ($ok and open(IN,"<maketes
[all...]
H A Dck_errf.pl12 open(IN,"<$file") || die "unable to open $file\n";
14 while (<IN>)
48 close(IN);
H A Dmkfiles.pl90 open (IN, "$dir/$makefile") || die "Can't open $dir/$makefile";
94 while (<IN>)
108 $b=<IN>;
134 close (IN);
H A Dcopy.pl54 sysopen(IN, $_, O_RDONLY|O_BINARY) || die "Can't Open $_";
57 while (sysread IN, $buf, 10240)
65 close(IN);
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/
H A DMakefile.PL37 open(IN, "Makefile");
39 while(<IN>) {
44 close(IN);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/v6synth/
H A Dtests.sh12 # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14 # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
44 aaaa.example. 0 IN AAAA 12:34:56::ff
46 a6.example. 0 IN AAAA 12:34:56::ff
48 chain.example. 0 IN AAAA 12:34:56::ff:ff
50 alias2.example. 0 IN CNAME alias.example.
51 alias.example. 0 IN CNAME chain.example.
52 chain.example. 0 IN AAAA 12:34:56::ff:ff
54 aaaa.dname.example. 0 IN CNAM
[all...]
/macosx-10.10.1/dyld-353.2.1/bin/
H A Dset-alt-dyld15 open IN, "<$arg" or die $!;
16 my $in = <IN>;
17 close IN or die $!;
/macosx-10.10.1/rsync-45/rsync/support/
H A Dmnt-excl38 open(IN, $file) or die "Unable to open $file: $!\n";
39 while (<IN>) {
44 close IN;
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dcreate_Info_plist.pl48 open IN, "< $ARGV[0]" or die "Can't open $ARGV[0]: $!";
49 while (<IN>)
62 close IN;
68 open IN, "< $ARGV[1]" or die "Can't open $ARGV[1]: $!";
70 while (<IN>)
110 close IN;
/macosx-10.10.1/pcre-7/pcre/
H A DDetrail11 open(IN, "$file") || die "Can't open $file for input";
12 @lines = <IN>;
13 close(IN);
/macosx-10.10.1/Heimdal-398.1.2/packages/mac/
H A DHeimdal-ify.pl10 my ($IN, $OUT);
12 open IN, "$in" or die "failed to open $in";
15 while(<IN>) {
28 close IN;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/db/
H A Ddns_db_currentversion_data7 dns_db_currentversion.data rbt vix.com. IN zone a.b.c.vix.com. A
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A Dcreate_jit_stubs55 open(IN, $header) or die "No such file $header";
57 while ( $_ = <IN> ) {
70 close(IN);
71 open(IN, $file) or die "No such file $file";
73 while ( $_ = <IN> ) {
101 close(IN);
/macosx-10.10.1/WebKit-7600.1.25/WebKit.vcxproj/Interfaces/
H A DFixMIDLHeaders.pl21 # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
25 # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
54 open(IN, "<", $fileName);
55 my @contents = <IN>;
56 close(IN);
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/sortlist/
H A Dtests.sh12 # AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
14 # LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
15 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
27 a.example. 300 IN A 192.168.3.1
28 a.example. 300 IN A 192.168.1.1
29 a.example. 300 IN A 1.1.1.5
30 a.example. 300 IN A 1.1.1.1
31 a.example. 300 IN A 1.1.1.3
32 a.example. 300 IN A 1.1.1.2
33 a.example. 300 IN
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/Scripts/
H A Dremove-console-asserts.pl19 open IN, $inputScriptFilename or die "Couldn't open $inputScriptFilename: $!";
23 while (<IN>) {
46 close IN;
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dipp-tests.test182 EXPECT operations-supported OF-TYPE enum IN-GROUP printer-attributes-tag WITH-VALUE 0x0002 # Print-Job
195 EXPECT charset-configured OF-TYPE charset IN-GROUP printer-attributes-tag COUNT 1
197 EXPECT charset-supported OF-TYPE charset IN-GROUP printer-attributes-tag WITH-VALUE utf-8
199 EXPECT color-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1
202 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "none"
203 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "deflate" DEFINE-MATCH HAVE_DEFLATE
204 EXPECT compression-supported OF-TYPE keyword IN-GROUP printer-attributes-tag WITH-VALUE "gzip" DEFINE-MATCH HAVE_GZIP
206 EXPECT copies-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
207 EXPECT copies-supported OF-TYPE rangeOfInteger IN-GROUP printer-attributes-tag
209 EXPECT document-format-default OF-TYPE mimeMediaType IN
[all...]
/macosx-10.10.1/xnu-2782.1.97/pexpert/pexpert/i386/
H A Defi.h79 #define IN macro
252 IN EFI_UINTN MemoryMapSize,
253 IN EFI_UINTN DescriptorSize,
254 IN EFI_UINT32 DescriptorVersion,
255 IN EFI_MEMORY_DESCRIPTOR * VirtualMap
262 IN EFI_UINTN DebugDisposition,
263 IN OUT VOID **Address
278 IN EFI_CHAR16 * VariableName,
279 IN EFI_GUID * VendorGuid,
281 IN OU
[all...]
/macosx-10.10.1/Heimdal-398.1.2/cf/
H A Droken-h-process.pl16 my $IN;
21 open IN, $opt_c || die "failed open ${opt_c}";
27 while (<IN>) {
56 close IN;
64 open IN, "$opt_p" || die "failed open ${opt_p}";
78 while (<IN>) {
135 close IN;
/macosx-10.10.1/cups-408/cups/test/
H A Dipp-2.0.test46 EXPECT color-supported OF-TYPE boolean IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE true DEFINE-MATCH PRINTER_IS_COLOR
49 EXPECT copies-default OF-TYPE integer IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE >0
50 EXPECT copies-supported OF-TYPE rangeOfInteger IN-GROUP printer-attributes-tag
51 EXPECT finishings-default OF-TYPE enum IN-GROUP printer-attributes-tag
52 EXPECT finishings-supported OF-TYPE enum IN-GROUP printer-attributes-tag WITH-VALUE 3
53 EXPECT media-default OF-TYPE no-value|keyword|name IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE "$MEDIA_REGEX"
54 EXPECT ?media-ready OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-ALL-VALUES "$MEDIA_REGEX"
55 EXPECT media-supported OF-TYPE keyword|name IN-GROUP printer-attributes-tag WITH-ALL-VALUES "$MEDIA_REGEX"
56 EXPECT orientation-requested-default OF-TYPE no-value|enum IN-GROUP printer-attributes-tag COUNT 1 WITH-VALUE 3,4,5,6
57 EXPECT orientation-requested-supported OF-TYPE enum IN
[all...]
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dmd4.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);
/macosx-10.10.1/OpenSSL098-52/src/crypto/md2/
H A Dmd2.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
72 FILE *IN; local
82 IN=fopen(argv[i],"r");
83 if (IN == NULL)
90 do_fp(IN);
91 fclose(IN);
/macosx-10.10.1/OpenSSL098-52/src/crypto/md4/
H A Dmd4.c44 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
48 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
49 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
74 FILE *IN; local
84 IN=fopen(argv[i],"r");
85 if (IN == NULL)
92 do_fp(IN);
93 fclose(IN);

Completed in 161 milliseconds

1234567891011>>