HomeSort by relevance Sort by last modified time
    Searched refs:carg (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/syslinux/com32/lib/
getopt.c 21 const char *carg; local
41 carg = argv[optind];
45 if (!carg || carg[0] != '-' || !carg[1]) {
49 if (carg[1] == '-' && !carg[2]) {
54 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
56 pvt.optptr = carg + 1
    [all...]
getopt_long.c 41 const char *carg; local
61 carg = argv[optind];
65 if (!carg || carg[0] != '-' || !carg[1])
68 if (carg[1] == '-') {
75 if (!carg[2]) {
81 if ((opt_end = option_matches(carg+2, lo->name)))
109 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
    [all...]
  /external/fio/lib/
getopt_long.c 45 const char *carg; local
67 carg = argv[optind];
71 if (!carg || carg[0] != '-' || !carg[1])
74 if (carg[1] == '-') {
81 if (!carg[2]) {
87 if ((opt_end = option_matches(carg+2, lo->name)))
115 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
    [all...]
  /external/syslinux/libinstaller/getopt/
getopt_long.c 41 const char *carg; local
61 carg = argv[optind];
65 if (!carg || carg[0] != '-' || !carg[1])
68 if (carg[1] == '-') {
75 if (!carg[2]) {
81 if ((opt_end = option_matches(carg+2, lo->name)))
109 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) {
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_carg.c 34 carg(double complex z) function
  /bionic/libm/upstream-netbsd/lib/libm/complex/
cpow.c 48 arga = carg(a);
  /development/ndk/platforms/android-21/include/
complex.h 54 double carg(double complex);
  /external/iproute2/tc/
m_ematch.h 107 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
cmathcalls.h 114 __MATHDECL (_Mdouble_,carg, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
cmathcalls.h 114 __MATHDECL (_Mdouble_,carg, (_Mdouble_complex_ __z));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
cmathcalls.h 114 __MATHDECL (_Mdouble_,carg, (_Mdouble_complex_ __z));
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/
complex.h 54 double carg(double complex) __NDK_FPABI_MATH__;

Completed in 987 milliseconds

1 2 3 4