Home
last modified time | relevance | path

Searched refs:strtol_l (Results 1 – 3 of 3) sorted by relevance

/stdlib/
A Dstrtol_l.c63 # define strtol_l wcstoull_l macro
65 # define strtol_l wcstoul_l macro
69 # define strtol_l strtoull_l macro
71 # define strtol_l strtoul_l macro
77 # define strtol_l wcstoll_l macro
79 # define strtol_l wcstol_l macro
83 # define strtol_l strtoll_l macro
85 # define strtol_l strtol_l macro
90 #define __strtol_l __strtol_l2(strtol_l)
549 weak_alias (__strtol_l, strtol_l)
A DMakefile52 strtol_l strtoul_l strtoll_l strtoull_l \
A Dstdlib.h275 extern long int strtol_l (const char *__restrict __nptr,

Completed in 9 milliseconds