Searched defs:_w (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | autoopts.h | 262 #define AGALOC(_c, _w) ao_malloc((size_t)_c) argument 263 #define AGREALOC(_p, _c, _w) ao_realloc(VOIDP(_p), (size_t)_c) argument 265 #define AGDUPSTR(_p, _s, _w) (_p = ao_strdup(_s)) argument
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ipf_rb.h | 363 #define RBI_WALK(_n, _h, _w, _a) _n##_rb_walktree(_h, _w, _a) argument
|
/freebsd/include/ |
H A D | stdio.h | 127 int _w; /* (*) write space left for putc() */ member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 465 int _w; member
|