Home
last modified time | relevance | path

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

12

/external/bison/lib/
Dstdio.in.h138 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
165 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
184 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
209 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
228 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
242 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
257 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
279 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
283 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
314 _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
[all …]
Dmath.in.h324 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
361 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x));
385 _GL_FUNCDECL_RPL (ceilf, float, (float x));
408 _GL_FUNCDECL_RPL (ceil, double, (double x));
422 _GL_FUNCDECL_RPL (ceill, long double, (long double x));
582 _GL_FUNCDECL_RPL (exp2, double, (double x));
605 _GL_FUNCDECL_RPL (exp2l, long double, (long double x));
630 _GL_FUNCDECL_RPL (expm1f, float, (float x));
653 _GL_FUNCDECL_RPL (expm1, double, (double x));
707 _GL_FUNCDECL_RPL (fabsl, long double, (long double x));
[all …]
Dspawn.in.h177 _GL_FUNCDECL_RPL (posix_spawn, int,
229 _GL_FUNCDECL_RPL (posix_spawnp, int,
271 _GL_FUNCDECL_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
296 _GL_FUNCDECL_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
323 _GL_FUNCDECL_RPL (posix_spawnattr_getsigdefault, int,
357 _GL_FUNCDECL_RPL (posix_spawnattr_setsigdefault, int,
391 _GL_FUNCDECL_RPL (posix_spawnattr_getsigmask, int,
425 _GL_FUNCDECL_RPL (posix_spawnattr_setsigmask, int,
459 _GL_FUNCDECL_RPL (posix_spawnattr_getflags, int,
493 _GL_FUNCDECL_RPL (posix_spawnattr_setflags, int,
[all …]
Dunistd.in.h271 _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)
299 _GL_FUNCDECL_RPL (close, int, (int fd));
321 _GL_FUNCDECL_RPL (dup, int, (int oldfd));
346 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
377 _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags));
504 _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file,
576 _GL_FUNCDECL_RPL (ftruncate, int, (int fd, off_t length));
609 _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size));
642 _GL_FUNCDECL_RPL (getdomainname, int, (char *name, size_t len)
690 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
[all …]
Dstdlib.in.h169 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size));
187 _GL_FUNCDECL_RPL (canonicalize_file_name, char *, (const char *name)
281 _GL_FUNCDECL_RPL (malloc, void *, (size_t size));
301 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
399 _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
465 _GL_FUNCDECL_RPL (ptsname, char *, (int fd));
491 _GL_FUNCDECL_RPL (ptsname_r, int, (int fd, char *buf, size_t len));
514 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
598 _GL_FUNCDECL_RPL (random_r, int, (struct random_data *buf, int32_t *result)
623 _GL_FUNCDECL_RPL (srandom_r, int,
[all …]
Dstring.in.h97 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
135 _GL_FUNCDECL_RPL (memmem, void *,
270 _GL_FUNCDECL_RPL (stpncpy, char *,
313 _GL_FUNCDECL_RPL (strchrnul, char *, (const char *__s, int __c_in)
353 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
381 _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n)
403 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n)
431 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)
567 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
608 _GL_FUNCDECL_RPL (strcasestr, char *,
[all …]
Dtime.in.h109 _GL_FUNCDECL_RPL (nanosleep, int,
132 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
149 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
171 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
213 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
Dsys_stat.in.h338 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
362 _GL_FUNCDECL_RPL (fstatat, int,
396 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
466 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
489 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode)
541 _GL_FUNCDECL_RPL (mkfifo, int, (char const *file, mode_t mode)
583 _GL_FUNCDECL_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev)
700 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,
Dwchar.in.h146 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
171 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
197 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
222 _GL_FUNCDECL_RPL (mbrtowc, size_t,
251 _GL_FUNCDECL_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
276 _GL_FUNCDECL_RPL (mbsrtowcs, size_t,
309 _GL_FUNCDECL_RPL (mbsnrtowcs, size_t,
344 _GL_FUNCDECL_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps));
369 _GL_FUNCDECL_RPL (wcsrtombs, size_t,
402 _GL_FUNCDECL_RPL (wcsnrtombs, size_t,
[all …]
/external/bison/darwin-lib/
Dstdio.h201 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
450 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
540 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
554 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
569 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
591 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
595 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
[all …]
Dmath.h115 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
636 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
673 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x));
697 _GL_FUNCDECL_RPL (ceilf, float, (float x));
720 _GL_FUNCDECL_RPL (ceil, double, (double x));
734 _GL_FUNCDECL_RPL (ceill, long double, (long double x));
894 _GL_FUNCDECL_RPL (exp2, double, (double x));
917 _GL_FUNCDECL_RPL (exp2l, long double, (long double x));
942 _GL_FUNCDECL_RPL (expm1f, float, (float x));
965 _GL_FUNCDECL_RPL (expm1, double, (double x));
[all …]
Dunistd.h214 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
583 _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)
611 _GL_FUNCDECL_RPL (close, int, (int fd));
633 _GL_FUNCDECL_RPL (dup, int, (int oldfd));
658 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
689 _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags));
816 _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file,
888 _GL_FUNCDECL_RPL (ftruncate, int, (int fd, off_t length));
921 _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size));
954 _GL_FUNCDECL_RPL (getdomainname, int, (char *name, size_t len)
[all …]
Dspawn.h153 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
489 _GL_FUNCDECL_RPL (posix_spawn, int,
541 _GL_FUNCDECL_RPL (posix_spawnp, int,
583 _GL_FUNCDECL_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
608 _GL_FUNCDECL_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
635 _GL_FUNCDECL_RPL (posix_spawnattr_getsigdefault, int,
669 _GL_FUNCDECL_RPL (posix_spawnattr_setsigdefault, int,
703 _GL_FUNCDECL_RPL (posix_spawnattr_getsigmask, int,
737 _GL_FUNCDECL_RPL (posix_spawnattr_setsigmask, int,
771 _GL_FUNCDECL_RPL (posix_spawnattr_getflags, int,
[all …]
Dstdlib.h196 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
491 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size));
509 _GL_FUNCDECL_RPL (canonicalize_file_name, char *, (const char *name)
603 _GL_FUNCDECL_RPL (malloc, void *, (size_t size));
623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
721 _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
787 _GL_FUNCDECL_RPL (ptsname, char *, (int fd));
813 _GL_FUNCDECL_RPL (ptsname_r, int, (int fd, char *buf, size_t len));
836 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
920 _GL_FUNCDECL_RPL (random_r, int, (struct random_data *buf, int32_t *result)
[all …]
Dstring.h133 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
409 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
447 _GL_FUNCDECL_RPL (memmem, void *,
582 _GL_FUNCDECL_RPL (stpncpy, char *,
625 _GL_FUNCDECL_RPL (strchrnul, char *, (const char *__s, int __c_in)
665 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
693 _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n)
715 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n)
743 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)
879 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
[all …]
Dtime.h122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
421 _GL_FUNCDECL_RPL (nanosleep, int,
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
/external/bison/linux-lib/
Dstdio.h201 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
450 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
477 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
496 _GL_FUNCDECL_RPL (fdopen, FILE *, (int fd, const char *mode)
521 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
540 _GL_FUNCDECL_RPL (fgetc, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
554 _GL_FUNCDECL_RPL (fgets, char *, (char *s, int n, FILE *stream)
569 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
591 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
595 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
[all …]
Dmath.h115 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
636 _GL_FUNCDECL_RPL (cbrtf, float, (float x));
673 _GL_FUNCDECL_RPL (cbrtl, long double, (long double x));
697 _GL_FUNCDECL_RPL (ceilf, float, (float x));
720 _GL_FUNCDECL_RPL (ceil, double, (double x));
734 _GL_FUNCDECL_RPL (ceill, long double, (long double x));
894 _GL_FUNCDECL_RPL (exp2, double, (double x));
917 _GL_FUNCDECL_RPL (exp2l, long double, (long double x));
942 _GL_FUNCDECL_RPL (expm1f, float, (float x));
965 _GL_FUNCDECL_RPL (expm1, double, (double x));
[all …]
Dunistd.h214 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
583 _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)
611 _GL_FUNCDECL_RPL (close, int, (int fd));
633 _GL_FUNCDECL_RPL (dup, int, (int oldfd));
658 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
689 _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags));
816 _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file,
888 _GL_FUNCDECL_RPL (ftruncate, int, (int fd, off_t length));
921 _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size));
954 _GL_FUNCDECL_RPL (getdomainname, int, (char *name, size_t len)
[all …]
Dspawn.h153 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
489 _GL_FUNCDECL_RPL (posix_spawn, int,
541 _GL_FUNCDECL_RPL (posix_spawnp, int,
583 _GL_FUNCDECL_RPL (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
608 _GL_FUNCDECL_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
635 _GL_FUNCDECL_RPL (posix_spawnattr_getsigdefault, int,
669 _GL_FUNCDECL_RPL (posix_spawnattr_setsigdefault, int,
703 _GL_FUNCDECL_RPL (posix_spawnattr_getsigmask, int,
737 _GL_FUNCDECL_RPL (posix_spawnattr_setsigmask, int,
771 _GL_FUNCDECL_RPL (posix_spawnattr_getflags, int,
[all …]
Dstdlib.h196 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
491 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size));
509 _GL_FUNCDECL_RPL (canonicalize_file_name, char *, (const char *name)
603 _GL_FUNCDECL_RPL (malloc, void *, (size_t size));
623 _GL_FUNCDECL_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n));
721 _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
787 _GL_FUNCDECL_RPL (ptsname, char *, (int fd));
813 _GL_FUNCDECL_RPL (ptsname_r, int, (int fd, char *buf, size_t len));
836 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
920 _GL_FUNCDECL_RPL (random_r, int, (struct random_data *buf, int32_t *result)
[all …]
Dstring.h133 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
409 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
447 _GL_FUNCDECL_RPL (memmem, void *,
582 _GL_FUNCDECL_RPL (stpncpy, char *,
625 _GL_FUNCDECL_RPL (strchrnul, char *, (const char *__s, int __c_in)
665 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
693 _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n)
715 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n)
743 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)
879 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
[all …]
Dtime.h122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
421 _GL_FUNCDECL_RPL (nanosleep, int,
444 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
461 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
483 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
525 _GL_FUNCDECL_RPL (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
/external/bison/linux-lib/sys/
Dstat.h130 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
674 _GL_FUNCDECL_RPL (fstatat, int,
708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
778 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
801 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode)
853 _GL_FUNCDECL_RPL (mkfifo, int, (char const *file, mode_t mode)
895 _GL_FUNCDECL_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev)
1012 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,
/external/bison/darwin-lib/sys/
Dstat.h130 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
650 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
674 _GL_FUNCDECL_RPL (fstatat, int,
708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
778 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
801 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode)
853 _GL_FUNCDECL_RPL (mkfifo, int, (char const *file, mode_t mode)
895 _GL_FUNCDECL_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev)
1012 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,

12