OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHK
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/bsd/nvi/dist/catalog/
Makefile
36
CHK
= dutch.check english.check french.check german.check \
38
check: ${
CHK
}
39
${
CHK
}: ${CAT}
/src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
cl_util.h
41
#define
CHK
(func)\
/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
cl_util.h
41
#define
CHK
(func)\
/src/external/bsd/nvi/catalog/
Makefile
55
CHK
= dutch.check english.check french.check german.check \
57
check: ${
CHK
}
58
${
CHK
}: ${CATALOG}
/src/bin/stty/
gfmt.c
91
#define
CHK
(s) (*p == s[0] && !strcmp(p, s))
92
if (
CHK
("cflag")) {
96
if (
CHK
("iflag")) {
101
if (
CHK
("ispeed")) {
107
if (
CHK
("lflag")) {
111
if (
CHK
("oflag")) {
116
if (
CHK
("ospeed")) {
123
if (
CHK
(cp->name)) {
cchar.c
121
#define
CHK
(s) (*arg == s[0] && !strcmp(arg, s))
122
if (
CHK
("undef") ||
CHK
("<undef>"))
modes.c
173
#define
CHK
(s) (!strcmp(name, s))
182
if (
CHK
(smp->name)) {
192
if (
CHK
(mp->name)) {
/src/usr.bin/tset/
set.c
42
#define
CHK
(val, dft) (val <= 0 ? dft : val)
56
mode.c_cc[VDISCARD] =
CHK
(mode.c_cc[VDISCARD], CDISCARD);
58
mode.c_cc[VEOF] =
CHK
(mode.c_cc[VEOF], CEOF);
59
mode.c_cc[VERASE] =
CHK
(mode.c_cc[VERASE], CERASE);
61
mode.c_cc[VFLUSH] =
CHK
(mode.c_cc[VFLUSH], CFLUSH);
63
mode.c_cc[VINTR] =
CHK
(mode.c_cc[VINTR], CINTR);
64
mode.c_cc[VKILL] =
CHK
(mode.c_cc[VKILL], CKILL);
66
mode.c_cc[VLNEXT] =
CHK
(mode.c_cc[VLNEXT], CLNEXT);
68
mode.c_cc[VQUIT] =
CHK
(mode.c_cc[VQUIT], CQUIT);
70
mode.c_cc[VREPRINT] =
CHK
(mode.c_cc[VREPRINT], CRPRNT)
[
all
...]
/src/usr.sbin/lpr/lpd/
modes.c
196
#define
CHK
(s) (*name == s[0] && !strcmp(name, s))
207
if (
CHK
(mp->name)) {
214
if (
CHK
(mp->name)) {
221
if (
CHK
(mp->name)) {
228
if (
CHK
(mp->name)) {
/src/usr.bin/touch/
touch.c
518
#define
CHK
(fld) do { \
524
CHK
(year);
525
CHK
(mon);
526
CHK
(mday);
527
CHK
(hour);
528
CHK
(min);
529
CHK
(sec);
/src/external/gpl3/gdb.old/dist/gdbserver/
thread-db.cc
530
#define
CHK
(required, a) \
549
CHK
(1, TDB_DLSYM (tdb, td_ta_new));
561
CHK
(1, TDB_DLSYM (tdb, td_ta_map_lwp2thr));
562
CHK
(1, TDB_DLSYM (tdb, td_thr_get_info));
563
CHK
(1, TDB_DLSYM (tdb, td_ta_thr_iter));
564
CHK
(1, TDB_DLSYM (tdb, td_symbol_list));
567
CHK
(0, TDB_DLSYM (tdb, td_thr_tls_get_addr));
568
CHK
(0, TDB_DLSYM (tdb, td_thr_tlsbase));
570
#undef
CHK
/src/external/gpl3/gdb/dist/gdbserver/
thread-db.cc
530
#define
CHK
(required, a) \
549
CHK
(1, TDB_DLSYM (tdb, td_ta_new));
561
CHK
(1, TDB_DLSYM (tdb, td_ta_map_lwp2thr));
562
CHK
(1, TDB_DLSYM (tdb, td_thr_get_info));
563
CHK
(1, TDB_DLSYM (tdb, td_ta_thr_iter));
564
CHK
(1, TDB_DLSYM (tdb, td_symbol_list));
567
CHK
(0, TDB_DLSYM (tdb, td_thr_tls_get_addr));
568
CHK
(0, TDB_DLSYM (tdb, td_thr_tlsbase));
570
#undef
CHK
/src/external/gpl3/gdb.old/dist/gdb/
linux-thread-db.c
838
#define
CHK
(a) \
845
CHK
(TDB_VERBOSE_DLSYM (info, td_init));
855
CHK
(TDB_VERBOSE_DLSYM (info, td_ta_new));
885
CHK
(TDB_VERBOSE_DLSYM (info, td_ta_map_lwp2thr));
886
CHK
(TDB_VERBOSE_DLSYM (info, td_thr_get_info));
906
CHK
(TDB_VERBOSE_DLSYM (info, td_ta_thr_iter));
910
#undef
CHK
/src/external/gpl3/gdb/dist/gdb/
linux-thread-db.c
835
#define
CHK
(a) \
842
CHK
(TDB_VERBOSE_DLSYM (info, td_init));
852
CHK
(TDB_VERBOSE_DLSYM (info, td_ta_new));
882
CHK
(TDB_VERBOSE_DLSYM (info, td_ta_map_lwp2thr));
883
CHK
(TDB_VERBOSE_DLSYM (info, td_thr_get_info));
903
CHK
(TDB_VERBOSE_DLSYM (info, td_ta_thr_iter));
907
#undef
CHK
/src/external/gpl3/binutils/dist/opcodes/
aarch64-tbl.h
2963
AARCH64_FEATURE (
CHK
);
3175
#define
CHK
&aarch64_feature_chk
3452
{ NAME, OPCODE, MASK, ic_system, 0,
CHK
, OPS, QUALS, FLAGS, 0, 0, NULL }
/src/external/gpl3/binutils.old/dist/opcodes/
aarch64-tbl.h
2918
AARCH64_FEATURE (
CHK
);
3076
#define
CHK
&aarch64_feature_chk
3320
{ NAME, OPCODE, MASK, ic_system, 0,
CHK
, OPS, QUALS, FLAGS, 0, 0, NULL }
/src/external/gpl3/gdb.old/dist/opcodes/
aarch64-tbl.h
2806
AARCH64_FEATURE (
CHK
);
2923
#define
CHK
&aarch64_feature_chk
3115
{ NAME, OPCODE, MASK, ic_system, 0,
CHK
, OPS, QUALS, FLAGS, 0, 0, NULL }
/src/external/gpl3/gdb/dist/opcodes/
aarch64-tbl.h
2918
AARCH64_FEATURE (
CHK
);
3076
#define
CHK
&aarch64_feature_chk
3320
{ NAME, OPCODE, MASK, ic_system, 0,
CHK
, OPS, QUALS, FLAGS, 0, 0, NULL }
Completed in 113 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026