/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 in function:__weak_alias 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 in function:uuid_to_string 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/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/tests/lib/libbluetooth/ |
t_sdp_match.c | 48 0x00, // nil 59 sdp_data_t nil; local in function:ATF_TC_BODY 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 in function:ATF_TC_BODY 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 in function:ATF_TC_BODY 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 in function:ATF_TC_BODY 389 sdp_data_t nil; local in function:ATF_TC_BODY 559 sdp_data_t nil; local in function:ATF_TC_BODY 604 sdp_data_t nil; local in function:ATF_TC_BODY [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/tests/usr.bin/xlint/lint1/ |
check-expect.lua | 41 if f == nil then return nil, err, errno end 72 if lines == nil then return nil, nil end 81 if comments_by_location[location] == nil then 98 if ppl_lineno ~= nil then 128 if lines == nil then 157 return comment:find(pattern, 1, true) ~= nil 227 if c_comment_locations == nil then return en [all...] |
/src/usr.bin/make/unit-tests/ |
check-expect.lua | 43 ---@return nil | string[] 48 if f == nil then 49 return nil 62 --- @field filename string | nil 63 --- @field lineno number | nil 102 if exp_raw_lines == nil then
|
/src/usr.bin/xlint/lint1/ |
check-msgs.lua | 20 if msg ~= nil then 42 if msg == nil then 56 if prefix ~= nil and msg:find(prefix, 1, 1) == 1 then 88 if comment ~= nil then 152 decl[rule] = nil
|
/src/sys/arch/sparc/sparc/ |
db_machdep.c | 57 static long nil; variable in typeref:typename:long 65 { "g0", &nil, FCN_NULL, NULL, },
|
/src/tests/lib/libobjc/ |
t_threads.m | 118 rv = objc_thread_detach(@selector(start), o, nil);
|
/src/libexec/httpd/ |
printenv.lua | 55 if query ~= nil then 82 if query ~= nil then 85 if env.CONTENT_TYPE ~= nil then
|
/src/sys/kern/ |
kern_ctf.c | 58 z_alloc(void *nil, u_int items, u_int size) 67 z_free(void *nil, void *ptr)
|
/src/libexec/httpd/lua/ |
optparse.lua | 62 if action == 'store' or action == nil then 94 if action == nil or action == 'store' then
|
/src/sys/arch/sparc64/sparc64/ |
db_machdep.c | 148 static uint64_t nil; variable in typeref:typename:uint64_t 156 { "g0", (void *)&nil, FCN_NULL, 0 },
|
/src/sys/arch/arm/arm32/ |
db_machdep.c | 62 static long nil; variable in typeref:typename:long 106 { "und_sp", &nil, db_access_und_sp, NULL }, 107 { "abt_sp", &nil, db_access_abt_sp, NULL }, 108 { "irq_sp", &nil, db_access_irq_sp, NULL },
|
/src/sys/opencrypto/ |
deflate.c | 65 ocf_zalloc(void *nil, u_int type, u_int size) 74 ocf_zfree(void *nil, void *ptr)
|
/src/sys/arch/i386/stand/lib/ |
biosdisk.c | 321 static const struct uuid nil = { .time_low = 0 }; local in function:guid_is_nil 322 return (memcmp(u, &nil, sizeof(*u)) == 0 ? true : false);
|
/src/common/dist/zlib/contrib/delphi/ |
ZLib.pas | 420 FZRec.next_in := nil;
|