HomeSort by relevance Sort by last modified time
    Searched full:argp (Results 76 - 100 of 256) sorted by null

1 2 34 5 6 7 8 91011

  /external/elfutils/libdwfl/
argp-std.c 1 /* Standard argp argument parsers for tools using libdwfl.
51 #include <argp.h>
317 static const struct argp libdwfl_argp =
320 const struct argp *
ChangeLog 72 * argp-std.c (offline_callbacks): Use dwfl_build_id_find_elf.
165 * argp-std.c (parse_opt): On failure, call dwfl_end before argp_failure.
455 * argp-std.c (options): Fix group title string.
457 * argp-std.c (parse_opt): Handle ARGP_KEY_ERROR, free the Dwfl.
554 * argp-std.c (parse_opt): For -e, reset DWFL->offline_next_address to
680 * argp-std.c (parse_opt): Call dwfl_end in failure cases.
687 * argp-std.c (options, parse_opt): Grok -M/--linux-process-map.
759 * argp-std.c [_MUDFLAP] (__libdwfl_argp_mudflap_options): New function,
787 * argp-std.c (parse_opt): Update caller.
809 * argp-std.c (options, parse_opt): Grok -K/--offline-kernel, us
    [all...]
  /external/elfutils/tests/
dwfl-addr-sect.c 36 #include <argp.h>
find-prologues.c 31 #include <argp.h>
funcretval.c 31 #include <argp.h>
  /external/chromium/chrome/browser/resources/shared/js/cr/
promise.js 178 p.value = args.map(function(argP) {
179 return argP.value;
  /external/elfutils/src/
elfcmp.c 31 #include <argp.h>
65 /* Definitions of arguments for argp functions. */
88 /* Data structure to communicate with argp functions. */
89 static struct argp argp = variable in typeref:struct:argp
134 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
140 argp_help (&argp, stderr, ARGP_HELP_SEE, program_invocation_short_name);
551 argp_help (&argp, stderr, ARGP_HELP_SEE,
strings.c 31 #include <argp.h>
67 /* Definitions of arguments for argp functions. */
97 /* Data structure to communicate with argp functions. */
98 static struct argp argp = variable in typeref:struct:argp
159 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
270 argp_help (&argp, stderr, ARGP_HELP_SEE, "strings");
305 argp_help (&argp, stderr, ARGP_HELP_SEE, "strings");
objdump.c 31 #include <argp.h>
58 /* Definitions of arguments for argp functions. */
85 /* Data structure to communicate with argp functions. */
86 static struct argp argp = variable in typeref:struct:argp
153 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
237 argp_help (&argp, stderr, ARGP_HELP_SEE | ARGP_HELP_EXIT_ERR,
size.c 31 #include <argp.h>
63 /* Definitions of arguments for argp functions. */
97 /* Data structure to communicate with argp functions. */
98 static struct argp argp = variable in typeref:struct:argp
189 argp_parse (&argp, argc, argv, 0, &remaining, NULL);
ar.c 30 #include <argp.h>
72 /* Definitions of arguments for argp functions. */
114 /* Data structure to communicate with argp functions. */
115 static struct argp argp = variable in typeref:struct:argp
180 (void) argp_parse (&argp, argc, argv, ARGP_IN_ORDER, &remaining, NULL);
197 argp_help (&argp, stderr, ARGP_HELP_SEE, AR);
216 argp_help (&argp, stderr, ARGP_HELP_SEE, AR);
240 argp_help (&argp, stderr, ARGP_HELP_SEE, AR);
311 argp_help (&argp, stderr, ARGP_HELP_SEE, AR)
    [all...]
  /external/openssl/crypto/asn1/
x_x509.c 144 int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
147 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_X509, argl, argp,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors_scanf.inc 301 void *argp = va_arg(aq, void *);
305 size = internal_strlen((const char *)argp) + 1;
307 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, argp, size);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3yuv.c 274 scaler_thread_data->argp = (void *)hwdata->scaler_parms;
294 converter_thread_data->argp = (void *)hwdata->converter_parms;
298 SPE_SendMsg(this, converter_thread_data, (unsigned int)converter_thread_data->argp);
  /external/quake/quake/src/QW/client/
winquake.h 100 int (PASCAL FAR *pioctlsocket)(SOCKET s, long cmd, u_long FAR *argp);
  /external/quake/quake/src/WinQuake/
winquake.h 101 int (PASCAL FAR *pioctlsocket)(SOCKET s, long cmd, u_long FAR *argp);
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 62 va_list argp; local
64 va_start(argp, fmt);
66 vasprintf(&buff, fmt, argp);
72 va_end(argp);
  /external/openssl/crypto/dh/
dh_lib.c 240 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
243 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_DH, argl, argp,
  /external/openssl/crypto/ecdh/
ech_lib.c 250 int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
253 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ECDH, argl, argp,
  /external/openssl/crypto/ecdsa/
ecs_lib.c 262 int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
265 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ECDSA, argl, argp,
  /external/openssl/crypto/engine/
eng_lib.c 204 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
207 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_ENGINE, argl, argp,
  /external/openssl/apps/
s_cb.c 281 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
292 (void *)bio,argp,(unsigned long)argi,ret,ret);
293 BIO_dump(out,argp,(int)ret);
299 (void *)bio,argp,(unsigned long)argi,ret,ret);
300 BIO_dump(out,argp,(int)ret);
  /external/openssl/crypto/
crypto.h 161 int idx, long argl, void *argp);
164 int idx, long argl, void *argp);
167 int idx, long argl, void *argp);
298 void *argp; /* Arbitary void * */ member in struct:crypto_ex_data_func_st
398 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
  /external/openssl/include/openssl/
crypto.h 161 int idx, long argl, void *argp);
164 int idx, long argl, void *argp);
167 int idx, long argl, void *argp);
298 void *argp; /* Arbitary void * */ member in struct:crypto_ex_data_func_st
398 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
  /external/openssl/crypto/x509/
by_dir.c 98 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
124 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
150 ret=add_cert_dir(ld,argp,(int)argl);

Completed in 1999 milliseconds

1 2 34 5 6 7 8 91011