Home
last modified time | relevance | path

Searched defs:CLR (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/mandoc/
H A Dcompat_fts.c65 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
/freebsd/libexec/getty/
H A Dsubr.c227 #define CLR(t, f) (t) &= ~(f) macro
/freebsd/lib/libc/gen/
H A Dfts-compat.c77 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
H A Dfts.c78 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
H A Dfts-compat11.c66 #define CLR(opt) (sp->fts_options &= ~(opt)) macro
/freebsd/sys/dev/uart/
H A Duart_dev_imx.h206 #define CLR(_bas, _r, _b) \ macro
/freebsd/sbin/ping/
H A Dping.c108 #define CLR(bit) (A(bit) &= (~B(bit))) macro
H A Dping6.c155 #define CLR(bit) (A(bit) &= (~B(bit))) macro
/freebsd/sys/kern/
H A Dkern_ubsan.c89 #define CLR(t, f) ((t) &= ~(f)) macro