HomeSort by: relevance | last modified time | path
    Searched refs:nil (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /src/external/mpl/bind/dist/bin/tests/system/ixfr/
tests.sh 45 nil. 300 SOA ns.nil. root.nil. 1 300 300 604800 300
47 nil. 300 SOA ns.nil. root.nil. 1 300 300 604800 300
49 nil. 300 NS ns.nil.
50 nil. 300 TXT "initial AXFR"
51 a.nil. 60 A 10.0.0.6
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dlzexternal/
setup.sh 16 $TSIGKEYGEN ddns-key.example.nil >ns1/ddns.key
tests.sh 60 test_update testdc1.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1
63 test_update testdc2.example.nil. A "86400 A 10.53.0.11" "10.53.0.11" || ret=1
66 test_update testdc3.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1
69 test_update deny.example.nil. TXT "86400 TXT helloworld" "helloworld" should_fail && ret=1
73 $DIG $DIGOPTS testdc1.example.nil AAAA >dig.out.$n || ret=1
81 prereq nxdomain testdc3.example.nil
82 update add testdc3.example.nil 86500 in a 10.53.0.12
86 out=$($DIG $DIGOPTS +short a testdc3.example.nil)
92 out=$($DIG $DIGOPTS +short -t txt -q source-addr.example.nil | grep -v '^;')
102 grep 'dlz_example: shutting down zone example.nil' ns1/named.run >/dev/null 2>&1 || ret=
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/tsiggss/
setup.sh 16 key=$($KEYGEN -Cq -K ns1 -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS -n HOST -T KEY key.example.nil.)
17 cat ns1/example.nil.db.in ns1/${key}.key >ns1/example.nil.db
tests.sh 77 test_update $n testdc1.example.nil. A "86400 A 10.53.0.10" "10.53.0.10" || ret=1
84 test_update $n testdc2.example.nil. A "86400 A 10.53.0.11" "10.53.0.11" || ret=1
91 test_update $n denied.example.nil. TXT "86400 TXT helloworld" "helloworld" >/dev/null && ret=1
102 test_update $n testdenied.example.nil. A "86400 A 10.53.0.12" "10.53.0.12" >/dev/null && ret=1
109 test_update $n testdenied.example.nil. TXT "86400 TXT helloworld" "helloworld" || ret=1
116 test_update $n testcname.example.nil. CNAME "86400 CNAME testdenied.example.nil" "testdenied" >/dev/null && ret=1
125 test_update $n testcname.example.nil. CNAME "86400 CNAME testdenied.example.nil" "testdenied" || ret=1
132 test_update $n testcname.example.nil. A "86400 A 10.53.0.13" "10.53.0.13" >/dev/null && ret=
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-mi-var-info-path-expression.c 39 #define nil ((struct cons*)0); macro
51 c2.slots[0] = nil;
55 c3.slots[0] = nil;
56 c3.slots[1] = nil;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-mi-var-info-path-expression.c 39 #define nil ((struct cons*)0); macro
51 c2.slots[0] = nil;
55 c3.slots[0] = nil;
56 c3.slots[1] = nil;
  /src/lib/libc/uuid/
uuid_is_nil.c 47 * 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);
uuid_to_string.c 55 static const uuid_t nil = { .time_low = 0 }; local
65 u = &nil;
  /src/tests/lib/libcurses/slave/
lint.lua 35 if s == nil then return nil end
44 local curr_argc, curr_arg ---@type number|nil, number|nil
58 curr_argc, curr_arg = nil, nil
65 curr_argc, curr_arg = nil, nil
  /src/external/gpl3/gcc/dist/libobjc/
objects.c 42 id new = nil;
53 if (new != nil)
71 if ((object != nil) && CLS_ISCLASS (object->class_pointer))
79 return nil;
85 if ((object != nil) && CLS_ISCLASS (object->class_pointer))
93 return nil;
99 if (object != nil)
102 return "Nil";
108 if (object == nil)
109 return Nil;
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/
objects.c 42 id new = nil;
53 if (new != nil)
71 if ((object != nil) && CLS_ISCLASS (object->class_pointer))
79 return nil;
85 if ((object != nil) && CLS_ISCLASS (object->class_pointer))
93 return nil;
99 if (object != nil)
102 return "Nil";
108 if (object == nil)
109 return Nil;
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/nsupdate/ns1/
named.conf.j2 61 key restricted.example.nil {
66 key zonesub-key.example.nil {
73 zone "example.nil" {
79 grant zonesub-key.example.nil zonesub TXT;
80 grant ddns-key.example.nil subdomain example.nil ANY;
81 grant restricted.example.nil subdomain restricted.example.nil ANY;
86 zone "max-ttl.nil" {
96 zone "other.nil" {
    [all...]
  /src/external/bsd/ntp/dist/sntp/unity/auto/
generate_module.rb 92 raise "ERROR: You can't have more than one Module name specified!" unless @module_name.nil?
101 raise "ERROR: You must have a Module name specified! (use option -h for help)" if @module_name.nil?
107 @path_src = cfg[:defaults][:path_src] if @path_src.nil?
108 @path_inc = cfg[:defaults][:path_inc] if @path_inc.nil?
109 @path_tst = cfg[:defaults][:path_tst] if @path_tst.nil?
110 @update_svn = cfg[:defaults][:update_svn] if @update_svn.nil?
118 @path_src = HERE + "../src/" if @path_src.nil?
119 @path_inc = @path_src if @path_inc.nil?
120 @path_tst = HERE + "../test/" if @path_tst.nil?
124 @pattern = 'src' if @pattern.nil
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dyndb/ns1/
named.conf.j2 39 dyndb sample "../driver/.libs/sample.so" { ipv4.example.nil. in-addr.arpa. };
40 dyndb sample2 "../driver/.libs/sample.so" { ipv6.example.nil. 8.b.d.0.1.0.0.2.ip6.arpa. };
  /src/external/bsd/zstd/dist/contrib/premake/
zstd.lua 5 if compression == nil then compression = true end
6 if decompression == nil then decompression = true end
7 if deprecated == nil then deprecated = false end
8 if dictbuilder == nil then dictbuilder = false end
10 if legacy == nil then legacy = 0 end
  /src/external/mpl/bind/dist/bin/tests/system/tsig/
tests.sh 35 $DIG $DIGOPTS example.nil. -y "md5:$md5" @10.53.0.1 soa >dig.out.md5.old || ret=1
44 $DIG $DIGOPTS example.nil. -y "hmac-md5:md5:$md5" @10.53.0.1 soa >dig.out.md5.new || ret=1
56 $DIG $DIGOPTS example.nil. -y "hmac-sha1:sha1:$sha1" @10.53.0.1 soa >dig.out.sha1 || ret=1
65 $DIG $DIGOPTS example.nil. -y "hmac-sha224:sha224:$sha224" @10.53.0.1 soa >dig.out.sha224 || ret=1
74 $DIG $DIGOPTS example.nil. -y "hmac-sha256:sha256:$sha256" @10.53.0.1 soa >dig.out.sha256 || ret=1
83 $DIG $DIGOPTS example.nil. -y "hmac-sha384:sha384:$sha384" @10.53.0.1 soa >dig.out.sha384 || ret=1
92 $DIG $DIGOPTS example.nil. -y "hmac-sha512:sha512:$sha512" @10.53.0.1 soa >dig.out.sha512 || ret=1
107 $DIG $DIGOPTS example.nil. -y "hmac-md5-80:md5-trunc:$md5" @10.53.0.1 soa >dig.out.md5.trunc || ret=1
119 $DIG $DIGOPTS example.nil. -y "hmac-sha1-80:sha1-trunc:$sha1" @10.53.0.1 soa >dig.out.sha1.trunc || ret=1
128 $DIG $DIGOPTS example.nil. -y "hmac-sha224-112:sha224-trunc:$sha224" @10.53.0.1 soa >dig.out.sha224.trunc || ret=
    [all...]
  /src/distrib/sets/
fmt-list 110 if fullname == nil then
114 if fullname == nil then
117 if fullname == nil then
122 if dirname == nil then
127 if category_align ~= nil then
130 if flags_align ~= nil then
169 -- Return the smaller of the given values, ignoring nil.
171 if curr == nil or (value ~= nil and value < curr) then
178 assert_equals(min(nil, nil), nil
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/objc/
objc.h 108 /* 'nil' is the null object. Messages to nil do nothing and always
110 #define nil (id)0 macro
112 /* 'Nil' is the null class. Since classes are objects too, this is
113 actually the same object as 'nil' (and behaves in the same way),
115 'nil' if you are comparing a Class object to nil as it enables the
117 #define Nil (Class)0
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
objc.h 108 /* 'nil' is the null object. Messages to nil do nothing and always
110 #define nil (id)0 macro
112 /* 'Nil' is the null class. Since classes are objects too, this is
113 actually the same object as 'nil' (and behaves in the same way),
115 'nil' if you are comparing a Class object to nil as it enables the
117 #define Nil (Class)0
  /src/tests/lib/libbluetooth/
t_sdp_match.c 48 0x00, // nil
59 sdp_data_t nil; local
69 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */
70 ATF_CHECK_EQ(sdp_data_type(&nil), SDP_DATA_NIL);
t_sdp_get.c 145 0x00, // nil
177 sdp_data_t nil; local
191 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */
192 ATF_CHECK_EQ(sdp_data_type(&nil), SDP_DATA_NIL);
212 0x00, // nil
216 sdp_data_t nil; local
227 ATF_REQUIRE(sdp_get_data(&test, &nil)); /* (skip) */
228 ATF_CHECK_EQ(sdp_data_type(&nil), SDP_DATA_NIL);
251 0x00, // nil
279 sdp_data_t nil; local
389 sdp_data_t nil; local
559 sdp_data_t nil; local
604 sdp_data_t nil; local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/dyndb/
tests.sh 118 test_add test1.ipv4.example.nil. A "10.53.0.10" || ret=1
121 test_add test2.ipv4.example.nil. A "10.53.0.11" || ret=1
124 test_add test3.ipv4.example.nil. A "10.53.0.12" || ret=1
127 test_add test4.ipv6.example.nil. AAAA "2001:db8::1" || ret=1
130 test_del test1.ipv4.example.nil. A || ret=1
133 test_del test2.ipv4.example.nil. A || ret=1
136 test_del test3.ipv4.example.nil. A || ret=1
139 test_del test4.ipv6.example.nil. AAAA || ret=1
151 test_add test5.ipv4.example.nil. A "10.53.0.10" || ret=1
154 test_add test6.ipv6.example.nil. AAAA "2001:db8::1" || ret=
    [all...]
  /src/usr.bin/xlint/lint2/
check-msgs.lua 20 if msg ~= nil then
42 if msg == nil then
57 if prefix ~= nil and msg:find(prefix, 1, 1) == 1 then
77 if comment ~= nil then
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
local.cc 51 int nil; member in class:InnerLocal::NestedInnerLocal

Completed in 33 milliseconds

1 2 3 4 5