Searched refs:_GL_FUNCDECL_RPL (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdio.in.h60 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */
76 _GL_FUNCDECL_RPL (dprintf, int, (int fd, const char *format, ...)
103 _GL_FUNCDECL_RPL (fclose, int, (FILE *stream) _GL_ARG_NONNULL ((1)));
127 _GL_FUNCDECL_RPL (fflush, int, (FILE *gl_stream));
152 _GL_FUNCDECL_RPL (fopen, FILE *, (const char *filename, const char *mode)
173 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
203 _GL_FUNCDECL_RPL (fpurge, int, (FILE *gl_stream) _GL_ARG_NONNULL ((1)));
226 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
240 _GL_FUNCDECL_RPL (fputs, int, (const char *string, FILE *stream)
255 _GL_FUNCDECL_RPL (freope
[all...]
H A Dwchar.in.h78 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */
116 _GL_FUNCDECL_RPL (btowc, wint_t, (int c));
141 _GL_FUNCDECL_RPL (wctob, int, (wint_t wc));
167 _GL_FUNCDECL_RPL (mbsinit, int, (const mbstate_t *ps));
192 _GL_FUNCDECL_RPL (mbrtowc, size_t,
221 _GL_FUNCDECL_RPL (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
246 _GL_FUNCDECL_RPL (mbsrtowcs, size_t,
279 _GL_FUNCDECL_RPL (mbsnrtowcs, size_t,
314 _GL_FUNCDECL_RPL (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps));
339 _GL_FUNCDECL_RPL (wcsrtomb
[all...]
H A Dunistd.in.h100 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */
225 _GL_FUNCDECL_RPL (chown, int, (const char *file, uid_t uid, gid_t gid)
253 _GL_FUNCDECL_RPL (close, int, (int fd));
274 _GL_FUNCDECL_RPL (dup, int, (int oldfd));
292 _GL_FUNCDECL_RPL (dup2, int, (int oldfd, int newfd));
323 _GL_FUNCDECL_RPL (dup3, int, (int oldfd, int newfd, int flags));
446 _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file,
523 _GL_FUNCDECL_RPL (getcwd, char *, (char *buf, size_t size));
596 _GL_FUNCDECL_RPL (getgroups, int, (int n, gid_t *groups));
627 _GL_FUNCDECL_RPL (gethostnam
[all...]
H A Dstring.in.h59 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */
72 _GL_FUNCDECL_RPL (memchr, void *, (void const *__s, int __c, size_t __n)
110 _GL_FUNCDECL_RPL (memmem, void *,
252 _GL_FUNCDECL_RPL (stpncpy, char *,
324 _GL_FUNCDECL_RPL (strdup, char *, (char const *__s) _GL_ARG_NONNULL ((1)));
352 _GL_FUNCDECL_RPL (strncat, char *, (char *dest, const char *src, size_t n)
374 _GL_FUNCDECL_RPL (strndup, char *, (char const *__string, size_t __n)
402 _GL_FUNCDECL_RPL (strnlen, size_t, (char const *__string, size_t __maxlen)
538 _GL_FUNCDECL_RPL (strstr, char *, (const char *haystack, const char *needle)
579 _GL_FUNCDECL_RPL (strcasest
[all...]
H A Dstdlib.in.h88 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */
148 _GL_FUNCDECL_RPL (calloc, void *, (size_t nmemb, size_t size));
166 _GL_FUNCDECL_RPL (canonicalize_file_name, char *, (const char *name)
254 _GL_FUNCDECL_RPL (malloc, void *, (size_t size));
357 _GL_FUNCDECL_RPL (mkstemp, int, (char * /*template*/) _GL_ARG_NONNULL ((1)));
421 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
513 _GL_FUNCDECL_RPL (realloc, void *, (void *ptr, size_t size));
531 _GL_FUNCDECL_RPL (realpath, char *, (const char *name, char *resolved)
574 _GL_FUNCDECL_RPL (setenv, int,
603 _GL_FUNCDECL_RPL (strto
[all...]
H A Dlanginfo.in.h137 /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */
154 _GL_FUNCDECL_RPL (nl_langinfo, char *, (nl_item item));
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dc++defs.h45 _GL_FUNCDECL_RPL (foo, ...);
65 _GL_FUNCDECL_RPL (foo, ...);
87 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
91 _GL_FUNCDECL_RPL (open, int, (const char *filename, int flags, ...)
94 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \ macro

Completed in 58 milliseconds