HomeSort by: relevance | last modified time | path
    Searched refs:wcstoumax (Results 1 - 11 of 11) sorted by relevancy

  /src/lib/libc/locale/
wcstoumax.c 1 /* $NetBSD: wcstoumax.c,v 1.3 2007/03/10 00:12:23 hubertf Exp $ */
31 __RCSID("$NetBSD: wcstoumax.c,v 1.3 2007/03/10 00:12:23 hubertf Exp $");
44 #define _FUNCNAME wcstoumax
Makefile.inc 11 wcstol.c wcstoll.c wcstoimax.c wcstoul.c wcstoull.c wcstoumax.c \
70 wcstol.3 wcstoul.3 wcstol.3 wcstoull.3 wcstol.3 wcstoumax.3
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
inttypes.h 77 using ::wcstoumax;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
inttypes.h 77 using ::wcstoumax;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
inttypes.d 33 uintmax_t wcstoumax(const scope wchar_t*, wchar_t**, int);
41 uintmax_t wcstoumax(const scope wchar_t*, wchar_t**, int);
  /src/include/
inttypes.h 52 uintmax_t wcstoumax(const wchar_t * __restrict,
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
inttypes.d 443 uintmax_t wcstoumax(const scope wchar_t* nptr, wchar_t** endptr, int base);
  /src/external/gpl3/gcc/dist/gcc/cp/
cfns.h 937 {"wcstoumax", 99},
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cfns.h 937 {"wcstoumax", 99},
  /src/external/gpl3/gcc/dist/libstdc++-v3/
configure 18337 uintmax_t uret = wcstoumax(s, endptr, base);
21032 uintmax_t uret = wcstoumax(s, endptr, base);
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/
configure 20247 uintmax_t uret = wcstoumax(s, endptr, base);
    [all...]

Completed in 78 milliseconds