Searched refs:_GL_CXXALIAS_RPL (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | wctype.in.h | 337 _GL_CXXALIAS_RPL (iswalnum, int, (wint_t wc)); 338 _GL_CXXALIAS_RPL (iswalpha, int, (wint_t wc)); 339 _GL_CXXALIAS_RPL (iswblank, int, (wint_t wc)); 340 _GL_CXXALIAS_RPL (iswcntrl, int, (wint_t wc)); 341 _GL_CXXALIAS_RPL (iswdigit, int, (wint_t wc)); 342 _GL_CXXALIAS_RPL (iswgraph, int, (wint_t wc)); 343 _GL_CXXALIAS_RPL (iswlower, int, (wint_t wc)); 344 _GL_CXXALIAS_RPL (iswprint, int, (wint_t wc)); 345 _GL_CXXALIAS_RPL (iswpunct, int, (wint_t wc)); 346 _GL_CXXALIAS_RPL (iswspac [all...] |
H A D | stdio.in.h | 79 _GL_CXXALIAS_RPL (dprintf, int, (int fd, const char *format, ...)); 104 _GL_CXXALIAS_RPL (fclose, int, (FILE *stream)); 128 _GL_CXXALIAS_RPL (fflush, int, (FILE *gl_stream)); 154 _GL_CXXALIAS_RPL (fopen, FILE *, (const char *filename, const char *mode)); 176 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...)); 204 _GL_CXXALIAS_RPL (fpurge, int, (FILE *gl_stream)); 227 _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream)); 242 _GL_CXXALIAS_RPL (fputs, int, (const char *string, FILE *stream)); 258 _GL_CXXALIAS_RPL (freopen, FILE *, 316 _GL_CXXALIAS_RPL (fsee [all...] |
H A D | wchar.in.h | 117 _GL_CXXALIAS_RPL (btowc, wint_t, (int c)); 142 _GL_CXXALIAS_RPL (wctob, int, (wint_t wc)); 168 _GL_CXXALIAS_RPL (mbsinit, int, (const mbstate_t *ps)); 194 _GL_CXXALIAS_RPL (mbrtowc, size_t, 222 _GL_CXXALIAS_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps)); 249 _GL_CXXALIAS_RPL (mbsrtowcs, size_t, 283 _GL_CXXALIAS_RPL (mbsnrtowcs, size_t, 315 _GL_CXXALIAS_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps)); 342 _GL_CXXALIAS_RPL (wcsrtombs, size_t, 376 _GL_CXXALIAS_RPL (wcsnrtomb [all...] |
H A D | unistd.in.h | 227 _GL_CXXALIAS_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)); 254 _GL_CXXALIAS_RPL (close, int, (int fd)); 275 _GL_CXXALIAS_RPL (dup, int, (int oldfd)); 293 _GL_CXXALIAS_RPL (dup2, int, (int oldfd, int newfd)); 324 _GL_CXXALIAS_RPL (dup3, int, (int oldfd, int newfd, int flags)); 449 _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file, 524 _GL_CXXALIAS_RPL (getcwd, char *, (char *buf, size_t size)); 597 _GL_CXXALIAS_RPL (getgroups, int, (int n, gid_t *groups)); 629 _GL_CXXALIAS_RPL (gethostname, int, (char *name, size_t len)); 715 _GL_CXXALIAS_RPL (getpagesiz [all...] |
H A D | string.in.h | 75 _GL_CXXALIAS_RPL (memchr, void *, (void const *__s, int __c, size_t __n)); 115 _GL_CXXALIAS_RPL (memmem, void *, 256 _GL_CXXALIAS_RPL (stpncpy, char *, 325 _GL_CXXALIAS_RPL (strdup, char *, (char const *__s)); 354 _GL_CXXALIAS_RPL (strncat, char *, (char *dest, const char *src, size_t n)); 376 _GL_CXXALIAS_RPL (strndup, char *, (char const *__string, size_t __n)); 405 _GL_CXXALIAS_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)); 541 _GL_CXXALIAS_RPL (strstr, char *, (const char *haystack, const char *needle)); 583 _GL_CXXALIAS_RPL (strcasestr, char *, 653 _GL_CXXALIAS_RPL (strtok_ [all...] |
H A D | stdlib.in.h | 149 _GL_CXXALIAS_RPL (calloc, void *, (size_t nmemb, size_t size)); 168 _GL_CXXALIAS_RPL (canonicalize_file_name, char *, (const char *name)); 255 _GL_CXXALIAS_RPL (malloc, void *, (size_t size)); 358 _GL_CXXALIAS_RPL (mkstemp, int, (char * /*template*/)); 422 _GL_CXXALIAS_RPL (putenv, int, (char *string)); 514 _GL_CXXALIAS_RPL (realloc, void *, (void *ptr, size_t size)); 533 _GL_CXXALIAS_RPL (realpath, char *, (const char *name, char *resolved)); 577 _GL_CXXALIAS_RPL (setenv, int, 605 _GL_CXXALIAS_RPL (strtod, double, (const char *str, char **endp)); 696 _GL_CXXALIAS_RPL (unseten [all...] |
H A D | langinfo.in.h | 155 _GL_CXXALIAS_RPL (nl_langinfo, char *, (nl_item item));
|
/osnet-11/usr/src/grub/grub2/build-aux/ |
H A D | c++defs.h | 46 _GL_CXXALIAS_RPL (foo, ...); 66 _GL_CXXALIAS_RPL (foo, ...); 109 /* _GL_CXXALIAS_RPL (func, rettype, parameters); 113 _GL_CXXALIAS_RPL (open, int, (const char *filename, int flags, ...)); 115 #define _GL_CXXALIAS_RPL(func,rettype,parameters) \ macro
|
Completed in 32 milliseconds