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

1 2 3 45 6 7 8 91011

  /external/openssl/crypto/dsa/
dsa_lib.c 271 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
274 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_DSA, argl, argp,
  /external/openssl/crypto/rsa/
rsa_lib.c 273 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
276 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_RSA, argl, argp,
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 90 DBAPI DspManager_Open(UINT argc, PVOID argp)
131 DBAPI DspManager_Close(UINT argc, PVOID argp)
  /bionic/libc/kernel/common/linux/sunrpc/
svc.h 131 typedef int (*svc_procfunc)(struct svc_rqst *, void *argp, void *resp);
  /external/elfutils/libdwfl/
Makefile.am 57 argp-std.c find-debuginfo.c \
  /external/elfutils/tests/
addrscopes.c 31 #include <argp.h>
allregs.c 34 #include <argp.h>
funcscopes.c 31 #include <argp.h>
line2addr.c 32 #include <argp.h>
  /external/openssl/crypto/bio/
bio_cb.c 66 long MS_CALLBACK BIO_debug_callback(BIO *bio, int cmd, const char *argp,
bio_lib.c 573 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
576 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_BIO, argl, argp,
  /external/openssl/crypto/ecdh/
ecdh.h 97 int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new
  /external/openssl/include/openssl/
ecdh.h 97 int ECDH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new
dh.h 195 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 83 void * argp; member in struct:spu_data
  /system/core/libpixelflinger/codeflinger/
mips_disassem.c 556 va_list argp; local
557 va_start(argp, fmt);
559 cnt = vsnprintf(sprintf_buffer, sprintf_buf_len, fmt, argp);
563 vprintf(fmt, argp);
  /external/elfutils/src/
ld.c 30 #include <argp.h>
84 /* Definitions of arguments for argp functions. */
207 /* Data structure to communicate with argp functions. */
208 static struct argp argp_1st =
212 static struct argp argp_2nd =
382 /* All options should have been processed by the argp parser. */
    [all...]
nm.c 32 #include <argp.h>
71 /* Definitions of arguments for argp functions. */
116 /* Data structure to communicate with argp functions. */
117 static struct argp argp = variable in typeref:struct:argp
226 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 690 Selector generateSelector(va_list argp) {
693 while (const char* s = va_arg(argp, const char*))
700 const RetainSummary * Summ, va_list argp) {
701 Selector S = generateSelector(argp);
706 va_list argp; local
707 va_start(argp, Summ);
708 addMethodSummary(&Ctx.Idents.get(Cls), ObjCMethodSummaries, Summ, argp);
709 va_end(argp);
713 va_list argp; local
714 va_start(argp, Summ)
720 va_list argp; local
    [all...]
  /external/openssl/crypto/dh/
dh.h 195 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/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/darwin-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/darwin-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/darwin-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...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/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...]

Completed in 1878 milliseconds

1 2 3 45 6 7 8 91011