Home
last modified time | relevance | path

Searched refs:l (Results 1 – 5 of 5) sorted by relevance

/include/arpa/
A Dnameser.h27 # define NS_GET32(l, cp) \ argument
30 (l) = ntohl (*t_cp); \
43 # define NS_PUT32(l, cp) \ argument
46 *t_cp = htonl (l); \
/include/
A Dctype.h62 # define isdigit_l(c, l) ({ int __c = (c); __c >= '0' && __c <= '9'; }) argument
64 # define __isdigit_l(c, l) ({ int __c = (c); __c >= '0' && __c <= '9'; }) argument
A Dwctype.h68 # define iswdigit_l(c, l) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; }) argument
70 # define __iswdigit_l(c, l) ({ wint_t __c = (c); __c >= L'0' && __c <= L'9'; }) argument
A Dmath.h148 long double (FUNC ## l) (ARGS (long double)) asm (PREFIX #FUNC "l");
A Dwchar.h252 mbstate_t *ps, locale_t l) attribute_hidden;

Completed in 9 milliseconds