Home
last modified time | relevance | path

Searched refs:nil (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/libobjc/
HDobjects.c43 id new = nil; in class_createInstance()
54 if (new != nil) in class_createInstance()
72 if ((object != nil) && CLS_ISCLASS (object->class_pointer)) in object_copy()
80 return nil; in object_copy()
86 if ((object != nil) && CLS_ISCLASS (object->class_pointer)) in object_dispose()
94 return nil; in object_dispose()
100 if (object != nil) in object_getClassName()
109 if (object == nil) in object_setClass()
HDivars.c81 if (object == nil) in object_getIndexedIvars()
91 if (object == nil || name == NULL) in object_getInstanceVariable()
111 if (object == nil || name == NULL) in object_setInstanceVariable()
130 if (object == nil || variable == NULL) in object_getIvar()
131 return nil; in object_getIvar()
142 if (object == nil || variable == NULL) in object_setIvar()
HDobjc-sync.c189 new_node->object = nil; in __objc_sync_init()
208 if (object == nil) in objc_sync_enter()
351 if (object == nil) in objc_sync_exit()
406 node->object = nil; in objc_sync_exit()
HDaccessors.m105 if (self != nil)
134 return nil;
146 if (self != nil)
HDsendmsg.c347 res = get_implementation(nil, class, sel); in get_imp()
891 return nil; in __objc_block_forward()
HDexception.c46 if (exception != nil) in is_kind_of_exception_matcher()
/dragonfly/lib/libc/uuid/
HDuuid_to_string.c46 uuid_t nil; in uuid_to_string() local
56 u = &nil; in uuid_to_string()
57 uuid_create_nil(&nil, NULL); in uuid_to_string()
/dragonfly/stand/lib/
HDuuid_to_string.c76 uuid_t nil; in uuid_to_string() local
90 u = &nil; in uuid_to_string()
91 uuid_create_nil(&nil, NULL); in uuid_to_string()
/dragonfly/sys/opencrypto/
HDdeflate.c162 z_alloc(void *nil, u_int type, u_int size) in z_alloc() argument
171 z_free(void *nil, void *ptr) in z_free() argument
/dragonfly/contrib/gcc-4.7/libobjc/objc/
HDobjc.h111 #define nil (id)0 macro
HDruntime.h155 if (object != nil) in object_getClass()
/dragonfly/contrib/file/magic/Magdir/
HDmaple33 # probably library name padding with nil or points (0x2E)
41 # probably second name section padding with nil or points (0x2E)
HDlif44 # word 21-126 reserved for extensions and future use; set to nil
HDwordprocessors517 # non nil gap
HDmsdos607 # check for probably nil padding til offset 64 of Lotus driver name
619 # DOS excutable with JuMP 16-bit and without nil padding
HDarchive1131 # date+time when archive was last modified; sometimes nil or
/dragonfly/tools/regression/usr.bin/
HDregress.m418 dnl which passed or failed. It may be nil.
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDobjc.texi152 FileStream *Stdin = nil;
153 FileStream *Stdout = nil;
154 FileStream *Stderr = nil;
173 initialized, thus sending messages to the @code{nil} object. The
904 NSArray *array = [NSArray arrayWithObjects: @@"1", @@"2", @@"3", nil];
977 @code{@var{object expression}} is set to @code{nil} and the loop
992 over, @code{@var{object expression}} is set to @code{nil}. This allows
997 set to @code{nil}).
HDmd.texi8069 supported for that delay slot, @code{(nil)} should be coded.
8077 [(eq_attr "type" "!branch,call") (nil) (nil)])
8094 (nil)])
8097 [(eq_attr "type" "!branch,call") (nil) (nil)
8098 (eq_attr "type" "!branch,call") (nil) (nil)])
HDrtl.texi127 @cindex (nil)
128 @cindex nil
130 wanted. The written form of this is @code{(nil)}.
/dragonfly/contrib/tcsh-6/
HDcomplete.tcsh992 n/{-V,--version-control}/"(t numbered nil existing \
1000 n/{-V,--version-control}/"(t numbered nil existing \
1007 n/{-V,--version-control}/"(t numbered nil existing \
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc.opt896 Assume that receivers of Objective-C messages may be nil
934 Enable inline checks for nil receivers with the NeXT runtime and ABI version 2.
/dragonfly/sys/dev/netif/mxge/
HDif_mxge.c640 z_alloc(void *nil, u_int items, u_int size) in z_alloc() argument
646 z_free(void *nil, void *ptr) in z_free() argument
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc.opt1540 Assume that receivers of Objective-C messages may be nil.
1601 Enable inline checks for nil receivers with the NeXT runtime and ABI version 2.
/dragonfly/share/zoneinfo/
HDasia1463 # with range-start = nil
1500 # (setq range-start nil))))

12