/third_party/python/Modules/_ctypes/libffi_osx/x86/ |
H A D | x86-ffi_darwin.c | 44 register char *argp; in ffi_prep_args() local 47 argp = stack; in ffi_prep_args() 51 *(void **) argp = ecif->rvalue; in ffi_prep_args() 52 argp += 4; in ffi_prep_args() 64 if ((sizeof(int) - 1) & (unsigned) argp) in ffi_prep_args() 65 argp = (char *) ALIGN(argp, sizeof(int)); in ffi_prep_args() 74 *(signed int *) argp = (signed int)*(SINT8 *)(* p_argv); in ffi_prep_args() 78 *(unsigned int *) argp = (unsigned int)*(UINT8 *)(* p_argv); in ffi_prep_args() 82 *(signed int *) argp in ffi_prep_args() 271 register char *argp; ffi_prep_incoming_args_SYSV() local [all...] |
H A D | x86-ffi64.c | 440 char* argp; in ffi_call() local 461 argp = stack + sizeof(RegisterArgs); in ffi_call() 491 argp = (void *) ALIGN (argp, align); in ffi_call() 492 memcpy (argp, avalue[i], size); in ffi_call() 493 argp += size; in ffi_call() 625 char* argp) in ffi_closure_unix64_inner() 687 argp = (void *) ALIGN (argp, align); in ffi_closure_unix64_inner() 688 avalue[i] = argp; in ffi_closure_unix64_inner() 621 ffi_closure_unix64_inner( ffi_closure* closure, void* rvalue, RegisterArgs* reg_args, char* argp) ffi_closure_unix64_inner() argument [all...] |
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_dump_gpu.c | 163 gem_ioctl(int fd, unsigned long request, void *argp) in gem_ioctl() argument 168 ret = libc_ioctl(fd, request, argp); in gem_ioctl() 503 void *argp; in ioctl() local 508 argp = va_arg(args, void *); in ioctl() 527 return libc_ioctl(fd, request, argp); in ioctl() 532 struct drm_i915_reset_stats *stats = argp; in ioctl() 539 return libc_ioctl(fd, request, argp); in ioctl() 543 struct drm_i915_getparam *getparam = argp; in ioctl() 574 return libc_ioctl(fd, request, argp); in ioctl() 578 struct drm_i915_gem_context_param *getparam = argp; in ioctl() 766 void *argp; ioctl_init_helper() local [all...] |
H A D | intel_sanitize_gpu.c | 50 static int (*libc_ioctl)(int fd, unsigned long request, void *argp); 385 void *argp; in ioctl() local 390 argp = va_arg(args, void *); in ioctl() 401 res = gem_close(fd, (struct drm_gem_close*)argp); in ioctl() 405 res = create_with_padding(fd, (struct drm_i915_gem_create*)argp); in ioctl() 411 (struct drm_i915_gem_execbuffer2*)argp); in ioctl() 418 res = libc_ioctl(fd, request, argp); in ioctl()
|
/third_party/mbedtls/programs/psa/ |
H A D | psa_constant_names.c | 32 va_list argp; in snprintf() local 39 va_start(argp, fmt); in snprintf() 41 ret = _vsnprintf_s(s, n, _TRUNCATE, fmt, argp); in snprintf() 43 ret = _vsnprintf(s, n, fmt, argp); in snprintf() 49 va_end(argp); in snprintf() 207 int process_signed(signed_value_type type, long min, long max, char **argp) in process_signed() argument 209 for (; *argp != NULL; argp++) { in process_signed() 212 long value = strtol(*argp, &end, 0); in process_signed() 214 printf("Non-numeric value: %s\n", *argp); in process_signed() 246 process_unsigned(unsigned_value_type type, unsigned long max, char **argp) process_unsigned() argument [all...] |
/third_party/elfutils/lib/ |
H A D | error.c | 41 va_list argp; in error() local 46 va_start(argp, format); in error() 52 verr (status, format, argp); in error() 55 verrx (status, format, argp); in error() 62 vwarn (format, argp); in error() 65 vwarnx (format, argp); in error() 67 va_end(argp); in error()
|
/third_party/mbedtls/programs/test/ |
H A D | selftest.c | 375 char **argp; in main() local 501 for (argp = argv + (argc >= 1 ? 1 : argc); *argp != NULL; ++argp) { in main() 502 if (strcmp(*argp, "--quiet") == 0 || in main() 503 strcmp(*argp, "-q") == 0) { in main() 505 } else if (strcmp(*argp, "--exclude") == 0 || in main() 506 strcmp(*argp, "-x") == 0) { in main() 523 if (*argp != NULL && exclude_mode == 0) { in main() 525 for (; *argp ! in main() [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | by_store.c | 108 static int by_store_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, in by_store_ctrl_ex() argument 115 if (argp == NULL) in by_store_ctrl_ex() 116 argp = ossl_safe_getenv(X509_get_default_cert_dir_env()); in by_store_ctrl_ex() 117 if (argp == NULL) in by_store_ctrl_ex() 118 argp = X509_get_default_cert_dir(); in by_store_ctrl_ex() 122 char *data = OPENSSL_strdup(argp); in by_store_ctrl_ex() 135 return cache_objects(ctx, argp, NULL, 0, libctx, propq); in by_store_ctrl_ex() 142 const char *argp, long argl, char **retp) in by_store_ctrl() 144 return by_store_ctrl_ex(ctx, cmd, argp, argl, retp, NULL, NULL); in by_store_ctrl() 141 by_store_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, char **retp) by_store_ctrl() argument
|
H A D | by_file.c | 47 static int by_file_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, in by_file_ctrl_ex() argument 72 ok = (X509_load_cert_crl_file_ex(ctx, argp, X509_FILETYPE_PEM, in by_file_ctrl_ex() 75 ok = (X509_load_cert_file_ex(ctx, argp, (int)argl, libctx, in by_file_ctrl_ex() 84 const char *argp, long argl, char **ret) in by_file_ctrl() 86 return by_file_ctrl_ex(ctx, cmd, argp, argl, ret, NULL, NULL); in by_file_ctrl() 83 by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, char **ret) by_file_ctrl() argument
|
/third_party/openssl/crypto/x509/ |
H A D | by_store.c | 108 static int by_store_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, in by_store_ctrl_ex() argument 115 if (argp == NULL) in by_store_ctrl_ex() 116 argp = ossl_safe_getenv(X509_get_default_cert_dir_env()); in by_store_ctrl_ex() 117 if (argp == NULL) in by_store_ctrl_ex() 118 argp = X509_get_default_cert_dir(); in by_store_ctrl_ex() 122 char *data = OPENSSL_strdup(argp); in by_store_ctrl_ex() 135 return cache_objects(ctx, argp, NULL, 0, libctx, propq); in by_store_ctrl_ex() 142 const char *argp, long argl, char **retp) in by_store_ctrl() 144 return by_store_ctrl_ex(ctx, cmd, argp, argl, retp, NULL, NULL); in by_store_ctrl() 141 by_store_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, char **retp) by_store_ctrl() argument
|
H A D | by_file.c | 47 static int by_file_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, in by_file_ctrl_ex() argument 72 ok = (X509_load_cert_crl_file_ex(ctx, argp, X509_FILETYPE_PEM, in by_file_ctrl_ex() 75 ok = (X509_load_cert_file_ex(ctx, argp, (int)argl, libctx, in by_file_ctrl_ex() 84 const char *argp, long argl, char **ret) in by_file_ctrl() 86 return by_file_ctrl_ex(ctx, cmd, argp, argl, ret, NULL, NULL); in by_file_ctrl() 83 by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, char **ret) by_file_ctrl() argument
|
/third_party/skia/src/utils/ |
H A D | SkJSONWriter.cpp | 36 va_list argp; in appendf() local 37 va_start(argp, fmt); in appendf() 39 int length = _vsnprintf_s(buffer, kBufferSize, _TRUNCATE, fmt, argp); in appendf() 41 int length = vsnprintf(buffer, kBufferSize, fmt, argp); in appendf() 44 va_end(argp); in appendf()
|
/third_party/openssl/test/ |
H A D | exdatatest.c | 30 int idx, long argl, void *argp) in exnew() 34 || !TEST_ptr_eq(argp, saved_argp) in exnew() 40 void **from_d, int idx, long argl, void *argp) in exdup() 44 || !TEST_ptr_eq(argp, saved_argp) in exdup() 51 int idx, long argl, void *argp) in exfree() 55 || !TEST_ptr_eq(argp, saved_argp)) in exfree() 72 int idx, long argl, void *argp) in exnew2() 78 || !TEST_ptr_eq(argp, saved_argp) in exnew2() 90 void **from_d, int idx, long argl, void *argp) in exdup2() 97 || !TEST_ptr_eq(argp, saved_arg in exdup2() 29 exnew(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) exnew() argument 39 exdup(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, void **from_d, int idx, long argl, void *argp) exdup() argument 50 exfree(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) exfree() argument 71 exnew2(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) exnew2() argument 89 exdup2(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, void **from_d, int idx, long argl, void *argp) exdup2() argument 114 exfree2(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) exfree2() argument [all...] |
/third_party/elfutils/src/ |
H A D | arlib-argp.c | 22 #include <argp.h> 85 static const struct argp argp = variable 92 { &argp, 0, "", 2 },
|
H A D | ranlib.c | 24 #include <argp.h> 55 /* Definitions of arguments for argp functions. */ 67 /* Data structure to communicate with argp functions. */ 68 static const struct argp argp = variable 93 (void) argp_parse (&argp, argc, argv, ARGP_IN_ORDER, &remaining, NULL); in main() 102 argp_help (&argp, stderr, ARGP_HELP_SEE, "ranlib"); in main()
|
/third_party/mbedtls/library/ |
H A D | mps_trace.c | 61 va_list argp; in mbedtls_mps_trace_print_msg() local 62 va_start(argp, format); in mbedtls_mps_trace_print_msg() 63 ret = mbedtls_vsnprintf(str, MPS_TRACE_BUF_SIZE, format, argp); in mbedtls_mps_trace_print_msg() 64 va_end(argp); in mbedtls_mps_trace_print_msg()
|
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 1561 static int mixer_ioctl(fd_info *i, unsigned long request, void*argp, int *_errno) { in mixer_ioctl() 1568 *(int*) argp = SOUND_MASK_PCM | SOUND_MASK_IGAIN; in mixer_ioctl() 1574 *(int*) argp = SOUND_MASK_IGAIN; in mixer_ioctl() 1581 *(int*) argp = 0; in mixer_ioctl() 1583 *(int*) argp |= SOUND_MASK_PCM; in mixer_ioctl() 1585 *(int*) argp |= SOUND_MASK_IGAIN; in mixer_ioctl() 1593 *(int*) argp = SOUND_MASK_IGAIN; in mixer_ioctl() 1603 *(int*) argp = 0; in mixer_ioctl() 1622 *(int*) argp = in mixer_ioctl() 1650 pv->values[0] = ((*(int*) argp in mixer_ioctl() 2404 void *argp; global() local [all...] |
/third_party/elfutils/debuginfod/ |
H A D | debuginfod-find.c | 28 #include <argp.h> 56 /* Definitions of arguments for argp functions. */ 113 /* Data structure to communicate with argp functions. */ 114 static struct argp argp = variable 137 (void) argp_parse (&argp, argc, argv, ARGP_IN_ORDER|ARGP_NO_ARGS, &remaining, NULL); in main() 141 argp_help (&argp, stderr, ARGP_HELP_USAGE, argv[0]); in main() 226 argp_help (&argp, stderr, ARGP_HELP_USAGE, argv[0]); in main()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | ex_data.c | 89 long argl, void *argp) in dummy_new() 94 long argl, void *argp) in dummy_free() 100 long argl, void *argp) in dummy_dup() 142 long argl, void *argp, in ossl_crypto_get_ex_new_index_ex() 179 a->argp = argp; in ossl_crypto_get_ex_new_index_ex() 198 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, in CRYPTO_get_ex_new_index() argument 202 return ossl_crypto_get_ex_new_index_ex(NULL, class_index, argl, argp, in CRYPTO_get_ex_new_index() 252 storage[i]->argl, storage[i]->argp); in ossl_crypto_new_ex_data_ex() 328 storage[i]->argl, storage[i]->argp)) in CRYPTO_dup_ex_data() 88 dummy_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) dummy_new() argument 93 dummy_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) dummy_free() argument 98 dummy_dup(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, void **from_d, int idx, long argl, void *argp) dummy_dup() argument 141 ossl_crypto_get_ex_new_index_ex(OSSL_LIB_CTX *ctx, int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func, int priority) ossl_crypto_get_ex_new_index_ex() argument [all...] |
/third_party/openssl/crypto/ |
H A D | ex_data.c | 89 long argl, void *argp) in dummy_new() 94 long argl, void *argp) in dummy_free() 100 long argl, void *argp) in dummy_dup() 142 long argl, void *argp, in ossl_crypto_get_ex_new_index_ex() 177 a->argp = argp; in ossl_crypto_get_ex_new_index_ex() 196 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp, in CRYPTO_get_ex_new_index() argument 200 return ossl_crypto_get_ex_new_index_ex(NULL, class_index, argl, argp, in CRYPTO_get_ex_new_index() 250 storage[i]->argl, storage[i]->argp); in ossl_crypto_new_ex_data_ex() 326 storage[i]->argl, storage[i]->argp)) in CRYPTO_dup_ex_data() 88 dummy_new(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) dummy_new() argument 93 dummy_free(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) dummy_free() argument 98 dummy_dup(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, void **from_d, int idx, long argl, void *argp) dummy_dup() argument 141 ossl_crypto_get_ex_new_index_ex(OSSL_LIB_CTX *ctx, int class_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func, int priority) ossl_crypto_get_ex_new_index_ex() argument [all...] |
/third_party/elfutils/tests/ |
H A D | dwflmodtest.c | 27 #include <argp.h> 250 { .argp = dwfl_standard_argp () }, in main() 251 { .argp = NULL } in main() 253 const struct argp argp = in main() local 257 (void) argp_parse (&argp, argc, argv, 0, NULL, &dwfl); in main()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | digestauth.c | 484 char *argp; in check_argument_match() local 499 argp = argb; in check_argument_match() 500 while ( (NULL != argp) && in check_argument_match() 501 ('\0' != argp[0]) ) in check_argument_match() 503 equals = strchr (argp, '='); in check_argument_match() 509 argp); in check_argument_match() 510 if (MHD_YES != test_header (connection, argp, NULL)) in check_argument_match() 525 argp); in check_argument_match() 529 if (! test_header (connection, argp, equals)) in check_argument_match() 532 argp in check_argument_match() [all...] |
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_util.c | 63 int idx, long argl, void *argp) in ui_new_method_data() 72 void **pptr, int idx, long argl, void *argp) in ui_dup_method_data() 83 int idx, long argl, void *argp) in ui_free_method_data() 62 ui_new_method_data(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) ui_new_method_data() argument 71 ui_dup_method_data(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, void **pptr, int idx, long argl, void *argp) ui_dup_method_data() argument 82 ui_free_method_data(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) ui_free_method_data() argument
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_cb.c | 19 long BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len, in BIO_debug_callback_ex() argument 103 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, in BIO_debug_callback() argument 110 BIO_debug_callback_ex(bio, cmd, argp, (size_t)argi, in BIO_debug_callback()
|
/third_party/openssl/crypto/bio/ |
H A D | bio_cb.c | 19 long BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len, in BIO_debug_callback_ex() argument 103 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, in BIO_debug_callback() argument 110 BIO_debug_callback_ex(bio, cmd, argp, (size_t)argi, in BIO_debug_callback()
|