Home
last modified time | relevance | path

Searched refs:_GL_CXXALIAS_RPL (Results 1 – 25 of 44) sorted by relevance

12

/external/bison/lib/
Dstdio.in.h141 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
166 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
186 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
210 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
229 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
244 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
259 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
287 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
315 _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream));
338 _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream));
[all …]
Dmath.in.h325 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
362 _GL_CXXALIAS_RPL (cbrtl, long double, (long double x));
386 _GL_CXXALIAS_RPL (ceilf, float, (float x));
409 _GL_CXXALIAS_RPL (ceil, double, (double x));
423 _GL_CXXALIAS_RPL (ceill, long double, (long double x));
583 _GL_CXXALIAS_RPL (exp2, double, (double x));
606 _GL_CXXALIAS_RPL (exp2l, long double, (long double x));
631 _GL_CXXALIAS_RPL (expm1f, float, (float x));
654 _GL_CXXALIAS_RPL (expm1, double, (double x));
708 _GL_CXXALIAS_RPL (fabsl, long double, (long double x));
[all …]
Dwctype.in.h368 _GL_CXXALIAS_RPL (iswalnum, int, (wint_t wc));
369 _GL_CXXALIAS_RPL (iswalpha, int, (wint_t wc));
370 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc));
371 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc));
372 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc));
373 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
374 _GL_CXXALIAS_RPL (iswprint, int, (wint_t wc));
375 _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc));
376 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc));
377 _GL_CXXALIAS_RPL (iswupper, int, (wint_t wc));
[all …]
Dspawn.in.h185 _GL_CXXALIAS_RPL (posix_spawn, int,
235 _GL_CXXALIAS_RPL (posix_spawnp, int,
273 _GL_CXXALIAS_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr));
298 _GL_CXXALIAS_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
327 _GL_CXXALIAS_RPL (posix_spawnattr_getsigdefault, int,
361 _GL_CXXALIAS_RPL (posix_spawnattr_setsigdefault, int,
395 _GL_CXXALIAS_RPL (posix_spawnattr_getsigmask, int,
429 _GL_CXXALIAS_RPL (posix_spawnattr_setsigmask, int,
463 _GL_CXXALIAS_RPL (posix_spawnattr_getflags, int,
496 _GL_CXXALIAS_RPL (posix_spawnattr_setflags, int,
[all …]
Dunistd.in.h273 _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid));
300 _GL_CXXALIAS_RPL (close, int, (int fd));
322 _GL_CXXALIAS_RPL (dup, int, (int oldfd));
347 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
378 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags));
507 _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file,
577 _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length));
610 _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size));
644 _GL_CXXALIAS_RPL (getdomainname, int, (char *name, size_t len));
691 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups));
[all …]
Dstdlib.in.h170 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size));
189 _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name));
282 _GL_CXXALIAS_RPL (malloc, void *, (size_t size));
302 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
400 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
466 _GL_CXXALIAS_RPL (ptsname, char *, (int fd));
492 _GL_CXXALIAS_RPL (ptsname_r, int, (int fd, char *buf, size_t len));
515 _GL_CXXALIAS_RPL (putenv, int, (char *string));
600 _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result));
626 _GL_CXXALIAS_RPL (srandom_r, int,
[all …]
Dstring.in.h100 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
140 _GL_CXXALIAS_RPL (memmem, void *,
274 _GL_CXXALIAS_RPL (stpncpy, char *,
316 _GL_CXXALIAS_RPL (strchrnul, char *,
354 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s));
383 _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n));
405 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n));
434 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen));
570 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
612 _GL_CXXALIAS_RPL (strcasestr, char *,
[all …]
Dtime.in.h112 _GL_CXXALIAS_RPL (nanosleep, int,
133 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp));
152 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
174 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
214 _GL_CXXALIAS_RPL (timegm, time_t, (struct tm *__tm));
Dsys_stat.in.h339 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
365 _GL_CXXALIAS_RPL (fstatat, int,
397 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
468 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
491 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
511 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
543 _GL_CXXALIAS_RPL (mkfifo, int, (char const *file, mode_t mode));
585 _GL_CXXALIAS_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev));
703 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name,
/external/bison/darwin-lib/
Dstdio.h222 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
453 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
478 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
541 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
556 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
571 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
599 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
627 _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream));
[all …]
Dmath.h136 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
637 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
674 _GL_CXXALIAS_RPL (cbrtl, long double, (long double x));
698 _GL_CXXALIAS_RPL (ceilf, float, (float x));
721 _GL_CXXALIAS_RPL (ceil, double, (double x));
735 _GL_CXXALIAS_RPL (ceill, long double, (long double x));
895 _GL_CXXALIAS_RPL (exp2, double, (double x));
918 _GL_CXXALIAS_RPL (exp2l, long double, (long double x));
943 _GL_CXXALIAS_RPL (expm1f, float, (float x));
966 _GL_CXXALIAS_RPL (expm1, double, (double x));
[all …]
Dunistd.h235 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
585 _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid));
612 _GL_CXXALIAS_RPL (close, int, (int fd));
634 _GL_CXXALIAS_RPL (dup, int, (int oldfd));
659 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
690 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags));
819 _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file,
889 _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length));
922 _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size));
956 _GL_CXXALIAS_RPL (getdomainname, int, (char *name, size_t len));
[all …]
Dwctype.h162 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
670 _GL_CXXALIAS_RPL (iswalnum, int, (wint_t wc));
671 _GL_CXXALIAS_RPL (iswalpha, int, (wint_t wc));
672 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc));
673 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc));
674 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc));
675 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
676 _GL_CXXALIAS_RPL (iswprint, int, (wint_t wc));
677 _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc));
678 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc));
[all …]
Dspawn.h174 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
497 _GL_CXXALIAS_RPL (posix_spawn, int,
547 _GL_CXXALIAS_RPL (posix_spawnp, int,
585 _GL_CXXALIAS_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr));
610 _GL_CXXALIAS_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
639 _GL_CXXALIAS_RPL (posix_spawnattr_getsigdefault, int,
673 _GL_CXXALIAS_RPL (posix_spawnattr_setsigdefault, int,
707 _GL_CXXALIAS_RPL (posix_spawnattr_getsigmask, int,
741 _GL_CXXALIAS_RPL (posix_spawnattr_setsigmask, int,
775 _GL_CXXALIAS_RPL (posix_spawnattr_getflags, int,
[all …]
Dstdlib.h217 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
492 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size));
511 _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name));
604 _GL_CXXALIAS_RPL (malloc, void *, (size_t size));
624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
722 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
788 _GL_CXXALIAS_RPL (ptsname, char *, (int fd));
814 _GL_CXXALIAS_RPL (ptsname_r, int, (int fd, char *buf, size_t len));
837 _GL_CXXALIAS_RPL (putenv, int, (char *string));
922 _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result));
[all …]
Dstring.h154 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
412 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
452 _GL_CXXALIAS_RPL (memmem, void *,
586 _GL_CXXALIAS_RPL (stpncpy, char *,
628 _GL_CXXALIAS_RPL (strchrnul, char *,
666 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s));
695 _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n));
717 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n));
746 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen));
882 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
[all …]
/external/bison/linux-lib/
Dstdio.h222 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
453 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...));
478 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream));
498 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode));
522 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream));
541 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream));
556 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream));
571 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode));
599 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
627 _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream));
[all …]
Dmath.h136 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
637 _GL_CXXALIAS_RPL (cbrtf, float, (float x));
674 _GL_CXXALIAS_RPL (cbrtl, long double, (long double x));
698 _GL_CXXALIAS_RPL (ceilf, float, (float x));
721 _GL_CXXALIAS_RPL (ceil, double, (double x));
735 _GL_CXXALIAS_RPL (ceill, long double, (long double x));
895 _GL_CXXALIAS_RPL (exp2, double, (double x));
918 _GL_CXXALIAS_RPL (exp2l, long double, (long double x));
943 _GL_CXXALIAS_RPL (expm1f, float, (float x));
966 _GL_CXXALIAS_RPL (expm1, double, (double x));
[all …]
Dunistd.h235 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
585 _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid));
612 _GL_CXXALIAS_RPL (close, int, (int fd));
634 _GL_CXXALIAS_RPL (dup, int, (int oldfd));
659 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd));
690 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags));
819 _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file,
889 _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length));
922 _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size));
956 _GL_CXXALIAS_RPL (getdomainname, int, (char *name, size_t len));
[all …]
Dwctype.h162 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
670 _GL_CXXALIAS_RPL (iswalnum, int, (wint_t wc));
671 _GL_CXXALIAS_RPL (iswalpha, int, (wint_t wc));
672 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc));
673 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc));
674 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc));
675 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc));
676 _GL_CXXALIAS_RPL (iswprint, int, (wint_t wc));
677 _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc));
678 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc));
[all …]
Dspawn.h174 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
497 _GL_CXXALIAS_RPL (posix_spawn, int,
547 _GL_CXXALIAS_RPL (posix_spawnp, int,
585 _GL_CXXALIAS_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr));
610 _GL_CXXALIAS_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
639 _GL_CXXALIAS_RPL (posix_spawnattr_getsigdefault, int,
673 _GL_CXXALIAS_RPL (posix_spawnattr_setsigdefault, int,
707 _GL_CXXALIAS_RPL (posix_spawnattr_getsigmask, int,
741 _GL_CXXALIAS_RPL (posix_spawnattr_setsigmask, int,
775 _GL_CXXALIAS_RPL (posix_spawnattr_getflags, int,
[all …]
Dstdlib.h217 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
492 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size));
511 _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name));
604 _GL_CXXALIAS_RPL (malloc, void *, (size_t size));
624 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
722 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/));
788 _GL_CXXALIAS_RPL (ptsname, char *, (int fd));
814 _GL_CXXALIAS_RPL (ptsname_r, int, (int fd, char *buf, size_t len));
837 _GL_CXXALIAS_RPL (putenv, int, (char *string));
922 _GL_CXXALIAS_RPL (random_r, int, (struct random_data *buf, int32_t *result));
[all …]
Dstring.h154 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
412 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n));
452 _GL_CXXALIAS_RPL (memmem, void *,
586 _GL_CXXALIAS_RPL (stpncpy, char *,
628 _GL_CXXALIAS_RPL (strchrnul, char *,
666 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s));
695 _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n));
717 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n));
746 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen));
882 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle));
[all …]
/external/bison/linux-lib/sys/
Dstat.h151 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
677 _GL_CXXALIAS_RPL (fstatat, int,
709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
780 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
803 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
823 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
855 _GL_CXXALIAS_RPL (mkfifo, int, (char const *file, mode_t mode));
897 _GL_CXXALIAS_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev));
1015 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name,
/external/bison/darwin-lib/sys/
Dstat.h151 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
651 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf));
677 _GL_CXXALIAS_RPL (fstatat, int,
709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
780 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf));
803 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
823 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode));
855 _GL_CXXALIAS_RPL (mkfifo, int, (char const *file, mode_t mode));
897 _GL_CXXALIAS_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev));
1015 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name,

12