/external/bison/build-aux/snippet/ |
H A D | c++defs.h | 46 _GL_CXXALIAS_RPL (foo, ...); 66 _GL_CXXALIAS_RPL (foo, ...); 109 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 113 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 115 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
|
/external/bison/darwin-lib/ |
H A D | c++defs.h | 30 _GL_CXXALIAS_RPL (foo, ...); 50 _GL_CXXALIAS_RPL (foo, ...); 93 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 97 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 99 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
|
H A D | time.h | 74 _GL_CXXALIAS_RPL (foo, ...); 94 _GL_CXXALIAS_RPL (foo, ...); 137 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 141 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 143 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 424 _GL_CXXALIAS_RPL (nanosleep, int, 445 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp)); 464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer, 486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, 526 _GL_CXXALIAS_RPL (timeg [all...] |
H A D | fcntl.h | 107 _GL_CXXALIAS_RPL (foo, ...); 127 _GL_CXXALIAS_RPL (foo, ...); 170 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 174 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 176 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 404 _GL_CXXALIAS_RPL (fcntl, int, (int fd, int action, ...)); 428 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 453 _GL_CXXALIAS_RPL (openat, int,
|
H A D | spawn.h | 105 _GL_CXXALIAS_RPL (foo, ...); 125 _GL_CXXALIAS_RPL (foo, ...); 168 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 172 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 174 #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_getsigdefaul [all...] |
H A D | stdlib.h | 148 _GL_CXXALIAS_RPL (foo, ...); 168 _GL_CXXALIAS_RPL (foo, ...); 211 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 215 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 217 #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 (mkstem [all...] |
H A D | string.h | 85 _GL_CXXALIAS_RPL (foo, ...); 105 _GL_CXXALIAS_RPL (foo, ...); 148 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 152 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 154 #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 (strdu [all...] |
H A D | wctype.h | 93 _GL_CXXALIAS_RPL (foo, ...); 113 _GL_CXXALIAS_RPL (foo, ...); 156 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 160 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 162 #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 (iswgrap [all...] |
H A D | signal.h | 98 _GL_CXXALIAS_RPL (foo, ...); 118 _GL_CXXALIAS_RPL (foo, ...); 161 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 165 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 167 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 447 _GL_CXXALIAS_RPL (pthread_sigmask, int, 474 _GL_CXXALIAS_RPL (raise, int, (int sig)); 614 _GL_CXXALIAS_RPL (signal, _gl_function_taking_int_returning_void_t,
|
H A D | unistd.h | 166 _GL_CXXALIAS_RPL (foo, ...); 186 _GL_CXXALIAS_RPL (foo, ...); 229 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 233 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 235 #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 (dup [all...] |
H A D | wchar.h | 125 _GL_CXXALIAS_RPL (foo, ...); 145 _GL_CXXALIAS_RPL (foo, ...); 188 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 192 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 194 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 459 _GL_CXXALIAS_RPL (btowc, wint_t, (int c)); 484 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 510 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); 536 _GL_CXXALIAS_RPL (mbrtowc, size_t, 564 _GL_CXXALIAS_RPL (mbrle [all...] |
H A D | stdio.h | 153 _GL_CXXALIAS_RPL (foo, ...); 173 _GL_CXXALIAS_RPL (foo, ...); 216 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 220 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 222 #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 (fget [all...] |
/external/bison/linux-lib/ |
H A D | c++defs.h | 30 _GL_CXXALIAS_RPL (foo, ...); 50 _GL_CXXALIAS_RPL (foo, ...); 93 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 97 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 99 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
|
H A D | time.h | 74 _GL_CXXALIAS_RPL (foo, ...); 94 _GL_CXXALIAS_RPL (foo, ...); 137 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 141 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 143 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 424 _GL_CXXALIAS_RPL (nanosleep, int, 445 _GL_CXXALIAS_RPL (mktime, time_t, (struct tm *__tp)); 464 _GL_CXXALIAS_RPL (localtime_r, struct tm *, (time_t const *restrict __timer, 486 _GL_CXXALIAS_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer, 526 _GL_CXXALIAS_RPL (timeg [all...] |
H A D | fcntl.h | 107 _GL_CXXALIAS_RPL (foo, ...); 127 _GL_CXXALIAS_RPL (foo, ...); 170 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 174 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 176 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 404 _GL_CXXALIAS_RPL (fcntl, int, (int fd, int action, ...)); 428 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 453 _GL_CXXALIAS_RPL (openat, int,
|
H A D | spawn.h | 105 _GL_CXXALIAS_RPL (foo, ...); 125 _GL_CXXALIAS_RPL (foo, ...); 168 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 172 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 174 #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_getsigdefaul [all...] |
H A D | stdlib.h | 148 _GL_CXXALIAS_RPL (foo, ...); 168 _GL_CXXALIAS_RPL (foo, ...); 211 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 215 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 217 #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 (mkstem [all...] |
H A D | string.h | 85 _GL_CXXALIAS_RPL (foo, ...); 105 _GL_CXXALIAS_RPL (foo, ...); 148 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 152 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 154 #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 (strdu [all...] |
H A D | wctype.h | 93 _GL_CXXALIAS_RPL (foo, ...); 113 _GL_CXXALIAS_RPL (foo, ...); 156 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 160 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 162 #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 (iswgrap [all...] |
H A D | signal.h | 98 _GL_CXXALIAS_RPL (foo, ...); 118 _GL_CXXALIAS_RPL (foo, ...); 161 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 165 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 167 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 447 _GL_CXXALIAS_RPL (pthread_sigmask, int, 474 _GL_CXXALIAS_RPL (raise, int, (int sig)); 614 _GL_CXXALIAS_RPL (signal, _gl_function_taking_int_returning_void_t,
|
H A D | unistd.h | 166 _GL_CXXALIAS_RPL (foo, ...); 186 _GL_CXXALIAS_RPL (foo, ...); 229 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 233 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 235 #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 (dup [all...] |
H A D | wchar.h | 125 _GL_CXXALIAS_RPL (foo, ...); 145 _GL_CXXALIAS_RPL (foo, ...); 188 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 192 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 194 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 459 _GL_CXXALIAS_RPL (btowc, wint_t, (int c)); 484 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 510 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); 536 _GL_CXXALIAS_RPL (mbrtowc, size_t, 564 _GL_CXXALIAS_RPL (mbrle [all...] |
/external/bison/darwin-lib/sys/ |
H A D | wait.h | 68 _GL_CXXALIAS_RPL (foo, ...); 88 _GL_CXXALIAS_RPL (foo, ...); 131 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 135 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 137 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
|
/external/bison/linux-lib/sys/ |
H A D | wait.h | 68 _GL_CXXALIAS_RPL (foo, ...); 88 _GL_CXXALIAS_RPL (foo, ...); 131 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 135 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 137 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
|
H A D | stat.h | 82 _GL_CXXALIAS_RPL (foo, ...); 102 _GL_CXXALIAS_RPL (foo, ...); 145 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 149 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 151 #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 (mkdi [all...] |