Lines Matching refs:_GL_FUNCDECL_SYS

132 _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 (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
428 _GL_FUNCDECL_SYS (mkstemps, int, (char * /*template*/, int /*suffixlen*/)
445 _GL_FUNCDECL_SYS (posix_openpt, int, (int flags));
469 _GL_FUNCDECL_SYS (ptsname, char *, (int fd));
495 _GL_FUNCDECL_SYS (ptsname_r, int, (int fd, char *buf, size_t len));
534 _GL_FUNCDECL_SYS (random, long, (void));
548 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
562 _GL_FUNCDECL_SYS (initstate, char *,
579 _GL_FUNCDECL_SYS (setstate, char *, (char *arg_state) _GL_ARG_NONNULL ((1)));
603 _GL_FUNCDECL_SYS (random_r, int, (struct random_data *buf, int32_t *result)
630 _GL_FUNCDECL_SYS (srandom_r, int,
661 _GL_FUNCDECL_SYS (initstate_r, int,
692 _GL_FUNCDECL_SYS (setstate_r, int,
739 _GL_FUNCDECL_SYS (realpath, char *, (const char *name, char *resolved)
757 _GL_FUNCDECL_SYS (rpmatch, int, (const char *response) _GL_ARG_NONNULL ((1)));
784 _GL_FUNCDECL_SYS (setenv, int,
813 _GL_FUNCDECL_SYS (strtod, double, (const char *str, char **endp)
837 _GL_FUNCDECL_SYS (strtoll, long long,
862 _GL_FUNCDECL_SYS (strtoull, unsigned long long,
881 _GL_FUNCDECL_SYS (unlockpt, int, (int fd));
904 _GL_FUNCDECL_SYS (unsetenv, int, (const char *name) _GL_ARG_NONNULL ((1)));