| /minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
| H A D | 2007-04-05-PadBeforeZeroLengthField.c | 6 union A objects[]; member 8 void foo(union A * objects, struct B *array, unsigned long k) in foo() argument 9 { array->objects[k] = objects[k]; } in foo()
|
| /minix3/crypto/external/bsd/openssl/lib/libcrypto/ |
| H A D | objects.inc | 1 # $NetBSD: objects.inc,v 1.1 2009/07/19 23:30:44 christos Exp $ 5 # SRCS extracted from src/crypto/dist/openssl/crypto/objects/Makefile 8 .PATH: ${OPENSSLSRC}/crypto/objects 15 CPPFLAGS.${cryptosrc} = -I${OPENSSLSRC}/crypto/objects
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/objects/ |
| H A D | Makefile | 5 DIR= objects 26 EXHEADER= objects.h obj_mac.h 45 obj_mac.h: objects.pl objects.txt obj_mac.num 46 $(PERL) objects.pl objects.txt obj_mac.num obj_mac.h 95 o_names.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h 105 obj_dat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 112 obj_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h 121 obj_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h 128 obj_xref.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
|
| /minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
| H A D | objcmt-subscripting-unavailable.m.result | 20 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 24 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt; 39 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 42 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 44 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 47 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | objcmt-instancetype.m | 31 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 35 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt; 47 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; } 54 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; } 73 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 76 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 78 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 81 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | objcmt-instancetype.m.result | 31 + (instancetype)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 35 - (instancetype)initWithObjects:(const id [])objects count:(unsigned long)cnt; 47 + (instancetype)arrayWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; } 54 - (instancetype)initWithObjects:(const id [])objects count:(unsigned long)cnt { return 0; } 73 + (instancetype)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigne… 76 + (instancetype)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 78 - (instancetype)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long… 81 - (instancetype)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | objcmt-subscripting-unavailable.m | 20 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 24 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt; 39 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 42 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 44 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 47 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | objcmt-subscripting-literals-in-arc.m.result | 34 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 38 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt; 62 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 67 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | objcmt-subscripting-literals-in-arc.m | 34 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 38 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt; 62 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 65 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 67 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 70 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A D | annotate-literals.m | 25 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 29 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 33 id objects = @[ o1, o2 ]; 43 // CHECK-LITERALS: Identifier: "objects" [33:6 - 33:13] VarDecl=objects:33:6 (Definition) 44 // CHECK-LITERALS: Punctuation: "=" [33:14 - 33:15] VarDecl=objects:33:6 (Definition)
|
| /minix3/crypto/external/bsd/openssl/dist/doc/ssl/ |
| H A D | SSL_SESSION_free.pod | 21 SSL_SESSION objects are allocated, when a TLS/SSL handshake operation 24 the SSL_SESSION objects are internally referenced by the SSL_CTX and 25 linked into its session cache. SSL objects may be using the SSL_SESSION object; 26 as a session may be reused, several SSL objects may be using one SSL_SESSION 36 SSL_SESSION_free() must only be called for SSL_SESSION objects, for 41 It must not be called on other SSL_SESSION objects, as this would cause
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | arc-decls.m | 6 id x; // expected-error {{ARC forbids Objective-C objects in struct}} 10 id u; // expected-error {{ARC forbids Objective-C objects in union}} 16 id y[10][20]; // expected-error {{ARC forbids Objective-C objects in struct}} 57 …ewFoo; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} 58 …yBar; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} 59 …ocBaz; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} 61 …wDFoo; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} 62 …yDBar; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} 63 …cDBaz; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}}
|
| H A D | cocoa-api-usage.m.fixed | 27 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 31 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt; 50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 53 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 55 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 58 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | cocoa-api-usage.m | 27 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 31 - (id)initWithObjects:(const id [])objects count:(unsigned long)cnt; 50 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 53 + (id)dictionaryWithObjects:(NSArray *)objects forKeys:(NSArray *)keys; 55 - (id)initWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt; 58 - (id)initWithObjects:(NSArray *)objects forKeys:(NSArray *)keys;
|
| H A D | property-ns-returns-not-retained-attr.m | 11 …-warning {{property declared as returning non-retained objects; getter returning retained objects}}
|
| /minix3/minix/lib/libddekit/src/ |
| H A D | mem.c | 24 void *objects; member 222 s->objects = p1; in ddekit_slab_grow() 225 sc->size, s->mem, s->objects); in ddekit_slab_grow() 258 ret = s->objects; in ddekit_slab_getobj() 262 s->objects = *(void **)((char *) ret + sc->size); in ddekit_slab_getobj() 265 DDEBUG_MSG_VERBOSE("old: %p new: %p", ret, s->objects); in ddekit_slab_getobj() 334 *p= s->objects; in ddekit_slab_free() 335 s->objects=obj; in ddekit_slab_free() 337 DDEBUG_MSG_VERBOSE("old: %p, new: %p",*p,s->objects ); in ddekit_slab_free()
|
| /minix3/sys/arch/i386/stand/lib/ |
| H A D | Makefile.inc | 46 @echo cleaning the i386 library objects 52 @echo cleandiring the i386 library objects 58 @echo depending the i386 library objects
|
| /minix3/external/bsd/llvm/dist/llvm/utils/ |
| H A D | findsym.pl | 20 @objects = grep(/l?i?b?LLVM.*\.[oa]$/,sort(@files)); 23 foreach $lib (@objects) {
|
| /minix3/external/bsd/llvm/dist/clang/test/Parser/ |
| H A D | objc-init.m | 15 id objects[] = {[NSNumber METH]}; 19 id objects[] = {[x METH]}; 23 id objects[] = {[x METH]};
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
| H A D | objc2-strong-cast-block-import.m | 6 Test ** __strong objects; field 16 Test **children = objects;
|
| H A D | optimize-ivar-offset-load.m | 22 // Create set of objects in loop 40 // Create set of objects in loop 55 // Create set of objects in loop
|
| /minix3/crypto/external/bsd/openssl/dist/doc/crypto/ |
| H A D | RSA_sign.pod | 30 see L<objects(3)|objects(3)> for details. If B<type> is B<NID_md5_sha1>, 57 L<ERR_get_error(3)|ERR_get_error(3)>, L<objects(3)|objects(3)>,
|
| /minix3/sys/lib/libz/ |
| H A D | Makefile.inc | 68 @echo cleaning the z library objects 74 @echo cleandiring the z library objects 80 @echo depending the z library objects
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/Inputs/ |
| H A D | literal-support.h | 28 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 32 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/Inputs/ |
| H A D | literal-support.h | 28 + (id)arrayWithObjects:(const id [])objects count:(unsigned long)cnt; 32 + (id)dictionaryWithObjects:(const id [])objects forKeys:(const id [])keys count:(unsigned long)cnt;
|