Searched refs:nil (Results 1 - 25 of 130) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/ixfr/
H A Dtests.sh40 nil. 300 SOA ns.nil. root.nil. 1 300 300 604800 300
42 nil. 300 SOA ns.nil. root.nil. 1 300 300 604800 300
44 nil. 300 NS ns.nil.
45 nil. 300 TXT "initial AXFR"
46 a.nil
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dprotocol-isEqual-3.m2 /* Test that a protocol is not equal to nil. */
13 if (protocol_isEqual (@protocol(Foo), nil))
15 if ([@protocol(Foo) isEqual: nil])
H A Dnil_method-1.m5 /* Test that calling a method of a nil object results in
6 nothing to happen (but not a crash), and nil to be
27 TestClass *t = nil;
31 if ([t testId] != nil)
38 if ([t testIdWithA: t] != nil)
45 if ([t testIdWithA: t andB: nil] != nil)
55 11, 12, 13, 14, 15, 16, 17, 18, 19, 20] != nil)
H A Dbycopy-1.m14 [nil bycopyMethod];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dconditional-1.m6 #define nil ((id)0)
20 id var_id = nil;
21 id <MyProtocol> var_id_p = nil;
22 MyObject *var_obj = nil;
23 MyProtoObject *var_obj_p = nil;
H A Dcomp-types-5.m15 id obj = nil;
16 id <MyProtocol> obj_p = nil;
17 MyClass<MyProtocol> *obj_cp = nil;
H A Dmethod-12.m21 + (A *)currentContext { return nil; }
24 + (B *)currentContext { return nil; }
H A Dmethod-7.m20 [obj setWindow:nil]; /* { dg-warning ".Object. may not respond to .\\-setWindow:." } */
24 [obj2 setWindow:nil]; /* { dg-warning "multiple methods named .\\-setWindow:. found" } */
H A Dproto-lossage-2.m16 Foo *f=nil;
H A Dtypedef-alias-1.m10 Object* a = nil;
H A Dprivate-1.m47 MyClass *m = nil;
49 if (m != nil)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dcomp-types-6.mm16 id obj = nil;
17 id <MyProtocol> obj_p = nil;
18 MyClass<MyProtocol> *obj_cp = nil;
H A Dmethod-13.mm18 [obj setWindow:nil]; /* { dg-warning ".Object. may not respond to .\\-setWindow:." } */
22 [obj2 setWindow:nil]; /* { dg-warning "multiple methods named .\\-setWindow:. found" } */
H A Dmethod-18.mm21 + (A *)currentContext { return nil; }
24 + (B *)currentContext { return nil; }
H A Dproto-lossage-2.mm16 Foo *f=nil;
H A Dtypedef-alias-1.mm10 Object* a = nil;
/netbsd-6-1-5-RELEASE/lib/libc/uuid/
H A Duuid_is_nil.c47 * uuid_is_nil() - return whether the UUID is a nil UUID.
54 static const uuid_t nil = { .time_low = 0 }; local
62 return (memcmp(u, &nil, sizeof(uuid_t)) == 0 ? 1 : 0);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rndc/
H A Dtests.sh32 zone nil.
33 update add text1.nil. 600 IN TXT "addition 1"
39 [ -s ns2/nil.db.jnl ] || ret=1
49 grep "addition 1" ns2/nil.db > /dev/null 2>&1 || ret=1
55 [ -s ns2/nil.db.jnl ] || ret=1
63 zone nil.
64 update add text2.nil. 600 IN TXT "addition 2"
68 $DIGCMD text2.nil. TXT | grep 'addition 2' >/dev/null && ret=1
79 zone nil.
80 update add text3.nil
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D980223.c21 int nil; variable
22 object cons1[2] = { {(char *) &nil, 0}, {(char *) &nil, 0} };
23 object cons2[2] = { {(char *) &cons1, 64}, {(char *) &nil, 0} };
28 object y = {(char *) &nil, 0};
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D980223.c21 int nil; variable
22 object cons1[2] = { {(char *) &nil, 0}, {(char *) &nil, 0} };
23 object cons2[2] = { {(char *) &cons1, 64}, {(char *) &nil, 0} };
28 object y = {(char *) &nil, 0};
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/tsiggss/
H A Dtests.sh45 test_update testdc1.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || status=1
46 test_update testdc2.example.nil. A "86400 A 10.53.0.11" "10.53.0.11" || status=1
47 test_update denied.example.nil. TXT "86400 TXT helloworld" "helloworld" && status=1
53 test_update testdenied.example.nil. A "86400 A 10.53.0.12" "10.53.0.12" && status=1
54 test_update testdenied.example.nil. TXT "86400 TXT helloworld" "helloworld" || status=1
57 test_update testcname.example.nil. TXT "86400 CNAME testdenied.example.nil" "testdenied" && status=1
60 test_update testcname.example.nil. TXT "86400 CNAME testdenied.example.nil" "testdenied" || status=1
61 test_update testcname.example.nil
[all...]
H A Dsetup.sh29 key=`$KEYGEN -Cq -K ns1 -a DSA -b 512 -r $RANDFILE -n HOST -T KEY key.example.nil.`
30 cat ns1/example.nil.db.in ns1/${key}.key > ns1/example.nil.db
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/nsupdate/
H A Dsetup.sh32 sed 's/example.nil/other.nil/g' ns1/example1.db > ns1/other.db
33 sed 's/example.nil/unixtime.nil/g' ns1/example1.db > ns1/unixtime.db
41 update.nil IN SOA ns1.example.nil. hostmaster.example.nil. (
48 update.nil. NS ns1.update.nil.
49 ns1.update.nil
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/dlzexternal/
H A Dsetup.sh23 $DDNSCONFGEN -q -r random.data -z example.nil > ns1/ddns.key
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DErrorHandling.cpp74 if (theErrorMessage != nil)
83 if (theErrorMessage != nil)
91 if (theErrorMessage != nil)
100 if (theErrorMessage != nil)
109 if (theErrorMessage != nil)
157 errCode = AppendCStrToHandle(gErrorMessage,inoutHandle,nil);

Completed in 110 milliseconds

123456