Searched defs:n (Results 1 – 3 of 3) sorted by relevance
/include/internal/ |
A D | utmp.h | 35 # define other(n,a) strong_alias_untyped(n,a) argument 37 # define other(n,a) /* nothing */ argument 55 # define other(n,a) /* nothing */ argument
|
/include/ |
A D | string.h | 173 # define strndupa(s, n) \ argument 263 # define __mempcpy(dest, src, n) __builtin_mempcpy(dest, src, n) argument
|
/include/arpa/ |
A D | nameser.h | 414 #define NS_NXT_BIT_SET( n,p) (p[(n)/NS_NXT_BITS] |= (0x80>>((n)%NS_NXT_BITS))) argument 415 #define NS_NXT_BIT_CLEAR(n,p) (p[(n)/NS_NXT_BITS] &= ~(0x80>>((n)%NS_NXT_BITS))) argument 416 #define NS_NXT_BIT_ISSET(n,p) (p[(n)/NS_NXT_BITS] & (0x80>>((n)%NS_NXT_BITS))) argument
|
Completed in 9 milliseconds