/minix3/common/lib/libprop/ |
H A D | prop_stack.c | 36 _prop_stack_init(prop_stack_t stack) in _prop_stack_init() 43 _prop_stack_push(prop_stack_t stack, prop_object_t obj, void *data1, in _prop_stack_push() 80 _prop_stack_pop(prop_stack_t stack, prop_object_t *obj, void **data1, in _prop_stack_pop()
|
H A D | prop_bool.c | 65 _prop_bool_free(prop_stack_t stack, prop_object_t *obj) in _prop_bool_free() 204 _prop_bool_internalize(prop_stack_t stack, prop_object_t *obj, in _prop_bool_internalize()
|
H A D | prop_array.c | 95 _prop_array_free(prop_stack_t stack, prop_object_t *obj) in _prop_array_free() 776 _prop_array_internalize(prop_stack_t stack, prop_object_t *obj, in _prop_array_internalize() 797 _prop_array_internalize_continue(prop_stack_t stack, in _prop_array_internalize_continue() 829 _prop_array_internalize_body(prop_stack_t stack, prop_object_t *obj, in _prop_array_internalize_body()
|
H A D | prop_string.c | 77 _prop_string_free(prop_stack_t stack, prop_object_t *obj) in _prop_string_free() 421 _prop_string_internalize(prop_stack_t stack, prop_object_t *obj, in _prop_string_internalize()
|
H A D | prop_data.c | 87 _prop_data_free(prop_stack_t stack, prop_object_t *obj) in _prop_data_free() 542 _prop_data_internalize(prop_stack_t stack, prop_object_t *obj, in _prop_data_internalize()
|
H A D | prop_object.c | 626 struct _prop_stack stack; in _prop_object_internalize_by_tag() local 1080 struct _prop_stack stack; in prop_object_release() local 1157 struct _prop_stack stack; in prop_object_equals_with_error() local
|
H A D | prop_dictionary.c | 234 _prop_dict_keysym_free(prop_stack_t stack, prop_object_t *obj) in _prop_dict_keysym_free() 345 _prop_dictionary_free(prop_stack_t stack, prop_object_t *obj) in _prop_dictionary_free() 1255 _prop_dictionary_internalize(prop_stack_t stack, prop_object_t *obj, in _prop_dictionary_internalize() 1289 _prop_dictionary_internalize_continue(prop_stack_t stack, prop_object_t *obj, in _prop_dictionary_internalize_continue() 1317 _prop_dictionary_internalize_body(prop_stack_t stack, prop_object_t *obj, in _prop_dictionary_internalize_body()
|
/minix3/lib/libc/sys/ |
H A D | Lint___clone.c | 12 __clone(int (*func)(void *), void *stack, int flags, void *arg) in __clone() argument
|
H A D | Lint_clone.c | 12 clone(int (*func)(void *), void *stack, int flags, void *arg) in clone() argument
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | 2002-12-15-StructParameters.c | 5 void *stack; member
|
/minix3/lib/libexecinfo/ |
H A D | builtin.c | 58 void *stack = &stack; in backtrace() local
|
/minix3/tests/lib/libc/sys/ |
H A D | t_clone.c | 97 void *allocstack, *stack; in ATF_TC_BODY() local 193 void *allocstack, *stack; in ATF_TC_BODY() local
|
H A D | t_lwp_create.c | 108 void *stack; in ATF_TC_BODY() local
|
H A D | t_swapcontext.c | 40 char stack[STACKSIZE]; variable
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | ManagedStatic.cpp | 34 void *stack = malloc(n); in allocate_stack() local
|
/minix3/tests/usr.bin/xlint/lint1/ |
H A D | d_typefun.c | 15 struct stack_st_OPENSSL_BLOCK { _STACK stack; }; member
|
/minix3/crypto/external/bsd/heimdal/dist/base/ |
H A D | json.c | 121 heim_array_t stack; in heim_json2base() local
|
/minix3/tests/lib/libpthread/ |
H A D | t_swapcontext.c | 42 char stack[STACKSIZE]; variable
|
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | misc.c | 102 void *stack[128]; in _krb5_debug_backtrace() local
|
/minix3/lib/libterminfo/ |
H A D | tparm.c | 65 push(long num, char *string, TPSTACK *stack) in push() 78 pop(long *num, char **string, TPSTACK *stack) in pop() 191 TPSTACK stack; in _ti_tiparm() local
|
/minix3/crypto/external/bsd/openssl/dist/apps/ |
H A D | crl2p7.c | 294 static int add_certs_from_file(STACK_OF(X509) *stack, char *certfile) in add_certs_from_file()
|
/minix3/minix/lib/libddekit/src/ |
H A D | thread.h | 24 char *stack; member
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-c-test/ |
H A D | calc.c | 45 LLVMValueRef stack[MAX_DEPTH]; in build_from_tokens() local
|
/minix3/sys/arch/i386/stand/mbr/ |
H A D | gptmbr.S | 52 stack = 0x7c00 define
|
/minix3/crypto/external/bsd/openssl/dist/ssl/ |
H A D | ssl_cert.c | 691 int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, in SSL_add_file_cert_subjects_to_stack() 754 int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, in SSL_add_dir_cert_subjects_to_stack()
|