Searched defs:CLR (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/libexec/getty/
H A Dsubr.c233 #define CLR(t, f) (t) &= ~(f) macro
[all...]
/freebsd-10-stable/lib/libc/gen/
H A Dfts-compat.c81 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
H A Dfts.c71 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
/freebsd-10-stable/sys/dev/uart/
H A Duart_dev_imx.h210 #define CLR(_bas, _r, _b) \ macro
/freebsd-10-stable/sbin/ping/
H A Dping.c110 #define CLR(bit) (A(bit) &= (~B(bit))) macro
/freebsd-10-stable/sbin/ping6/
H A Dping6.c161 #define CLR(bit) (A(bit) &= (~B(bit))) macro

Completed in 44 milliseconds