Searched refs:CHK (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/bin/stty/
H A Dgfmt.c91 #define CHK(s) (*p == s[0] && !strcmp(p, s)) macro
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)) {
H A Dcchar.c121 #define CHK(s) (*arg == s[0] && !strcmp(arg, s)) macro
122 if (CHK("undef") || CHK("<undef>"))
H A Dmodes.c173 #define CHK(s) (!strcmp(name, s)) macro
182 if (CHK(smp->name)) {
192 if (CHK(mp->name)) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dopencl_hostapp.c73 CHK (clGetPlatformIDs (1, &platform, NULL));
75 CHK (clGetDeviceIDs (platform, CL_DEVICE_TYPE_DEFAULT, 1, &device, NULL));
85 CHK (clGetDeviceInfo (device, CL_DEVICE_EXTENSIONS, 0, NULL, &len));
87 CHK (clGetDeviceInfo (device, CL_DEVICE_EXTENSIONS, len, device_extensions,
116 CHK (clGetProgramBuildInfo (program, device, CL_PROGRAM_BUILD_LOG, 0,
121 CHK (clGetProgramBuildInfo (program, device, CL_PROGRAM_BUILD_LOG,
141 CHK (clSetKernelArg (kernel, 0, sizeof (buffer), &buffer));
142 CHK (clEnqueueNDRangeKernel (queue, kernel, 1, NULL, global_work_size, NULL,
146 CHK (clEnqueueReadBuffer (queue, buffer, CL_TRUE, 0, size, data, 0, NULL,
160 CHK (clReleaseMemObjec
[all...]
H A Dcl_util.h41 #define CHK(func)\ macro
H A Dcl_util.c432 CHK (clGetProgramInfo (program, CL_PROGRAM_NUM_DEVICES, sizeof (cl_uint),
442 CHK (clGetProgramInfo (program, CL_PROGRAM_BINARY_SIZES, sizeof (sizes),
462 CHK (clGetProgramInfo (program, CL_PROGRAM_BINARIES, sizeof (binaries),
472 CHK (clGetProgramInfo (program, CL_PROGRAM_DEVICES, sizeof (devices),
480 CHK (clGetDeviceInfo (devices[i], CL_DEVICE_NAME, 0, NULL, &len));
487 CHK (clGetDeviceInfo (devices[i], CL_DEVICE_NAME, len, dev_name, NULL));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dopencl_hostapp.c73 CHK (clGetPlatformIDs (1, &platform, NULL));
75 CHK (clGetDeviceIDs (platform, CL_DEVICE_TYPE_DEFAULT, 1, &device, NULL));
85 CHK (clGetDeviceInfo (device, CL_DEVICE_EXTENSIONS, 0, NULL, &len));
87 CHK (clGetDeviceInfo (device, CL_DEVICE_EXTENSIONS, len, device_extensions,
116 CHK (clGetProgramBuildInfo (program, device, CL_PROGRAM_BUILD_LOG, 0,
121 CHK (clGetProgramBuildInfo (program, device, CL_PROGRAM_BUILD_LOG,
141 CHK (clSetKernelArg (kernel, 0, sizeof (buffer), &buffer));
142 CHK (clEnqueueNDRangeKernel (queue, kernel, 1, NULL, global_work_size, NULL,
146 CHK (clEnqueueReadBuffer (queue, buffer, CL_TRUE, 0, size, data, 0, NULL,
160 CHK (clReleaseMemObjec
[all...]
H A Dcl_util.h41 #define CHK(func)\ macro
H A Dcl_util.c432 CHK (clGetProgramInfo (program, CL_PROGRAM_NUM_DEVICES, sizeof (cl_uint),
442 CHK (clGetProgramInfo (program, CL_PROGRAM_BINARY_SIZES, sizeof (sizes),
462 CHK (clGetProgramInfo (program, CL_PROGRAM_BINARIES, sizeof (binaries),
472 CHK (clGetProgramInfo (program, CL_PROGRAM_DEVICES, sizeof (devices),
480 CHK (clGetDeviceInfo (devices[i], CL_DEVICE_NAME, 0, NULL, &len));
487 CHK (clGetDeviceInfo (devices[i], CL_DEVICE_NAME, len, dev_name, NULL));
/netbsd-current/usr.bin/tset/
H A Dset.c42 #define CHK(val, dft) (val <= 0 ? dft : val) macro
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(mod
[all...]
/netbsd-current/external/bsd/nvi/dist/catalog/
H A DMakefile36 CHK= dutch.check english.check french.check german.check \ macro
38 check: ${CHK}
39 ${CHK}: ${CAT}
/netbsd-current/usr.sbin/lpr/lpd/
H A Dmodes.c196 #define CHK(s) (*name == s[0] && !strcmp(name, s)) macro
207 if (CHK(mp->name)) {
214 if (CHK(mp->name)) {
221 if (CHK(mp->name)) {
228 if (CHK(mp->name)) {
/netbsd-current/external/bsd/nvi/catalog/
H A DMakefile55 CHK= dutch.check english.check french.check german.check \ macro
57 check: ${CHK}
58 ${CHK}: ${CATALOG}
/netbsd-current/usr.bin/touch/
H A Dtouch.c518 #define CHK(fld) do { \ macro
524 CHK(year);
525 CHK(mon);
526 CHK(mday);
527 CHK(hour);
528 CHK(min);
529 CHK(sec);
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dthread-db.cc535 #define CHK(required, a) \ macro
555 CHK (1, TDB_DLSYM (tdb, td_ta_new));
568 CHK (1, TDB_DLSYM (tdb, td_ta_map_lwp2thr));
569 CHK (1, TDB_DLSYM (tdb, td_thr_get_info));
570 CHK (1, TDB_DLSYM (tdb, td_ta_thr_iter));
571 CHK (1, TDB_DLSYM (tdb, td_symbol_list));
574 CHK (0, TDB_DLSYM (tdb, td_thr_tls_get_addr));
575 CHK (0, TDB_DLSYM (tdb, td_thr_tlsbase));
577 #undef CHK macro
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dthread-db.cc533 #define CHK(required, a) \ macro
552 CHK (1, TDB_DLSYM (tdb, td_ta_new));
564 CHK (1, TDB_DLSYM (tdb, td_ta_map_lwp2thr));
565 CHK (1, TDB_DLSYM (tdb, td_thr_get_info));
566 CHK (1, TDB_DLSYM (tdb, td_ta_thr_iter));
567 CHK (1, TDB_DLSYM (tdb, td_symbol_list));
570 CHK (0, TDB_DLSYM (tdb, td_thr_tls_get_addr));
571 CHK (0, TDB_DLSYM (tdb, td_thr_tlsbase));
573 #undef CHK macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c824 #define CHK(a) \
831 CHK (TDB_VERBOSE_DLSYM (info, td_init));
841 CHK (TDB_VERBOSE_DLSYM (info, td_ta_new));
871 CHK (TDB_VERBOSE_DLSYM (info, td_ta_map_lwp2thr));
872 CHK (TDB_VERBOSE_DLSYM (info, td_thr_get_info));
892 CHK (TDB_VERBOSE_DLSYM (info, td_ta_thr_iter));
896 #undef CHK
823 #define CHK macro
895 #undef CHK macro
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c838 #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
837 #define CHK macro
909 #undef CHK macro
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Diskeletn.s84 # a CHK exception stack frame from the Unimplemented Integer Instruction
93 # CHK FRAME TRACE FRAME
/netbsd-current/sys/arch/atari/atari/
H A Dvectors.s43 VECTOR(chkinst) | 6: CHK instruction

Completed in 521 milliseconds