Searched refs:_GL_FUNCDECL_SYS (Results 1 - 25 of 45) sorted by relevance

12

/external/bison/darwin-lib/
H A Dstdlib.h130 _GL_FUNCDECL_SYS (foo, ...);
171 _GL_FUNCDECL_SYS (foo, ...);
201 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
205 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
208 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
454 _GL_FUNCDECL_SYS (_Exit, _Noreturn void, (int status));
471 _GL_FUNCDECL_SYS (atoll, long long, (const char *string)
514 _GL_FUNCDECL_SYS (canonicalize_file_name, char *, (const char *name)
535 _GL_FUNCDECL_SYS (getloadavg, int, (double loadavg[], int nelem)
561 _GL_FUNCDECL_SYS (getsubop
[all...]
H A Dmath.h49 _GL_FUNCDECL_SYS (foo, ...);
90 _GL_FUNCDECL_SYS (foo, ...);
120 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
124 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
127 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
524 _GL_FUNCDECL_SYS (acosf, float, (float x));
539 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
555 _GL_FUNCDECL_SYS (asinf, float, (float x));
570 _GL_FUNCDECL_SYS (asinl, long double, (long double x));
586 _GL_FUNCDECL_SYS (atan
[all...]
H A Dwchar.h107 _GL_FUNCDECL_SYS (foo, ...);
148 _GL_FUNCDECL_SYS (foo, ...);
178 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
182 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
185 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
462 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
488 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
513 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
540 _GL_FUNCDECL_SYS (mbrtowc, size_t,
567 _GL_FUNCDECL_SYS (mbrle
[all...]
H A Dunistd.h148 _GL_FUNCDECL_SYS (foo, ...);
189 _GL_FUNCDECL_SYS (foo, ...);
219 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
223 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
226 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
588 _GL_FUNCDECL_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)
662 _GL_FUNCDECL_SYS (dup2, int, (int oldfd, int newfd));
692 _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags));
741 _GL_FUNCDECL_SYS (euidaccess, int, (const char *filename, int mode)
762 _GL_FUNCDECL_SYS (faccessa
[all...]
H A Dstring.h67 _GL_FUNCDECL_SYS (foo, ...);
108 _GL_FUNCDECL_SYS (foo, ...);
138 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
142 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
145 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
376 _GL_FUNCDECL_SYS (ffsl, int, (long int i));
391 _GL_FUNCDECL_SYS (ffsll, int, (long long int i));
415 _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
457 _GL_FUNCDECL_SYS (memmem, void *,
481 _GL_FUNCDECL_SYS (mempcp
[all...]
H A Dsignal.h80 _GL_FUNCDECL_SYS (foo, ...);
121 _GL_FUNCDECL_SYS (foo, ...);
151 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
155 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
158 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
451 _GL_FUNCDECL_SYS (pthread_sigmask, int,
477 _GL_FUNCDECL_SYS (raise, int, (int sig));
517 _GL_FUNCDECL_SYS (sigismember, int, (const sigset_t *set, int sig)
530 _GL_FUNCDECL_SYS (sigemptyset, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
542 _GL_FUNCDECL_SYS (sigaddse
[all...]
H A Dspawn.h87 _GL_FUNCDECL_SYS (foo, ...);
128 _GL_FUNCDECL_SYS (foo, ...);
158 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
162 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
165 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
506 _GL_FUNCDECL_SYS (posix_spawn, int,
554 _GL_FUNCDECL_SYS (posix_spawnp, int,
588 _GL_FUNCDECL_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
613 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
644 _GL_FUNCDECL_SYS (posix_spawnattr_getsigdefaul
[all...]
H A Dtime.h56 _GL_FUNCDECL_SYS (foo, ...);
97 _GL_FUNCDECL_SYS (foo, ...);
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
131 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
428 _GL_FUNCDECL_SYS (nanosleep, int,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
507 _GL_FUNCDECL_SYS (strptime, char *, (char const *restrict __buf,
529 _GL_FUNCDECL_SYS (timeg
[all...]
/external/bison/linux-lib/
H A Dstdlib.h130 _GL_FUNCDECL_SYS (foo, ...);
171 _GL_FUNCDECL_SYS (foo, ...);
201 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
205 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
208 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
454 _GL_FUNCDECL_SYS (_Exit, _Noreturn void, (int status));
471 _GL_FUNCDECL_SYS (atoll, long long, (const char *string)
514 _GL_FUNCDECL_SYS (canonicalize_file_name, char *, (const char *name)
535 _GL_FUNCDECL_SYS (getloadavg, int, (double loadavg[], int nelem)
561 _GL_FUNCDECL_SYS (getsubop
[all...]
H A Dmath.h49 _GL_FUNCDECL_SYS (foo, ...);
90 _GL_FUNCDECL_SYS (foo, ...);
120 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
124 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
127 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
524 _GL_FUNCDECL_SYS (acosf, float, (float x));
539 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
555 _GL_FUNCDECL_SYS (asinf, float, (float x));
570 _GL_FUNCDECL_SYS (asinl, long double, (long double x));
586 _GL_FUNCDECL_SYS (atan
[all...]
H A Dwchar.h107 _GL_FUNCDECL_SYS (foo, ...);
148 _GL_FUNCDECL_SYS (foo, ...);
178 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
182 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
185 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
462 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
488 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
513 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
540 _GL_FUNCDECL_SYS (mbrtowc, size_t,
567 _GL_FUNCDECL_SYS (mbrle
[all...]
H A Dunistd.h148 _GL_FUNCDECL_SYS (foo, ...);
189 _GL_FUNCDECL_SYS (foo, ...);
219 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
223 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
226 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
588 _GL_FUNCDECL_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)
662 _GL_FUNCDECL_SYS (dup2, int, (int oldfd, int newfd));
692 _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags));
741 _GL_FUNCDECL_SYS (euidaccess, int, (const char *filename, int mode)
762 _GL_FUNCDECL_SYS (faccessa
[all...]
H A Dstring.h67 _GL_FUNCDECL_SYS (foo, ...);
108 _GL_FUNCDECL_SYS (foo, ...);
138 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
142 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
145 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
376 _GL_FUNCDECL_SYS (ffsl, int, (long int i));
391 _GL_FUNCDECL_SYS (ffsll, int, (long long int i));
415 _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
457 _GL_FUNCDECL_SYS (memmem, void *,
481 _GL_FUNCDECL_SYS (mempcp
[all...]
H A Dsignal.h80 _GL_FUNCDECL_SYS (foo, ...);
121 _GL_FUNCDECL_SYS (foo, ...);
151 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
155 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
158 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
451 _GL_FUNCDECL_SYS (pthread_sigmask, int,
477 _GL_FUNCDECL_SYS (raise, int, (int sig));
517 _GL_FUNCDECL_SYS (sigismember, int, (const sigset_t *set, int sig)
530 _GL_FUNCDECL_SYS (sigemptyset, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
542 _GL_FUNCDECL_SYS (sigaddse
[all...]
H A Dspawn.h87 _GL_FUNCDECL_SYS (foo, ...);
128 _GL_FUNCDECL_SYS (foo, ...);
158 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
162 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
165 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
506 _GL_FUNCDECL_SYS (posix_spawn, int,
554 _GL_FUNCDECL_SYS (posix_spawnp, int,
588 _GL_FUNCDECL_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
613 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
644 _GL_FUNCDECL_SYS (posix_spawnattr_getsigdefaul
[all...]
H A Dtime.h56 _GL_FUNCDECL_SYS (foo, ...);
97 _GL_FUNCDECL_SYS (foo, ...);
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
131 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \ macro
428 _GL_FUNCDECL_SYS (nanosleep, int,
468 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
490 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
507 _GL_FUNCDECL_SYS (strptime, char *, (char const *restrict __buf,
529 _GL_FUNCDECL_SYS (timeg
[all...]
/external/bison/lib/
H A Dstdlib.in.h132 _GL_FUNCDECL_SYS (_Exit, _Noreturn void, (int status));
149 _GL_FUNCDECL_SYS (atoll, long long, (const char *string)
192 _GL_FUNCDECL_SYS (canonicalize_file_name, char *, (const char *name)
213 _GL_FUNCDECL_SYS (getloadavg, int, (double loadavg[], int nelem)
239 _GL_FUNCDECL_SYS (getsubopt, int,
258 _GL_FUNCDECL_SYS (grantpt, int, (int fd));
316 _GL_FUNCDECL_SYS (mkdtemp, char *, (char * /*template*/) _GL_ARG_NONNULL ((1)));
342 _GL_FUNCDECL_SYS (mkostemp, int, (char * /*template*/, int /*flags*/)
370 _GL_FUNCDECL_SYS (mkostemps, int,
403 _GL_FUNCDECL_SYS (mkstem
[all...]
H A Dmath.in.h212 _GL_FUNCDECL_SYS (acosf, float, (float x));
227 _GL_FUNCDECL_SYS (acosl, long double, (long double x));
243 _GL_FUNCDECL_SYS (asinf, float, (float x));
258 _GL_FUNCDECL_SYS (asinl, long double, (long double x));
274 _GL_FUNCDECL_SYS (atanf, float, (float x));
289 _GL_FUNCDECL_SYS (atanl, long double, (long double x));
305 _GL_FUNCDECL_SYS (atan2f, float, (float y, float x));
328 _GL_FUNCDECL_SYS (cbrtf, float, (float x));
343 _GL_FUNCDECL_SYS (cbrt, double, (double x));
365 _GL_FUNCDECL_SYS (cbrt
[all...]
H A Dsignal.in.h139 _GL_FUNCDECL_SYS (pthread_sigmask, int,
165 _GL_FUNCDECL_SYS (raise, int, (int sig));
205 _GL_FUNCDECL_SYS (sigismember, int, (const sigset_t *set, int sig)
218 _GL_FUNCDECL_SYS (sigemptyset, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
230 _GL_FUNCDECL_SYS (sigaddset, int, (sigset_t *set, int sig)
243 _GL_FUNCDECL_SYS (sigdelset, int, (sigset_t *set, int sig)
256 _GL_FUNCDECL_SYS (sigfillset, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
263 _GL_FUNCDECL_SYS (sigpending, int, (sigset_t *set) _GL_ARG_NONNULL ((1)));
277 _GL_FUNCDECL_SYS (sigprocmask, int,
418 _GL_FUNCDECL_SYS (sigactio
[all...]
H A Dwchar.in.h150 _GL_FUNCDECL_SYS (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
176 _GL_FUNCDECL_SYS (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
201 _GL_FUNCDECL_SYS (mbsinit, int, (const mbstate_t *ps));
228 _GL_FUNCDECL_SYS (mbrtowc, size_t,
255 _GL_FUNCDECL_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
284 _GL_FUNCDECL_SYS (mbsrtowcs, size_t,
318 _GL_FUNCDECL_SYS (mbsnrtowcs, size_t,
348 _GL_FUNCDECL_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps));
377 _GL_FUNCDECL_SYS (wcsrtombs, size_t,
411 _GL_FUNCDECL_SYS (wcsnrtomb
[all...]
H A Dstring.in.h64 _GL_FUNCDECL_SYS (ffsl, int, (long int i));
79 _GL_FUNCDECL_SYS (ffsll, int, (long long int i));
103 _GL_FUNCDECL_SYS (memchr, void *, (void const *__s, int __c, size_t __n)
145 _GL_FUNCDECL_SYS (memmem, void *,
169 _GL_FUNCDECL_SYS (mempcpy, void *,
189 _GL_FUNCDECL_SYS (memrchr, void *, (void const *, int, size_t)
219 _GL_FUNCDECL_SYS (rawmemchr, void *, (void const *__s, int __c_in)
247 _GL_FUNCDECL_SYS (stpcpy, char *,
279 _GL_FUNCDECL_SYS (stpncpy, char *,
320 _GL_FUNCDECL_SYS (strchrnu
[all...]
H A Dunistd.in.h276 _GL_FUNCDECL_SYS (chown, int, (const char *file, uid_t uid, gid_t gid)
350 _GL_FUNCDECL_SYS (dup2, int, (int oldfd, int newfd));
380 _GL_FUNCDECL_SYS (dup3, int, (int oldfd, int newfd, int flags));
429 _GL_FUNCDECL_SYS (euidaccess, int, (const char *filename, int mode)
450 _GL_FUNCDECL_SYS (faccessat, int,
473 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
484 _GL_FUNCDECL_SYS (fchdir, int, (int /*fd*/));
511 _GL_FUNCDECL_SYS (fchownat, int, (int fd, char const *file,
534 _GL_FUNCDECL_SYS (fdatasync, int, (int fd));
553 _GL_FUNCDECL_SYS (fsyn
[all...]
H A Dspawn.in.h194 _GL_FUNCDECL_SYS (posix_spawn, int,
242 _GL_FUNCDECL_SYS (posix_spawnp, int,
276 _GL_FUNCDECL_SYS (posix_spawnattr_init, int, (posix_spawnattr_t *__attr)
301 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
332 _GL_FUNCDECL_SYS (posix_spawnattr_getsigdefault, int,
366 _GL_FUNCDECL_SYS (posix_spawnattr_setsigdefault, int,
400 _GL_FUNCDECL_SYS (posix_spawnattr_getsigmask, int,
434 _GL_FUNCDECL_SYS (posix_spawnattr_setsigmask, int,
468 _GL_FUNCDECL_SYS (posix_spawnattr_getflags, int,
500 _GL_FUNCDECL_SYS (posix_spawnattr_setflag
[all...]
H A Dtime.in.h116 _GL_FUNCDECL_SYS (nanosleep, int,
156 _GL_FUNCDECL_SYS (localtime_r, struct tm *, (time_t const *restrict __timer,
178 _GL_FUNCDECL_SYS (gmtime_r, struct tm *, (time_t const *restrict __timer,
195 _GL_FUNCDECL_SYS (strptime, char *, (char const *restrict __buf,
217 _GL_FUNCDECL_SYS (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)));
H A Dsys_stat.in.h316 _GL_FUNCDECL_SYS (fchmodat, int,
369 _GL_FUNCDECL_SYS (fstatat, int,
400 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]));
436 _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode)
521 _GL_FUNCDECL_SYS (mkdirat, int, (int fd, char const *file, mode_t mode)
546 _GL_FUNCDECL_SYS (mkfifo, int, (char const *file, mode_t mode)
563 _GL_FUNCDECL_SYS (mkfifoat, int, (int fd, char const *file, mode_t mode)
588 _GL_FUNCDECL_SYS (mknod, int, (char const *file, mode_t mode, dev_t dev)
606 _GL_FUNCDECL_SYS (mknodat, int,
707 _GL_FUNCDECL_SYS (utimensa
[all...]

Completed in 586 milliseconds

12