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

1 2 3 4 56 7 8 91011

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
libgcov.c 114 va_list argp; local
115 va_start (argp, fmt);
117 ret = vprintk (fmt, argp);
119 ret = vfprintf (stderr, fmt, argp);
121 va_end (argp);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
libgcov.c 114 va_list argp; local
115 va_start (argp, fmt);
117 ret = vprintk (fmt, argp);
119 ret = vfprintf (stderr, fmt, argp);
121 va_end (argp);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
libgcov.c 114 va_list argp; local
115 va_start (argp, fmt);
117 ret = vprintk (fmt, argp);
119 ret = vfprintf (stderr, fmt, argp);
121 va_end (argp);
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
libgcov.c 114 va_list argp; local
115 va_start (argp, fmt);
117 ret = vprintk (fmt, argp);
119 ret = vfprintf (stderr, fmt, argp);
121 va_end (argp);
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
libgcov.c 114 va_list argp; local
115 va_start (argp, fmt);
117 ret = vprintk (fmt, argp);
119 ret = vfprintf (stderr, fmt, argp);
121 va_end (argp);
    [all...]
  /external/elfutils/src/
unstrip.c 39 #include <argp.h>
73 /* Definitions of arguments for argp functions. */
2242 const struct argp argp = local
    [all...]
strip.c 31 #include <argp.h>
69 /* Definitions of arguments for argp functions. */
101 /* Data structure to communicate with argp functions. */
102 static struct argp argp = variable in typeref:struct:argp
170 if (argp_parse (&argp, argc, argv, 0, &remaining, NULL) != 0)
    [all...]
  /external/elfutils/libdwfl/
Makefile.in 62 argp-std.$(OBJEXT) find-debuginfo.$(OBJEXT) \
238 argp-std.c find-debuginfo.c \
323 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/argp-std.Po@am__quote@
libdwfl.h 380 struct argp;
381 extern const struct argp *dwfl_standard_argp (void) __attribute__ ((const));
  /external/openssl/crypto/bio/
bio.h 313 /* bio, mode, argp, argi, argl, ret */
616 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
664 long BIO_debug_callback(BIO *bio,int cmd,const char *argp,int argi,
    [all...]
  /external/openssl/include/openssl/
bio.h 313 /* bio, mode, argp, argi, argl, ret */
616 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
664 long BIO_debug_callback(BIO *bio,int cmd,const char *argp,int argi,
    [all...]
dsa.h 219 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
ecdsa.h 226 int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new
  /external/bison/m4/
getopt.m4 15 dnl argp.m4 does this.
  /external/kernel-headers/original/linux/sunrpc/
svc.h 293 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
  /external/openssl/apps/
s_apps.h 164 long MS_CALLBACK bio_dump_callback(BIO *bio, int cmd, const char *argp,
  /external/openssl/crypto/dsa/
dsa.h 219 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
  /external/openssl/crypto/ecdsa/
ecdsa.h 226 int ECDSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 295 const char **argp, int value,
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 295 const char **argp, int value,
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
opts.h 295 const char **argp, int value,
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
opts.h 295 const char **argp, int value,
  /external/openssl/crypto/ui/
ui_lib.c 576 int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
579 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_UI, argl, argp,
  /external/quake/quake/src/WinQuake/
mplpc.cpp 832 ioctlsocket(SOCKET s, long cmd, unsigned long *argp)
851 FARPOKL(args->data, *argp);
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 3273 HReg argp = newVRegI(env); local
3324 HReg argp = newVRegI(env); local
    [all...]

Completed in 3373 milliseconds

1 2 3 4 56 7 8 91011