Searched refs:is_nil (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/fdisk/
H A Dcmd.c297 int32_t is_nil; local
309 is_nil = uuid_is_nil(&gp[pn].gp_type, NULL);
311 if (PRT_protected_uuid(&gp[pn].gp_type) && is_nil == 0) {
/openbsd-current/gnu/llvm/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py809 def is_nil(self): member in class:ObjCRuntime
880 self.is_nil = nil
883 if self.is_nil:

Completed in 178 milliseconds