Searched refs:_GL_CXXALIAS_SYS (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdlib.in.h115 _GL_CXXALIAS_SYS (_Exit, void, (int status));
132 _GL_CXXALIAS_SYS (atoll, long long, (const char *string));
151 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size));
174 _GL_CXXALIAS_SYS (canonicalize_file_name, char *, (const char *name));
194 _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem));
221 _GL_CXXALIAS_SYS (getsubopt, int,
238 _GL_CXXALIAS_SYS (grantpt, int, (int fd));
257 _GL_CXXALIAS_SYS (malloc, void *, (size_t size));
276 _GL_CXXALIAS_SYS (mkdtemp, char *, (char * /*template*/));
303 _GL_CXXALIAS_SYS (mkostem
[all...]
H A Dwctype.in.h350 _GL_CXXALIAS_SYS (iswalnum, int, (wint_t wc));
351 _GL_CXXALIAS_SYS (iswalpha, int, (wint_t wc));
355 _GL_CXXALIAS_SYS (iswblank, int, (wint_t wc));
357 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc));
358 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc));
359 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc));
360 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc));
361 _GL_CXXALIAS_SYS (iswprint, int, (wint_t wc));
362 _GL_CXXALIAS_SYS (iswpunct, int, (wint_t wc));
363 _GL_CXXALIAS_SYS (iswspac
[all...]
H A Dstdio.in.h86 _GL_CXXALIAS_SYS (dprintf, int, (int fd, const char *format, ...));
106 _GL_CXXALIAS_SYS (fclose, int, (FILE *stream));
130 _GL_CXXALIAS_SYS (fflush, int, (FILE *gl_stream));
156 _GL_CXXALIAS_SYS (fopen, FILE *, (const char *filename, const char *mode));
178 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...));
209 _GL_CXXALIAS_SYS (fpurge, int, (FILE *gl_stream));
229 _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream));
244 _GL_CXXALIAS_SYS (fputs, int, (const char *string, FILE *stream));
261 _GL_CXXALIAS_SYS (freopen, FILE *,
318 _GL_CXXALIAS_SYS (fsee
[all...]
H A Dwchar.in.h122 _GL_CXXALIAS_SYS (btowc, wint_t, (int c));
148 _GL_CXXALIAS_SYS (wctob, int, (wint_t wc));
173 _GL_CXXALIAS_SYS (mbsinit, int, (const mbstate_t *ps));
201 _GL_CXXALIAS_SYS (mbrtowc, size_t,
227 _GL_CXXALIAS_SYS (mbrlen, size_t, (const char *s, size_t n, mbstate_t *ps));
258 _GL_CXXALIAS_SYS (mbsrtowcs, size_t,
293 _GL_CXXALIAS_SYS (mbsnrtowcs, size_t,
320 _GL_CXXALIAS_SYS (wcrtomb, size_t, (char *s, wchar_t wc, mbstate_t *ps));
351 _GL_CXXALIAS_SYS (wcsrtombs, size_t,
386 _GL_CXXALIAS_SYS (wcsnrtomb
[all...]
H A Dunistd.in.h233 _GL_CXXALIAS_SYS (chown, int, (const char *file, uid_t uid, gid_t gid));
256 _GL_CXXALIAS_SYS (close, int, (int fd));
277 _GL_CXXALIAS_SYS (dup, int, (int oldfd));
298 _GL_CXXALIAS_SYS (dup2, int, (int oldfd, int newfd));
327 _GL_CXXALIAS_SYS (dup3, int, (int oldfd, int newfd, int flags));
378 _GL_CXXALIAS_SYS (euidaccess, int, (const char *filename, int mode));
400 _GL_CXXALIAS_SYS (faccessat, int,
429 _GL_CXXALIAS_SYS (fchdir, int, (int /*fd*/));
457 _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file,
478 _GL_CXXALIAS_SYS (fsyn
[all...]
H A Dstring.in.h126 _GL_CXXALIAS_SYS (memmem, void *,
156 _GL_CXXALIAS_SYS (mempcpy, void *,
233 _GL_CXXALIAS_SYS (stpcpy, char *,
266 _GL_CXXALIAS_SYS (stpncpy, char *,
334 _GL_CXXALIAS_SYS (strdup, char *, (char const *__s));
356 _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n));
382 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n));
412 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen));
516 _GL_CXXALIAS_SYS (strsep, char *,
666 _GL_CXXALIAS_SYS (strtok_
[all...]
H A Dlanginfo.in.h160 _GL_CXXALIAS_SYS (nl_langinfo, char *, (nl_item item));
/osnet-11/usr/src/grub/grub2/build-aux/
H A Dc++defs.h30 _GL_CXXALIAS_SYS (foo, ...);
48 _GL_CXXALIAS_SYS (foo, ...);
71 _GL_CXXALIAS_SYS (foo, ...);
147 /* _GL_CXXALIAS_SYS (func, rettype, parameters);
152 _GL_CXXALIAS_SYS (open, int, (const char *filename, int flags, ...));
161 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro
168 # define _GL_CXXALIAS_SYS(func,rettype,parameters) \ macro
173 is like _GL_CXXALIAS_SYS (func, rettype, parameters);
191 is like _GL_CXXALIAS_SYS (func, rettype, parameters);

Completed in 21 milliseconds