Searched defs:l (Results 1 – 3 of 3) sorted by relevance
68 # define iswdigit_l(c, l) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; }) argument70 # define __iswdigit_l(c, l) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; }) argument
62 # define isdigit_l(c, l) ({ int __c = (c); __c >= '0' && __c <= '9'; }) argument64 # define __isdigit_l(c, l) ({ int __c = (c); __c >= '0' && __c <= '9'; }) argument
27 # define NS_GET32(l, cp) \ argument43 # define NS_PUT32(l, cp) \ argument
Completed in 6 milliseconds