Home
last modified time | relevance | path

Searched refs:carg (Results 1 – 21 of 21) sorted by relevance

/external/syslinux/com32/lib/
Dgetopt.c21 const char *carg; in getopt() local
41 carg = argv[optind]; in getopt()
45 if (!carg || carg[0] != '-' || !carg[1]) { in getopt()
49 if (carg[1] == '-' && !carg[2]) { in getopt()
54 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) { in getopt()
56 pvt.optptr = carg + 1; in getopt()
Dgetopt_long.c41 const char *carg; in getopt_long() local
61 carg = argv[optind]; in getopt_long()
65 if (!carg || carg[0] != '-' || !carg[1]) in getopt_long()
68 if (carg[1] == '-') { in getopt_long()
75 if (!carg[2]) { in getopt_long()
81 if ((opt_end = option_matches(carg+2, lo->name))) in getopt_long()
109 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) { in getopt_long()
111 pvt.optptr = carg + 1; in getopt_long()
Dvsnprintf.c189 char carg; /* %c char argument */ in vsnprintf() local
379 carg = (char)va_arg(ap, int); in vsnprintf()
380 sarg = &carg; in vsnprintf()
/external/fio/oslib/
Dgetopt_long.c45 const char *carg; in getopt_long_only() local
67 carg = argv[optind]; in getopt_long_only()
71 if (!carg || carg[0] != '-' || !carg[1]) in getopt_long_only()
74 if (carg[1] == '-') { in getopt_long_only()
81 if (!carg[2]) { in getopt_long_only()
87 opt_end = option_matches(carg+2, lo->name, 0); in getopt_long_only()
103 ret = option_matches(carg+2, lo->name, 1); in getopt_long_only()
141 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) { in getopt_long_only()
143 pvt.optptr = carg + 1; in getopt_long_only()
/external/syslinux/libinstaller/getopt/
Dgetopt_long.c41 const char *carg; in getopt_long() local
61 carg = argv[optind]; in getopt_long()
65 if (!carg || carg[0] != '-' || !carg[1]) in getopt_long()
68 if (carg[1] == '-') { in getopt_long()
75 if (!carg[2]) { in getopt_long()
81 if ((opt_end = option_matches(carg+2, lo->name))) in getopt_long()
109 if ((uintptr_t) (pvt.optptr - carg) > (uintptr_t) strlen(carg)) { in getopt_long()
111 pvt.optptr = carg + 1; in getopt_long()
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dfp-stack-retcopy.ll7 define double @carg({ double, double }* byval %z) nounwind {
/external/llvm/test/CodeGen/X86/
Dfp-stack-retcopy.ll7 define double @carg({ double, double }* byval %z) nounwind {
/external/python/cpython2/Modules/_ctypes/
Dcallproc.c628 PyCArgObject *carg; in ConvParam() local
631 carg = dict->paramfunc((CDataObject *)obj); in ConvParam()
632 pa->ffi_type = carg->pffi_type; in ConvParam()
633 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
634 pa->keep = (PyObject *)carg; in ConvParam()
639 PyCArgObject *carg = (PyCArgObject *)obj; in ConvParam() local
640 pa->ffi_type = carg->pffi_type; in ConvParam()
643 memcpy(&pa->value, &carg->value, sizeof(pa->value)); in ConvParam()
/external/iproute2/tc/
Dm_ematch.c257 int em_parse_error(int err, struct bstr *args, struct bstr *carg, in em_parse_error() argument
285 fprintf(stderr, "%s", args == carg ? ">>" : ""); in em_parse_error()
287 fprintf(stderr, "%s%s", args == carg ? "<<" : "", in em_parse_error()
Dm_ematch.h107 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
/external/openssh/
Dsftp.c1976 int argc, carg; in complete() local
1990 argv = makeargv(line, &carg, 1, &quote, &terminated); in complete()
2007 if (carg == 0) { in complete()
2009 complete_cmd_parse(el, NULL, argc == carg, '\0', 1); in complete()
2011 } else if (carg == 1 && cursor > 0 && line[cursor - 1] != ' ') { in complete()
2013 if (complete_cmd_parse(el, argv[0], argc == carg, in complete()
2016 } else if (carg >= 1) { in complete()
2021 if (carg > 1 && line[cursor-1] != ' ') in complete()
2022 filematch = argv[carg - 1]; in complete()
2027 remote, carg == argc, quote, terminated) != 0) in complete()
/external/clang/test/CodeGen/
Dlibcall-declarations.c190 double carg(double _Complex);
300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
/external/clang/lib/Headers/
Dtgmath.h1245 __tg_carg(double _Complex __x) {return carg(__x);} in __tg_carg()
1251 #undef carg
1252 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
/external/mksh/src/
Dlex.c114 #define o_getsc_r(carg) \ argument
115 int cev = (carg); \
/external/ImageMagick/MagickCore/
Dfourier.c74 #define carg(z) (atan2(cimag(z),creal(z))) macro
816 phase_pixels[i]=carg(forward_pixels[i]); in ForwardFourierTransform()
/external/ImageMagick/config/
Dconfig.h.in100 /* Define to 1 if you have the `carg' function. */
/external/clang/include/clang/Basic/
DBuiltins.def1133 LIBBUILTIN(carg, "dXd", "fnc", "complex.h", ALL_LANGUAGES)
/external/python/cpython2/Lib/test/
Dcmath_testcases.txt2322 -- imaginary parts of polar (as cabs and carg, respectively, which in turn
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1417 fun:carg=uninstrumented
/external/ImageMagick/
Dconfigure.ac1219 AC_CHECK_FUNCS([acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock ctime_r …
Dconfigure27862 for ac_func in acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock ctime_r d…