OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLR
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.sbin/lpr/lpd/
ttcompat.c
54
#define
CLR
(t, f) (t) &= ~(f)
107
CLR
(lflag, ISIG|ICANON|IEXTEN);
108
CLR
(cflag, PARENB);
113
CLR
(lflag, ICANON);
118
CLR
(cflag, PARENB);
122
CLR
(iflag, INPCK);
127
CLR
(cflag, PARODD);
138
CLR
(cflag, CSIZE);
143
CLR
(iflag, ISTRIP);
147
CLR
(oflag, OPOST)
[
all
...]
/src/libexec/getty/
subr.c
182
#define
CLR
(t, f) (t) &= ~(f)
249
CLR
(cflag, CSIZE|PARENB);
251
CLR
(iflag, ISTRIP|INPCK|IGNPAR);
253
CLR
(cflag, CSIZE);
260
CLR
(iflag, INPCK);
263
CLR
(cflag, PARODD);
265
CLR
(iflag, INPCK);
267
CLR
(iflag, INPCK|IGNPAR);
268
CLR
(cflag, PARODD);
280
CLR
(cflag, HUPCL)
[
all
...]
/src/usr.bin/vndcompress/
common.h
82
#define
CLR
(t, f) ((t) &= ~(f))
/src/lib/libc/gen/
fts.c
101
#define
CLR
(opt) (sp->fts_options &= ~(opt))
397
CLR
(FTS_NAMEONLY);
/src/usr.sbin/gspa/gspa/
gsp_inst.c
81
#define
CLR
8 /* reg appears twice in encoding */
140
{"
CLR
", 0x5600,
CLR
, {REG, 0, 0, 0}},
619
case
CLR
: /* reg appears twice in encoding */
/src/sys/sys/
types.h
363
#define
CLR
(t, f) ((t) &= ~(f))
/src/sbin/ping/
ping.c
137
#define
CLR
(seq) (A(seq) &= (~B(seq)))
969
CLR
(ntransmitted);
/src/common/lib/libc/misc/
ubsan.c
79
#define
CLR
(t, f) ((t) &= ~(f))
1291
CLR
(ubsan_flags, UBSAN_ABORT);
1297
CLR
(ubsan_flags, UBSAN_STDERR);
1303
CLR
(ubsan_flags, UBSAN_SYSLOG);
1309
CLR
(ubsan_flags, UBSAN_STDOUT);
/src/sbin/ping6/
ping6.c
163
#define
CLR
(bit) (A(bit) &= (~B(bit)))
1100
CLR
(seq % mx_dup_ck);
/src/sys/dev/pci/qat/
qatvar.h
83
#define
CLR
(t, f) ((t) &= ~(f))
Completed in 177 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025