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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dwctype.in.h339 _GL_CXXALIAS_SYS (iswalnum, int, (wint_t wc));
340 _GL_CXXALIAS_SYS (iswalpha, int, (wint_t wc));
341 _GL_CXXALIAS_SYS (iswblank, int, (wint_t wc));
342 _GL_CXXALIAS_SYS (iswcntrl, int, (wint_t wc));
343 _GL_CXXALIAS_SYS (iswdigit, int, (wint_t wc));
344 _GL_CXXALIAS_SYS (iswgraph, int, (wint_t wc));
345 _GL_CXXALIAS_SYS (iswlower, int, (wint_t wc));
346 _GL_CXXALIAS_SYS (iswprint, int, (wint_t wc));
347 _GL_CXXALIAS_SYS (iswpunct, int, (wint_t wc));
348 _GL_CXXALIAS_SYS (iswspac
[all...]
H A Dstdlib.in.h104 _GL_CXXALIAS_SYS (atoll, long long, (const char *string));
123 _GL_CXXALIAS_SYS (calloc, void *, (size_t nmemb, size_t size));
146 _GL_CXXALIAS_SYS (canonicalize_file_name, char *, (const char *name));
166 _GL_CXXALIAS_SYS (getloadavg, int, (double loadavg[], int nelem));
193 _GL_CXXALIAS_SYS (getsubopt, int,
210 _GL_CXXALIAS_SYS (grantpt, int, (int fd));
229 _GL_CXXALIAS_SYS (malloc, void *, (size_t size));
248 _GL_CXXALIAS_SYS (mkdtemp, char *, (char * /*template*/));
275 _GL_CXXALIAS_SYS (mkostemp, int, (char * /*template*/, int /*flags*/));
304 _GL_CXXALIAS_SYS (mkostemp
[all...]
H A Diconv.in.h50 _GL_CXXALIAS_SYS (iconv_open, iconv_t,
81 _GL_CXXALIAS_SYS (iconv, size_t,
95 _GL_CXXALIAS_SYS (iconv_close, int, (iconv_t cd));
H A Dmath.in.h113 _GL_CXXALIAS_SYS (frexp, double, (double x, int *expptr));
141 _GL_CXXALIAS_SYS (acosl, long double, (long double x));
156 _GL_CXXALIAS_SYS (asinl, long double, (long double x));
171 _GL_CXXALIAS_SYS (atanl, long double, (long double x));
193 _GL_CXXALIAS_SYS (ceilf, float, (float x));
215 _GL_CXXALIAS_SYS (ceill, long double, (long double x));
231 _GL_CXXALIAS_SYS (cosl, long double, (long double x));
246 _GL_CXXALIAS_SYS (expl, long double, (long double x));
268 _GL_CXXALIAS_SYS (floorf, float, (float x));
290 _GL_CXXALIAS_SYS (floor
[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.h116 _GL_CXXALIAS_SYS (memmem, void *,
139 _GL_CXXALIAS_SYS (mempcpy, void *,
216 _GL_CXXALIAS_SYS (stpcpy, char *,
248 _GL_CXXALIAS_SYS (stpncpy, char *,
312 _GL_CXXALIAS_SYS (strdup, char *, (char const *__s));
334 _GL_CXXALIAS_SYS (strncat, char *, (char *dest, const char *src, size_t n));
360 _GL_CXXALIAS_SYS (strndup, char *, (char const *__string, size_t __n));
390 _GL_CXXALIAS_SYS (strnlen, size_t, (char const *__string, size_t __maxlen));
494 _GL_CXXALIAS_SYS (strsep, char *,
642 _GL_CXXALIAS_SYS (strtok_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dlocale.in.h59 _GL_CXXALIAS_SYS (duplocale, locale_t, (locale_t locale));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/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 180 milliseconds