HomeSort by: relevance | last modified time | path
    Searched defs:nil (Results 1 - 14 of 14) sorted by relevancy

  /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/sys/arch/sparc/sparc/
db_machdep.c 57 static long nil; variable
65 { "g0", &nil, FCN_NULL, NULL, },
  /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/sys/arch/sparc64/sparc64/
db_machdep.c 148 static uint64_t nil; variable
156 { "g0", (void *)&nil, FCN_NULL, 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/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/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/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.cp/
local.cc 51 int nil; member in class:InnerLocal::NestedInnerLocal
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
local.cc 51 int nil; member in class:InnerLocal::NestedInnerLocal
  /src/sys/arch/arm/arm32/
db_machdep.c 62 static long nil; variable
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/arch/i386/stand/lib/
biosdisk.c 321 static const struct uuid nil = { .time_low = 0 }; local
322 return (memcmp(u, &nil, sizeof(*u)) == 0 ? true : false);

Completed in 36 milliseconds