Searched refs:OK (Results 1 - 25 of 178) sorted by relevance

12345678

/freebsd-10.0-release/contrib/groff/font/devps/generate/
H A Ddingbats.map4 a19 OK
/freebsd-10.0-release/tools/regression/sockets/kqueue/
H A Dkqueue.c58 #define OK(testname) printf("ok %d - %s\n", curtest, testname); \ macro
115 OK("EVFILT_READ, EV_ADD");
125 OK("EVFILT_READ");
129 OK("empty socket unreadable");
138 OK("write one byte");
141 OK("write one byte length");
151 OK("EVFILT_READ");
155 OK("non-empty socket unreadable");
163 OK("read one byte");
166 OK("rea
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Ddefine_key.c52 code = OK;
56 if (_nc_add_to_try(&(SP->_keytry), str, ukey) == OK) {
57 code = OK;
67 code = OK;
H A Dlib_echo.c52 returnCode(OK);
60 returnCode(OK);
H A Dlib_nl.c63 returnCode(OK);
78 returnCode(OK);
H A Dkey_defined.c41 int result = OK;
49 == OK) {
55 if (result != OK)
64 * return OK. If the string is only a prefix to other strings, return ERR.
65 * Otherwise, return the keycode's value (neither OK/ERR).
H A Dlib_clearok.c52 returnCode(OK);
H A Dlib_insdel.c60 code = OK;
H A Dlib_leaveok.c52 returnCode(OK);
H A Dlib_scrollok.c52 returnCode(OK);
H A Dlib_slkatrset.c50 returnCode(OK);
H A Dlib_slktouch.c52 returnCode(OK);
H A Duse_window.c40 int code = OK;
/freebsd-10.0-release/contrib/ncurses/panel/
H A Dp_show.c44 int err = OK;
52 returnCode(OK);
56 HIDE_PANEL(pan, err, OK);
68 returnCode(OK);
H A Dp_delete.c44 int err = OK;
50 HIDE_PANEL(pan, err, OK);
H A Dp_bottom.c44 int err = OK;
54 HIDE_PANEL(pan, err, OK);
H A Dp_hide.c44 int err = OK;
H A Dp_replace.c57 returnCode(OK);
/freebsd-10.0-release/usr.sbin/bluetooth/l2control/
H A Dl2control.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10.0-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10.0-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_erasewchar.c53 result = OK;
74 result = OK;
/freebsd-10.0-release/tools/regression/capsicum/syscalls/
H A Dmisc.h35 #define OK() do { \ macro
49 OK(); \
/freebsd-10.0-release/tools/regression/lib/libc/net/
H A Dtest-ether.c38 #define OK() do { \ macro
72 OK();
86 OK();
100 OK();
121 OK();
137 OK();
151 OK();
163 OK();
184 OK();
198 OK();
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c46 int result = OK;
77 int result = OK;
114 if (_nc_get_tty_mode(&cur_term->Ottyb) == OK) {
122 rc = OK;
139 if (_nc_get_tty_mode(&cur_term->Nttyb) == OK) {
145 rc = OK;
157 if (_nc_set_tty_mode(&cur_term->Nttyb) == OK) {
163 returnCode(OK);

Completed in 210 milliseconds

12345678