/external/bison/lib/ |
D | stdlib.in.h | 134 _GL_CXXALIAS_SYS (_Exit, void, (int status)); 153 _GL_CXXALIAS_SYS (atoll, long long, (const char *string)); 172 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size)); 195 _GL_CXXALIAS_SYS (canonicalize_file_name, char *, (const char *name)); 216 _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem)); 243 _GL_CXXALIAS_SYS (getsubopt, int, 260 _GL_CXXALIAS_SYS (grantpt, int, (int fd)); 284 _GL_CXXALIAS_SYS (malloc, void *, (size_t size)); 304 _GL_CXXALIAS_SYS (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 318 _GL_CXXALIAS_SYS (mkdtemp, char *, (char * /*template*/)); [all …]
|
D | math.in.h | 214 _GL_CXXALIAS_SYS (acosf, float, (float x)); 229 _GL_CXXALIAS_SYS (acosl, long double, (long double x)); 245 _GL_CXXALIAS_SYS (asinf, float, (float x)); 260 _GL_CXXALIAS_SYS (asinl, long double, (long double x)); 276 _GL_CXXALIAS_SYS (atanf, float, (float x)); 291 _GL_CXXALIAS_SYS (atanl, long double, (long double x)); 307 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x)); 330 _GL_CXXALIAS_SYS (cbrtf, float, (float x)); 345 _GL_CXXALIAS_SYS (cbrt, double, (double x)); 367 _GL_CXXALIAS_SYS (cbrtl, long double, (long double x)); [all …]
|
D | wctype.in.h | 380 _GL_CXXALIAS_SYS (iswalnum, int, (wint_t wc)); 381 _GL_CXXALIAS_SYS (iswalpha, int, (wint_t wc)); 382 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); 383 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc)); 384 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc)); 385 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc)); 386 _GL_CXXALIAS_SYS (iswprint, int, (wint_t wc)); 387 _GL_CXXALIAS_SYS (iswpunct, int, (wint_t wc)); 388 _GL_CXXALIAS_SYS (iswspace, int, (wint_t wc)); 389 _GL_CXXALIAS_SYS (iswupper, int, (wint_t wc)); [all …]
|
D | stdio.in.h | 148 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...)); 168 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream)); 188 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); 212 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); 231 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); 246 _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream)); 261 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode)); 289 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...)); 320 _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream)); 340 _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream)); [all …]
|
D | unistd.in.h | 249 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1))); 279 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)); 302 _GL_CXXALIAS_SYS (close, int, (int fd)); 324 _GL_CXXALIAS_SYS (dup, int, (int oldfd)); 352 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd)); 381 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags)); 432 _GL_CXXALIAS_SYS (euidaccess, int, (const char *filename, int mode)); 454 _GL_CXXALIAS_SYS (faccessat, int, 487 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/)); 515 _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file, [all …]
|
D | wchar.in.h | 152 _GL_CXXALIAS_SYS (btowc, wint_t, (int c)); 178 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 203 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps)); 231 _GL_CXXALIAS_SYS (mbrtowc, size_t, 257 _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); 288 _GL_CXXALIAS_SYS (mbsrtowcs, size_t, 323 _GL_CXXALIAS_SYS (mbsnrtowcs, size_t, 350 _GL_CXXALIAS_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); 381 _GL_CXXALIAS_SYS (wcsrtombs, size_t, 416 _GL_CXXALIAS_SYS (wcsnrtombs, size_t, [all …]
|
D | signal.in.h | 142 _GL_CXXALIAS_SYS (pthread_sigmask, int, 167 _GL_CXXALIAS_SYS (raise, int, (int sig)); 208 _GL_CXXALIAS_SYS (sigismember, int, (const sigset_t *set, int sig)); 220 _GL_CXXALIAS_SYS (sigemptyset, int, (sigset_t *set)); 233 _GL_CXXALIAS_SYS (sigaddset, int, (sigset_t *set, int sig)); 246 _GL_CXXALIAS_SYS (sigdelset, int, (sigset_t *set, int sig)); 258 _GL_CXXALIAS_SYS (sigfillset, int, (sigset_t *set)); 265 _GL_CXXALIAS_SYS (sigpending, int, (sigset_t *set)); 280 _GL_CXXALIAS_SYS (sigprocmask, int, 305 _GL_CXXALIAS_SYS (signal, _gl_function_taking_int_returning_void_t, [all …]
|
D | spawn.in.h | 203 _GL_CXXALIAS_SYS (posix_spawn, int, 249 _GL_CXXALIAS_SYS (posix_spawnp, int, 279 _GL_CXXALIAS_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)); 304 _GL_CXXALIAS_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)); 337 _GL_CXXALIAS_SYS (posix_spawnattr_getsigdefault, int, 371 _GL_CXXALIAS_SYS (posix_spawnattr_setsigdefault, int, 405 _GL_CXXALIAS_SYS (posix_spawnattr_getsigmask, int, 439 _GL_CXXALIAS_SYS (posix_spawnattr_setsigmask, int, 473 _GL_CXXALIAS_SYS (posix_spawnattr_getflags, int, 504 _GL_CXXALIAS_SYS (posix_spawnattr_setflags, int, [all …]
|
D | string.in.h | 66 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 81 _GL_CXXALIAS_SYS (ffsll, int, (long long int i)); 151 _GL_CXXALIAS_SYS (memmem, void *, 174 _GL_CXXALIAS_SYS (mempcpy, void *, 251 _GL_CXXALIAS_SYS (stpcpy, char *, 284 _GL_CXXALIAS_SYS (stpncpy, char *, 363 _GL_CXXALIAS_SYS (strdup, char *, (char const *__s)); 385 _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n)); 411 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n)); 441 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen)); [all …]
|
/external/bison/darwin-lib/ |
D | math.h | 182 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 189 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ 526 _GL_CXXALIAS_SYS (acosf, float, (float x)); 541 _GL_CXXALIAS_SYS (acosl, long double, (long double x)); 557 _GL_CXXALIAS_SYS (asinf, float, (float x)); 572 _GL_CXXALIAS_SYS (asinl, long double, (long double x)); 588 _GL_CXXALIAS_SYS (atanf, float, (float x)); 603 _GL_CXXALIAS_SYS (atanl, long double, (long double x)); 619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x)); 642 _GL_CXXALIAS_SYS (cbrtf, float, (float x)); [all …]
|
D | stdlib.h | 263 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 270 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 456 _GL_CXXALIAS_SYS (_Exit, void, (int status)); 475 _GL_CXXALIAS_SYS (atoll, long long, (const char *string)); 494 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size)); 517 _GL_CXXALIAS_SYS (canonicalize_file_name, char *, (const char *name)); 538 _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem)); 565 _GL_CXXALIAS_SYS (getsubopt, int, 582 _GL_CXXALIAS_SYS (grantpt, int, (int fd)); 606 _GL_CXXALIAS_SYS (malloc, void *, (size_t size)); [all …]
|
D | stdio.h | 268 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 275 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ 460 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...)); 480 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream)); 500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); 524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); 543 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); 558 _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream)); 573 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode)); 601 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...)); [all …]
|
D | unistd.h | 281 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 288 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ 561 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1))); 591 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)); 614 _GL_CXXALIAS_SYS (close, int, (int fd)); 636 _GL_CXXALIAS_SYS (dup, int, (int oldfd)); 664 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd)); 693 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags)); 744 _GL_CXXALIAS_SYS (euidaccess, int, (const char *filename, int mode)); 766 _GL_CXXALIAS_SYS (faccessat, int, [all …]
|
D | wctype.h | 208 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 215 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ 682 _GL_CXXALIAS_SYS (iswalnum, int, (wint_t wc)); 683 _GL_CXXALIAS_SYS (iswalpha, int, (wint_t wc)); 684 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); 685 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc)); 686 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc)); 687 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc)); 688 _GL_CXXALIAS_SYS (iswprint, int, (wint_t wc)); 689 _GL_CXXALIAS_SYS (iswpunct, int, (wint_t wc)); [all …]
|
D | wchar.h | 240 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 247 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 464 _GL_CXXALIAS_SYS (btowc, wint_t, (int c)); 490 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 515 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps)); 543 _GL_CXXALIAS_SYS (mbrtowc, size_t, 569 _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); 600 _GL_CXXALIAS_SYS (mbsrtowcs, size_t, 635 _GL_CXXALIAS_SYS (mbsnrtowcs, size_t, 662 _GL_CXXALIAS_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); [all …]
|
D | spawn.h | 220 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 227 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 515 _GL_CXXALIAS_SYS (posix_spawn, int, 561 _GL_CXXALIAS_SYS (posix_spawnp, int, 591 _GL_CXXALIAS_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)); 616 _GL_CXXALIAS_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)); 649 _GL_CXXALIAS_SYS (posix_spawnattr_getsigdefault, int, 683 _GL_CXXALIAS_SYS (posix_spawnattr_setsigdefault, int, 717 _GL_CXXALIAS_SYS (posix_spawnattr_getsigmask, int, 751 _GL_CXXALIAS_SYS (posix_spawnattr_setsigmask, int, [all …]
|
D | signal.h | 213 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 220 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 454 _GL_CXXALIAS_SYS (pthread_sigmask, int, 479 _GL_CXXALIAS_SYS (raise, int, (int sig)); 520 _GL_CXXALIAS_SYS (sigismember, int, (const sigset_t *set, int sig)); 532 _GL_CXXALIAS_SYS (sigemptyset, int, (sigset_t *set)); 545 _GL_CXXALIAS_SYS (sigaddset, int, (sigset_t *set, int sig)); 558 _GL_CXXALIAS_SYS (sigdelset, int, (sigset_t *set, int sig)); 570 _GL_CXXALIAS_SYS (sigfillset, int, (sigset_t *set)); 577 _GL_CXXALIAS_SYS (sigpending, int, (sigset_t *set)); [all …]
|
/external/bison/linux-lib/ |
D | math.h | 182 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 189 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ 526 _GL_CXXALIAS_SYS (acosf, float, (float x)); 541 _GL_CXXALIAS_SYS (acosl, long double, (long double x)); 557 _GL_CXXALIAS_SYS (asinf, float, (float x)); 572 _GL_CXXALIAS_SYS (asinl, long double, (long double x)); 588 _GL_CXXALIAS_SYS (atanf, float, (float x)); 603 _GL_CXXALIAS_SYS (atanl, long double, (long double x)); 619 _GL_CXXALIAS_SYS (atan2f, float, (float y, float x)); 642 _GL_CXXALIAS_SYS (cbrtf, float, (float x)); [all …]
|
D | stdlib.h | 263 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 270 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 456 _GL_CXXALIAS_SYS (_Exit, void, (int status)); 475 _GL_CXXALIAS_SYS (atoll, long long, (const char *string)); 494 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size)); 517 _GL_CXXALIAS_SYS (canonicalize_file_name, char *, (const char *name)); 538 _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem)); 565 _GL_CXXALIAS_SYS (getsubopt, int, 582 _GL_CXXALIAS_SYS (grantpt, int, (int fd)); 606 _GL_CXXALIAS_SYS (malloc, void *, (size_t size)); [all …]
|
D | stdio.h | 268 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 275 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ 460 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...)); 480 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream)); 500 _GL_CXXALIAS_SYS (fdopen, FILE *, (int fd, const char *mode)); 524 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream)); 543 _GL_CXXALIAS_SYS (fgetc, int, (FILE *stream)); 558 _GL_CXXALIAS_SYS (fgets, char *, (char *s, int n, FILE *stream)); 573 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode)); 601 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...)); [all …]
|
D | unistd.h | 281 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 288 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ 561 _GL_CXXALIAS_SYS (chdir, int, (const char *file) _GL_ARG_NONNULL ((1))); 591 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)); 614 _GL_CXXALIAS_SYS (close, int, (int fd)); 636 _GL_CXXALIAS_SYS (dup, int, (int oldfd)); 664 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd)); 693 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags)); 744 _GL_CXXALIAS_SYS (euidaccess, int, (const char *filename, int mode)); 766 _GL_CXXALIAS_SYS (faccessat, int, [all …]
|
D | wctype.h | 208 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 215 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ 682 _GL_CXXALIAS_SYS (iswalnum, int, (wint_t wc)); 683 _GL_CXXALIAS_SYS (iswalpha, int, (wint_t wc)); 684 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc)); 685 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc)); 686 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc)); 687 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc)); 688 _GL_CXXALIAS_SYS (iswprint, int, (wint_t wc)); 689 _GL_CXXALIAS_SYS (iswpunct, int, (wint_t wc)); [all …]
|
D | wchar.h | 240 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 247 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 464 _GL_CXXALIAS_SYS (btowc, wint_t, (int c)); 490 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc)); 515 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps)); 543 _GL_CXXALIAS_SYS (mbrtowc, size_t, 569 _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); 600 _GL_CXXALIAS_SYS (mbsrtowcs, size_t, 635 _GL_CXXALIAS_SYS (mbsnrtowcs, size_t, 662 _GL_CXXALIAS_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); [all …]
|
D | spawn.h | 220 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 227 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 515 _GL_CXXALIAS_SYS (posix_spawn, int, 561 _GL_CXXALIAS_SYS (posix_spawnp, int, 591 _GL_CXXALIAS_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)); 616 _GL_CXXALIAS_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)); 649 _GL_CXXALIAS_SYS (posix_spawnattr_getsigdefault, int, 683 _GL_CXXALIAS_SYS (posix_spawnattr_setsigdefault, int, 717 _GL_CXXALIAS_SYS (posix_spawnattr_getsigmask, int, 751 _GL_CXXALIAS_SYS (posix_spawnattr_setsigmask, int, [all …]
|
D | signal.h | 213 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 220 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro 454 _GL_CXXALIAS_SYS (pthread_sigmask, int, 479 _GL_CXXALIAS_SYS (raise, int, (int sig)); 520 _GL_CXXALIAS_SYS (sigismember, int, (const sigset_t *set, int sig)); 532 _GL_CXXALIAS_SYS (sigemptyset, int, (sigset_t *set)); 545 _GL_CXXALIAS_SYS (sigaddset, int, (sigset_t *set, int sig)); 558 _GL_CXXALIAS_SYS (sigdelset, int, (sigset_t *set, int sig)); 570 _GL_CXXALIAS_SYS (sigfillset, int, (sigset_t *set)); 577 _GL_CXXALIAS_SYS (sigpending, int, (sigset_t *set)); [all …]
|