Lines Matching refs:_GL_FUNCDECL_SYS

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,
580 _GL_FUNCDECL_SYS (grantpt, int, (int fd));
638 _GL_FUNCDECL_SYS (mkdtemp, char *, (char * /*template*/) _GL_ARG_NONNULL ((1)));
664 _GL_FUNCDECL_SYS (mkostemp, int, (char * /*template*/, int /*flags*/)
692 _GL_FUNCDECL_SYS (mkostemps, int,
725 _GL_FUNCDECL_SYS (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
750 _GL_FUNCDECL_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/)
767 _GL_FUNCDECL_SYS (posix_openpt, int, (int flags));
791 _GL_FUNCDECL_SYS (ptsname, char *, (int fd));
817 _GL_FUNCDECL_SYS (ptsname_r, int, (int fd, char *buf, size_t len));
856 _GL_FUNCDECL_SYS (random, long, (void));
870 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
884 _GL_FUNCDECL_SYS (initstate, char *,
901 _GL_FUNCDECL_SYS (setstate, char *, (char *arg_state) _GL_ARG_NONNULL ((1)));
925 _GL_FUNCDECL_SYS (random_r, int, (struct random_data *buf, int32_t *result)
952 _GL_FUNCDECL_SYS (srandom_r, int,
983 _GL_FUNCDECL_SYS (initstate_r, int,
1014 _GL_FUNCDECL_SYS (setstate_r, int,
1061 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved)
1079 _GL_FUNCDECL_SYS (rpmatch, int, (const char *response) _GL_ARG_NONNULL ((1)));
1106 _GL_FUNCDECL_SYS (setenv, int,
1135 _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp)
1159 _GL_FUNCDECL_SYS (strtoll, long long,
1184 _GL_FUNCDECL_SYS (strtoull, unsigned long long,
1203 _GL_FUNCDECL_SYS (unlockpt, int, (int fd));
1226 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));