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

/freebsd-11-stable/contrib/mdocml/
H A Dcompat_fts.c70 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
/freebsd-11-stable/libexec/getty/
H A Dsubr.c234 #define CLR(t, f) (t) &= ~(f) macro
[all...]
/freebsd-11-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-11-stable/sys/dev/uart/
H A Duart_dev_imx.h209 #define CLR(_bas, _r, _b) \ macro
/freebsd-11-stable/sbin/ping6/
H A Dping6.c161 #define CLR(bit) (A(bit) &= (~B(bit))) macro
/freebsd-11-stable/sbin/ping/
H A Dping.c116 #define CLR(bit) (A(bit) &= (~B(bit))) macro

Completed in 90 milliseconds