HomeSort by relevance Sort by last modified time
    Searched defs:_GL_FUNCDECL_SYS (Results 1 - 25 of 31) sorted by null

1 2

  /external/bison/build-aux/snippet/
c++defs.h 28 _GL_FUNCDECL_SYS (foo, ...);
69 _GL_FUNCDECL_SYS (foo, ...);
99 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
103 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
106 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
  /external/bison/darwin-lib/
c++defs.h 12 _GL_FUNCDECL_SYS (foo, ...);
53 _GL_FUNCDECL_SYS (foo, ...);
83 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
87 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
time.h 56 _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) \
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 (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)))
    [all...]
fcntl.h 89 _GL_FUNCDECL_SYS (foo, ...);
130 _GL_FUNCDECL_SYS (foo, ...);
160 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
164 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
407 _GL_FUNCDECL_SYS (fcntl, int, (int fd, int action, ...));
457 _GL_FUNCDECL_SYS (openat, int,
spawn.h 87 _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) \
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_getsigdefault, int
    [all...]
stdlib.h 130 _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) \
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 (getsubopt, int
    [all...]
string.h 67 _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) \
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 (mempcpy, void *
    [all...]
wctype.h 75 _GL_FUNCDECL_SYS (foo, ...);
116 _GL_FUNCDECL_SYS (foo, ...);
146 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
150 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
153 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
626 _GL_FUNCDECL_SYS (iswblank, int, (wint_t wc));
725 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
774 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name));
791 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc))
    [all...]
signal.h 80 _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) \
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 (sigaddset, int, (sigset_t *set, int sig
    [all...]
stdio.h 135 _GL_FUNCDECL_SYS (foo, ...);
176 _GL_FUNCDECL_SYS (foo, ...);
206 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
210 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
213 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
456 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
630 _GL_FUNCDECL_SYS (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
855 _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
    [all...]
unistd.h 148 _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) \
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 (faccessat, int
    [all...]
wchar.h 107 _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) \
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 (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps))
    [all...]
  /external/bison/linux-lib/
c++defs.h 12 _GL_FUNCDECL_SYS (foo, ...);
53 _GL_FUNCDECL_SYS (foo, ...);
83 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
87 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
90 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
time.h 56 _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) \
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 (timegm, time_t, (struct tm *__tm) _GL_ARG_NONNULL ((1)))
    [all...]
fcntl.h 89 _GL_FUNCDECL_SYS (foo, ...);
130 _GL_FUNCDECL_SYS (foo, ...);
160 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
164 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
407 _GL_FUNCDECL_SYS (fcntl, int, (int fd, int action, ...));
457 _GL_FUNCDECL_SYS (openat, int,
spawn.h 87 _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) \
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_getsigdefault, int
    [all...]
stdlib.h 130 _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) \
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 (getsubopt, int
    [all...]
string.h 67 _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) \
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 (mempcpy, void *
    [all...]
wctype.h 75 _GL_FUNCDECL_SYS (foo, ...);
116 _GL_FUNCDECL_SYS (foo, ...);
146 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
150 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
153 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
626 _GL_FUNCDECL_SYS (iswblank, int, (wint_t wc));
725 _GL_FUNCDECL_SYS (wctype, wctype_t, (const char *name));
742 _GL_FUNCDECL_SYS (iswctype, int, (wint_t wc, wctype_t desc));
774 _GL_FUNCDECL_SYS (wctrans, wctrans_t, (const char *name));
791 _GL_FUNCDECL_SYS (towctrans, wint_t, (wint_t wc, wctrans_t desc))
    [all...]
signal.h 80 _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) \
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 (sigaddset, int, (sigset_t *set, int sig
    [all...]
stdio.h 135 _GL_FUNCDECL_SYS (foo, ...);
176 _GL_FUNCDECL_SYS (foo, ...);
206 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
210 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
213 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
456 _GL_FUNCDECL_SYS (dprintf, int, (int fd, const char *format, ...)
630 _GL_FUNCDECL_SYS (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
795 _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)
855 _GL_FUNCDECL_SYS (ftello, off_t, (FILE *fp) _GL_ARG_NONNULL ((1)));
    [all...]
unistd.h 148 _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) \
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 (faccessat, int
    [all...]
  /external/bison/darwin-lib/sys/
wait.h 50 _GL_FUNCDECL_SYS (foo, ...);
91 _GL_FUNCDECL_SYS (foo, ...);
121 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
125 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
128 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
417 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
  /external/bison/linux-lib/sys/
wait.h 50 _GL_FUNCDECL_SYS (foo, ...);
91 _GL_FUNCDECL_SYS (foo, ...);
121 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
125 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
128 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
417 _GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options));
stat.h 64 _GL_FUNCDECL_SYS (foo, ...);
105 _GL_FUNCDECL_SYS (foo, ...);
135 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
139 _GL_FUNCDECL_SYS (open, int, (const char *filename, int flags, ...)
142 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
628 _GL_FUNCDECL_SYS (fchmodat, int,
681 _GL_FUNCDECL_SYS (fstatat, int,
712 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]));
748 _GL_FUNCDECL_SYS (lchmod, int, (const char *filename, mode_t mode)
833 _GL_FUNCDECL_SYS (mkdirat, int, (int fd, char const *file, mode_t mode
    [all...]

Completed in 553 milliseconds

1 2