HomeSort by: relevance | last modified time | path
    Searched refs:CHK (Results 1 - 16 of 16) sorted by relevancy

  /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/external/bsd/nvi/dist/catalog/
Makefile 36 CHK= dutch.check english.check french.check german.check \
38 check: ${CHK}
39 ${CHK}: ${CAT}
  /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/external/bsd/nvi/catalog/
Makefile 55 CHK= dutch.check english.check french.check german.check \
57 check: ${CHK}
58 ${CHK}: ${CATALOG}
  /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/sys/arch/m68k/060sp/dist/
iskeletn.s 84 # a CHK exception stack frame from the Unimplemented Integer Instruction
93 # CHK FRAME TRACE FRAME
121 # no action associated with the "chk" exception. If tracing is enabled,
122 # then it create a Trace exception stack frame from the "chk" exception
  /src/sys/arch/atari/atari/
vectors.s 43 VECTOR(chkinst) | 6: CHK instruction
  /src/external/gpl3/binutils/dist/include/opcode/
aarch64.h 381 | AARCH64_FEATBIT (X, CHK))
  /src/external/gpl3/binutils.old/dist/include/opcode/
aarch64.h 395 | AARCH64_FEATBIT (X, CHK))
  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 10988 {"chk", AARCH64_FEATURE (CHK), AARCH64_NO_FEATURES},
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 10842 {"chk", AARCH64_FEATURE (CHK), AARCH64_NO_FEATURES},
  /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 }

Completed in 110 milliseconds