| /dragonfly/gnu/usr.bin/grep/libgreputils/ |
| HD | stdio.h | 277 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 651 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...)); 676 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream)); 698 _GL_CXXALIAS_RPL (fdopen, FILE *, (int fd, const char *mode)); 722 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); 743 _GL_CXXALIAS_RPL (fgetc, int, (FILE *stream)); 760 _GL_CXXALIAS_RPL (fgets, char *, (char *s, int n, FILE *stream)); 777 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode)); 807 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...)); 837 _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream)); [all …]
|
| HD | unistd.h | 264 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 738 _GL_CXXALIAS_RPL (access, int, (const char *file, int mode)); 780 _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)); 807 _GL_CXXALIAS_RPL (close, int, (int fd)); 847 _GL_CXXALIAS_RPL (dup, int, (int oldfd)); 872 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd)); 903 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags)); 995 _GL_CXXALIAS_RPL (faccessat, int, 1057 _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file, 1127 _GL_CXXALIAS_RPL (ftruncate, int, (int fd, off_t length)); [all …]
|
| HD | stdlib.h | 280 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 689 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size)); 710 _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name)); 803 _GL_CXXALIAS_RPL (malloc, void *, (size_t size)); 825 _GL_CXXALIAS_RPL (mbtowc, int, (wchar_t *pwc, const char *s, size_t n)); 934 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/)); 1000 _GL_CXXALIAS_RPL (ptsname, char *, (int fd)); 1026 _GL_CXXALIAS_RPL (ptsname_r, int, (int fd, char *buf, size_t len)); 1049 _GL_CXXALIAS_RPL (putenv, int, (char *string)); 1069 _GL_CXXALIAS_RPL (qsort_r, void, (void *base, size_t nmemb, size_t size, [all …]
|
| HD | wctype.h | 214 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 967 _GL_CXXALIAS_RPL (iswalnum, int, (wint_t wc)); 968 _GL_CXXALIAS_RPL (iswalpha, int, (wint_t wc)); 969 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); 970 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc)); 971 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc)); 972 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc)); 973 _GL_CXXALIAS_RPL (iswprint, int, (wint_t wc)); 974 _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc)); 975 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc)); [all …]
|
| HD | string.h | 198 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 607 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n)); 647 _GL_CXXALIAS_RPL (memmem, void *, 781 _GL_CXXALIAS_RPL (stpncpy, char *, 823 _GL_CXXALIAS_RPL (strchrnul, char *, 861 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s)); 890 _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n)); 914 _GL_CXXALIAS_RPL (strndup, char *, (char const *__s, size_t __n)); 943 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__s, size_t __maxlen)); 1079 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); [all …]
|
| HD | wchar.h | 231 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 638 _GL_CXXALIAS_RPL (btowc, wint_t, (int c)); 666 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 694 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); 722 _GL_CXXALIAS_RPL (mbrtowc, size_t, 752 _GL_CXXALIAS_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); 781 _GL_CXXALIAS_RPL (mbsrtowcs, size_t, 817 _GL_CXXALIAS_RPL (mbsnrtowcs, size_t, 849 _GL_CXXALIAS_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); 878 _GL_CXXALIAS_RPL (wcsrtombs, size_t, [all …]
|
| HD | locale.h | 183 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 641 _GL_CXXALIAS_RPL (localeconv, struct lconv *, (void)); 668 _GL_CXXALIAS_RPL (setlocale, char *, (int category, const char *locale)); 698 _GL_CXXALIAS_RPL (newlocale, locale_t, 729 _GL_CXXALIAS_RPL (duplocale, locale_t, (locale_t locale)); 759 _GL_CXXALIAS_RPL (freelocale, void, (locale_t locale));
|
| HD | dirent.h | 194 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 557 _GL_CXXALIAS_RPL (opendir, DIR *, (const char *dir_name)); 609 _GL_CXXALIAS_RPL (closedir, int, (DIR *dirp)); 634 _GL_CXXALIAS_RPL (dirfd, int, (DIR *)); 675 _GL_CXXALIAS_RPL (fdopendir, DIR *, (int fd));
|
| HD | fcntl.h | 210 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 573 _GL_CXXALIAS_RPL (creat, int, (const char *filename, mode_t mode)); 592 _GL_CXXALIAS_RPL (fcntl, int, (int fd, int action, ...)); 616 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 641 _GL_CXXALIAS_RPL (openat, int,
|
| HD | iconv.h | 159 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 522 _GL_CXXALIAS_RPL (iconv_open, iconv_t, 559 _GL_CXXALIAS_RPL (iconv, size_t, 589 _GL_CXXALIAS_RPL (iconv_close, int, (iconv_t cd));
|
| HD | langinfo.h | 314 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 652 _GL_CXXALIAS_RPL (nl_langinfo, char *, (nl_item item));
|
| HD | inttypes.h | 193 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 1571 _GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int)); 1597 _GL_CXXALIAS_RPL (strtoumax, uintmax_t, (const char *, char **, int));
|
| D | c++defs.h | 127 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
|
| HD | ctype.h | 167 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
|
| /dragonfly/gnu/usr.bin/gdb/libgnu/ |
| HD | wctype.h | 162 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 670 _GL_CXXALIAS_RPL (iswalnum, int, (wint_t wc)); 671 _GL_CXXALIAS_RPL (iswalpha, int, (wint_t wc)); 672 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); 673 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc)); 674 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc)); 675 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc)); 676 _GL_CXXALIAS_RPL (iswprint, int, (wint_t wc)); 677 _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc)); 678 _GL_CXXALIAS_RPL (iswspace, int, (wint_t wc)); [all …]
|
| HD | string.h | 154 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 412 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n)); 452 _GL_CXXALIAS_RPL (memmem, void *, 586 _GL_CXXALIAS_RPL (stpncpy, char *, 628 _GL_CXXALIAS_RPL (strchrnul, char *, 666 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s)); 695 _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n)); 717 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n)); 746 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)); 882 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); [all …]
|
| HD | wchar.h | 194 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 459 _GL_CXXALIAS_RPL (btowc, wint_t, (int c)); 484 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 510 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); 536 _GL_CXXALIAS_RPL (mbrtowc, size_t, 564 _GL_CXXALIAS_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); 591 _GL_CXXALIAS_RPL (mbsrtowcs, size_t, 625 _GL_CXXALIAS_RPL (mbsnrtowcs, size_t, 657 _GL_CXXALIAS_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); 684 _GL_CXXALIAS_RPL (wcsrtombs, size_t, [all …]
|
| /dragonfly/gnu/usr.bin/grep/libgreputils/sys/ |
| HD | stat.h | 151 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 655 _GL_CXXALIAS_RPL (fstat, int, (int fd, struct stat *buf)); 681 _GL_CXXALIAS_RPL (fstatat, int, 713 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2])); 784 _GL_CXXALIAS_RPL (lstat, int, (const char *name, struct stat *buf)); 807 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode)); 827 _GL_CXXALIAS_RPL (mkdir, int, (char const *name, mode_t mode)); 859 _GL_CXXALIAS_RPL (mkfifo, int, (char const *file, mode_t mode)); 901 _GL_CXXALIAS_RPL (mknod, int, (char const *file, mode_t mode, dev_t dev)); 1019 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name,
|
| HD | time.h | 158 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro 410 _GL_CXXALIAS_RPL (gettimeofday, int,
|