Searched refs:carg (Results 1 - 12 of 12) sorted by relevance

/external/syslinux/com32/lib/
H A Dgetopt.c21 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
[all...]
H A Dgetopt_long.c41 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...]
H A Dvsnprintf.c189 char carg; /* %c char argument */ local
379 carg = (char)va_arg(ap, int);
380 sarg = &carg;
/external/fio/lib/
H A Dgetopt_long.c45 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/
H A Dgetopt_long.c41 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/iproute2/tc/
H A Dm_ematch.h107 extern int em_parse_error(int err, struct bstr *args, struct bstr *carg,
H A Dm_ematch.c257 int em_parse_error(int err, struct bstr *args, struct bstr *carg, argument
285 fprintf(stderr, "%s", args == carg ? ">>" : "");
287 fprintf(stderr, "%s%s", args == carg ? "<<" : "",
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c190 double carg(double _Complex);
300 F(carg), F(cargf), F(cargl), F(casin), F(casinf),
486 // CHECK-NOERRNO: declare double @carg(double, double) [[NUW]]
575 // CHECK-ERRNO: declare double @carg(double, double) [[NUW]]
/external/clang/lib/Headers/
H A Dtgmath.h1225 // carg
1245 __tg_carg(double _Complex __x) {return carg(__x);}
1251 #undef carg macro
1252 #define carg(__x) __tg_carg(__tg_promote1((__x))(__x)) macro
/external/mksh/src/
H A Dlex.c114 #define o_getsc_r(carg) \
115 int cev = (carg); \
/external/ImageMagick/MagickCore/
H A Dfourier.c75 #define carg(z) (atan2(cimag(z),creal(z)))
820 phase_pixels[i]=carg(forward_pixels[i]);
74 #define carg macro
/external/ImageMagick/
H A Dconfigure27862 for ac_func in acosh _aligned_malloc asinh atanh atoll atexit cabs carg cimag creal clock ctime_r directio erf _exit execvp fchmod floor fork ftime ftruncate getc_unlocked getcwd getpid getexecname getdtablesize getpagesize getrlimit getrusage gettimeofday gmtime_r isnan j0 j1 lltostr localtime_r lstat memmove memset mkstemp munmap nanosleep newlocale _NSGetExecutablePath pclose _pclose poll popen _popen posix_fadvise posix_fallocate posix_madvise posix_memalign posix_spawnp pow pread pwrite qsort_r raise rand_r readlink readdir_r realpath select seekdir sendfile setlocale socket sqrt setvbuf stat strchr strrchr strcspn strdup strpbrk strspn strstr strtod strtod_l strtol strtoul symlink sysconf sigemptyset sigaction spawnvp strerror strlcat strlcpy strcasecmp strncasecmp telldir tempnam times ulltostr uselocale usleep utime vfprintf vfprintf_l vsprintf vsnprintf vsnprintf_l waitpid _wfopen _wstat
[all...]

Completed in 1931 milliseconds