Searched refs:argp (Results 1 - 25 of 80) sorted by relevance

1234

/external/clang/lib/StaticAnalyzer/Checkers/
H A DSelectorExtras.h21 va_list argp) {
25 while (const char *s = va_arg(argp, const char *))
31 static inline Selector getKeywordSelector(ASTContext &Ctx, va_list argp) { argument
32 const char *First = va_arg(argp, const char *);
34 return getKeywordSelectorImpl(Ctx, First, argp);
40 va_list argp; local
41 va_start(argp, First);
42 Selector result = getKeywordSelectorImpl(Ctx, First, argp);
43 va_end(argp);
52 va_list argp;
19 getKeywordSelectorImpl(ASTContext &Ctx, const char *First, va_list argp) argument
[all...]
/external/clang/test/Sema/
H A Dvariadic-block.c9 va_list argp;
15 va_start(argp, format);
18 i = va_arg(argp, int);
22 d = va_arg(argp, double);
26 c = va_arg(argp, int);
/external/compiler-rt/test/BlocksRuntime/
H A Dvariadic.c24 va_list argp;
30 va_start(argp, format);
34 i = va_arg(argp, int);
39 d = va_arg(argp, double);
44 c = va_arg(argp, int);
/external/boringssl/include/openssl/
H A Dex_data.h139 * called. Any of the callback arguments may be NULL. The |argl| and |argp|
144 OPENSSL_EXPORT int TYPE_get_ex_new_index(long argl, void *argp,
169 * arguments |argl| and |argp| contain opaque values that were given to
175 int index, long argl, void *argp);
185 int index, long argl, void *argp);
197 void **from_d, int index, long argl, void *argp);
/external/boringssl/src/include/openssl/
H A Dex_data.h139 * called. Any of the callback arguments may be NULL. The |argl| and |argp|
144 OPENSSL_EXPORT int TYPE_get_ex_new_index(long argl, void *argp,
169 * arguments |argl| and |argp| contain opaque values that were given to
175 int index, long argl, void *argp);
185 int index, long argl, void *argp);
197 void **from_d, int index, long argl, void *argp);
/external/elfutils/src/src/
H A Darlib-argp.c22 #include <argp.h>
85 static const struct argp argp = variable in typeref:struct:argp
92 { &argp, 0, "", 2 },
H A Darlib.h22 #include <argp.h>
H A Dranlib.c24 #include <argp.h>
59 /* Definitions of arguments for argp functions. */
71 /* Data structure to communicate with argp functions. */
72 static const struct argp argp = variable in typeref:struct:argp
100 (void) argp_parse (&argp, argc, argv, ARGP_IN_ORDER, &remaining, NULL);
109 argp_help (&argp, stderr, ARGP_HELP_SEE, "ranlib");
H A Dstrings.c23 #include <argp.h>
59 /* Definitions of arguments for argp functions. */
89 /* Data structure to communicate with argp functions. */
90 static struct argp argp = variable in typeref:struct:argp
158 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
269 argp_help (&argp, stderr, ARGP_HELP_SEE, "strings");
304 argp_help (&argp, stderr, ARGP_HELP_SEE, "strings");
/external/e2fsprogs/lib/ss/
H A Dexecute_cmd.c167 char **argp; local
170 for (argp = argv; *argp; argp++)
172 argp = (char **)malloc((argc+1)*sizeof(char *));
174 argp[i] = argv[i];
175 i = really_execute_command(sci_idx, argc, &argp);
176 free(argp);
/external/valgrind/drd/tests/
H A Dthread_name.c19 static void* thread_func(void* argp) argument
21 const int thread_num = (ptrdiff_t)(argp);
/external/boringssl/src/crypto/
H A Dex_data.c126 void *argp; /* Arbitary void pointer */ member in struct:crypto_ex_data_func_st
133 long argl, void *argp, CRYPTO_EX_new *new_func,
146 funcs->argp = argp;
248 func_pointer->argp);
278 func_pointer->argp);
303 func_pointer->argp);
132 CRYPTO_get_ex_new_index(CRYPTO_EX_DATA_CLASS *ex_data_class, int *out_index, long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) argument
/external/elfutils/src/tests/
H A Ddwflmodtest.c28 #include <argp.h>
254 { .argp = dwfl_standard_argp () },
255 { .argp = NULL }
257 const struct argp argp = local
261 (void) argp_parse (&argp, argc, argv, 0, NULL, &dwfl);
H A Daggregate_size.c23 #include <argp.h>
H A Ddwfl-addr-sect.c28 #include <argp.h>
H A Dbacktrace.c38 #include <argp.h>
461 { .argp = dwfl_standard_argp () },
462 { .argp = NULL }
464 const struct argp argp = local
468 (void) argp_parse (&argp, argc, argv, 0, NULL, &dwfl);
H A Dfind-prologues.c23 #include <argp.h>
H A Dfuncretval.c23 #include <argp.h>
H A Dlow_high_pc.c23 #include <argp.h>
/external/boringssl/src/crypto/x509/
H A Dx_x509.c149 int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
153 if (!CRYPTO_get_ex_new_index(&g_ex_data_class, &index, argl, argp,
H A Dby_file.c90 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, argument
118 ok = (X509_load_cert_crl_file(ctx,argp,
121 ok = (X509_load_cert_file(ctx,argp,(int)argl) != 0);
/external/elfutils/src/lib/
H A Dcolor.c34 #include <argp.h>
49 /* Definitions of arguments for argp functions. */
59 const struct argp color_argp =
H A Dsystem.h32 #include <argp.h>
130 argp_program_bug_address, in all programs. argp.h declares these
150 extern const struct argp color_argp;
/external/selinux/libsepol/cil/test/unit/
H A DCuTest.c111 va_list argp; local
113 va_start(argp, format);
114 vsprintf(buf, format, argp);
115 va_end(argp);
/external/elfutils/src/libdwfl/
H A Dargp-std.c1 /* Standard argp argument parsers for tools using libdwfl.
30 #include <argp.h>
357 static const struct argp libdwfl_argp =
360 const struct argp *

Completed in 502 milliseconds

1234