Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dstdio.h909 _GL_FUNCDECL_RPL (freopen, FILE *,
1110 _GL_FUNCDECL_RPL (fwrite, size_t,
1404 _GL_FUNCDECL_RPL (printf, int,
1503 _GL_FUNCDECL_RPL (rename, int,
1528 _GL_FUNCDECL_RPL (renameat, int,
1589 _GL_FUNCDECL_RPL (snprintf, int,
1676 _GL_FUNCDECL_RPL (asprintf, int,
1697 _GL_FUNCDECL_RPL (vasprintf, int,
1791 _GL_FUNCDECL_RPL (vfscanf, int,
1862 _GL_FUNCDECL_RPL (vsnprintf, int,
[all …]
H A Dunistd.h806 _GL_FUNCDECL_RPL (close, int, (int fd));
846 _GL_FUNCDECL_RPL (dup, int, (int oldfd));
992 _GL_FUNCDECL_RPL (faccessat, int,
1561 _GL_FUNCDECL_RPL (isatty, int, (int fd));
1645 _GL_FUNCDECL_RPL (linkat, int,
1755 _GL_FUNCDECL_RPL (pread, ssize_t,
1790 _GL_FUNCDECL_RPL (pwrite, ssize_t,
1846 _GL_FUNCDECL_RPL (readlink, ssize_t,
1875 _GL_FUNCDECL_RPL (readlinkat, ssize_t,
2007 _GL_FUNCDECL_RPL (symlinkat, int,
[all …]
H A Dstdlib.h802 _GL_FUNCDECL_RPL (malloc, void *, (size_t size));
999 _GL_FUNCDECL_RPL (ptsname, char *, (int fd));
1110 _GL_FUNCDECL_RPL (random, long, (void));
1135 _GL_FUNCDECL_RPL (srandom, void, (unsigned int seed));
1160 _GL_FUNCDECL_RPL (initstate, char *,
1242 _GL_FUNCDECL_RPL (srandom_r, int,
1271 _GL_FUNCDECL_RPL (initstate_r, int,
1306 _GL_FUNCDECL_RPL (setstate_r, int,
1339 _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size));
1435 _GL_FUNCDECL_RPL (setenv, int,
[all …]
H A Dstring.h174 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
642 _GL_FUNCDECL_RPL (memmem, void *,
777 _GL_FUNCDECL_RPL (stpncpy, char *,
912 _GL_FUNCDECL_RPL (strndup, char *, (char const *__s, size_t __n)
1117 _GL_FUNCDECL_RPL (strcasestr, char *,
1187 _GL_FUNCDECL_RPL (strtok_r, char *,
1236 _GL_FUNCDECL_RPL (mbslen, size_t, (const char *string)
1266 _GL_FUNCDECL_RPL (mbschr, char *, (const char *string, int c)
1288 _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c)
1454 _GL_FUNCDECL_RPL (strerror, char *, (int));
[all …]
H A Dwchar.h637 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
665 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
693 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
720 _GL_FUNCDECL_RPL (mbrtowc, size_t,
778 _GL_FUNCDECL_RPL (mbsrtowcs, size_t,
813 _GL_FUNCDECL_RPL (mbsnrtowcs, size_t,
875 _GL_FUNCDECL_RPL (wcsrtombs, size_t,
910 _GL_FUNCDECL_RPL (wcsnrtombs, size_t,
947 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
1529 _GL_FUNCDECL_RPL (wcstok, wchar_t *,
[all …]
H A Dlocale.h159 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
640 _GL_FUNCDECL_RPL (localeconv, struct lconv *, (void));
667 _GL_FUNCDECL_RPL (setlocale, char *, (int category, const char *locale));
695 _GL_FUNCDECL_RPL (newlocale, locale_t,
728 _GL_FUNCDECL_RPL (duplocale, locale_t, (locale_t locale) _GL_ARG_NONNULL ((1)));
758 _GL_FUNCDECL_RPL (freelocale, void, (locale_t locale) _GL_ARG_NONNULL ((1)));
H A Ddirent.h170 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
556 _GL_FUNCDECL_RPL (opendir, DIR *, (const char *dir_name) _GL_ARG_NONNULL ((1)));
608 _GL_FUNCDECL_RPL (closedir, int, (DIR *dirp) _GL_ARG_NONNULL ((1)));
633 _GL_FUNCDECL_RPL (dirfd, int, (DIR *) _GL_ARG_NONNULL ((1)));
674 _GL_FUNCDECL_RPL (fdopendir, DIR *, (int fd));
H A Dfcntl.h186 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
571 _GL_FUNCDECL_RPL (creat, int, (const char *filename, mode_t mode)
591 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...));
614 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
638 _GL_FUNCDECL_RPL (openat, int,
H A Diconv.h135 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
519 _GL_FUNCDECL_RPL (iconv_open, iconv_t,
555 _GL_FUNCDECL_RPL (iconv, size_t,
588 _GL_FUNCDECL_RPL (iconv_close, int, (iconv_t cd));
H A Dlanginfo.h290 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
651 _GL_FUNCDECL_RPL (nl_langinfo, char *, (nl_item item));
H A Dwctype.h190 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
921 _GL_FUNCDECL_RPL (iswblank, int, (wint_t wc));
1049 _GL_FUNCDECL_RPL (iswctype, int, (wint_t wc, wctype_t desc));
H A Dinttypes.h169 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
1569 _GL_FUNCDECL_RPL (strtoimax, intmax_t,
1595 _GL_FUNCDECL_RPL (strtoumax, uintmax_t,
H A Dc++defs.h103 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
H A Dctype.h143 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
/dragonfly/gnu/usr.bin/gdb/libgnu/
H A Dstring.h133 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
447 _GL_FUNCDECL_RPL (memmem, void *,
582 _GL_FUNCDECL_RPL (stpncpy, char *,
625 _GL_FUNCDECL_RPL (strchrnul, char *, (const char *__s, int __c_in)
920 _GL_FUNCDECL_RPL (strcasestr, char *,
990 _GL_FUNCDECL_RPL (strtok_r, char *,
1039 _GL_FUNCDECL_RPL (mbslen, size_t, (const char *string)
1069 _GL_FUNCDECL_RPL (mbschr, char *, (const char *string, int c)
1091 _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c)
1257 _GL_FUNCDECL_RPL (strerror, char *, (int));
[all …]
H A Dwchar.h173 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
458 _GL_FUNCDECL_RPL (btowc, wint_t, (int c) _GL_ATTRIBUTE_PURE);
483 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc) _GL_ATTRIBUTE_PURE);
509 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
534 _GL_FUNCDECL_RPL (mbrtowc, size_t,
588 _GL_FUNCDECL_RPL (mbsrtowcs, size_t,
621 _GL_FUNCDECL_RPL (mbsnrtowcs, size_t,
681 _GL_FUNCDECL_RPL (wcsrtombs, size_t,
714 _GL_FUNCDECL_RPL (wcsnrtombs, size_t,
749 _GL_FUNCDECL_RPL (wcwidth, int, (wchar_t) _GL_ATTRIBUTE_PURE);
[all …]
H A Dwctype.h141 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
624 _GL_FUNCDECL_RPL (iswblank, int, (wint_t wc));
/dragonfly/gnu/usr.bin/diff/libdiffutils/
H A Dstring.h174 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
642 _GL_FUNCDECL_RPL (memmem, void *,
777 _GL_FUNCDECL_RPL (stpncpy, char *,
910 _GL_FUNCDECL_RPL (strndup, char *, (char const *__s, size_t __n)
1115 _GL_FUNCDECL_RPL (strcasestr, char *,
1185 _GL_FUNCDECL_RPL (strtok_r, char *,
1234 _GL_FUNCDECL_RPL (mbslen, size_t, (const char *string)
1264 _GL_FUNCDECL_RPL (mbschr, char *, (const char *string, int c)
1286 _GL_FUNCDECL_RPL (mbsrchr, char *, (const char *string, int c)
1452 _GL_FUNCDECL_RPL (strerror, char *, (int));
[all …]
H A Dtime.h149 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
580 _GL_FUNCDECL_RPL (nanosleep, int,
604 _GL_FUNCDECL_RPL (tzset, void, (void));
621 _GL_FUNCDECL_RPL (mktime, time_t, (struct tm *__tp) _GL_ARG_NONNULL ((1)));
638 _GL_FUNCDECL_RPL (localtime_r, struct tm *, (time_t const *restrict __timer,
660 _GL_FUNCDECL_RPL (gmtime_r, struct tm *, (time_t const *restrict __timer,
688 _GL_FUNCDECL_RPL (localtime, struct tm *, (time_t const *__timer)
703 _GL_FUNCDECL_RPL (gmtime, struct tm *, (time_t const *__timer)
735 _GL_FUNCDECL_RPL (ctime, char *, (time_t const *__tp)
751 _GL_FUNCDECL_RPL (strftime, size_t, (char *__buf, size_t __bufsize,
[all …]
H A Dfcntl.h180 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
565 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...));
588 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
612 _GL_FUNCDECL_RPL (openat, int,
H A Dfnmatch.h139 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
556 _GL_FUNCDECL_RPL (fnmatch, int,
H A Dstrings.h149 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
/dragonfly/gnu/usr.bin/grep/libgreputils/sys/
H A Dstat.h130 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
654 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
678 _GL_FUNCDECL_RPL (fstatat, int,
712 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
782 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
805 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode)
857 _GL_FUNCDECL_RPL (mkfifo, int, (char const *file, mode_t mode)
899 _GL_FUNCDECL_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev)
1016 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,
H A Dtime.h137 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
407 _GL_FUNCDECL_RPL (gettimeofday, int,
/dragonfly/gnu/usr.bin/diff/libdiffutils/sys/
H A Dstat.h155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro
885 _GL_FUNCDECL_RPL (fstat, int, (int fd, struct stat *buf) _GL_ARG_NONNULL ((2)));
912 _GL_FUNCDECL_RPL (fstatat, int,
949 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
1019 _GL_FUNCDECL_RPL (lstat, int, (const char *name, struct stat *buf)
1045 _GL_FUNCDECL_RPL (mkdir, int, (char const *name, mode_t mode)
1097 _GL_FUNCDECL_RPL (mkfifo, int, (char const *file, mode_t mode)
1139 _GL_FUNCDECL_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev)
1262 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name,