Searched refs:OK (Results 26 - 50 of 178) sorted by relevance

12345678

/freebsd-10.0-release/contrib/ncurses/panel/
H A Dp_user.c48 returnCode(OK);
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dkeyok.c63 if (code != OK)
72 if (code != OK)
H A Dlib_restart.c58 if (setupterm(termp, filenum, errret) != OK) {
92 result = OK;
H A Dlib_colorset.c57 returnCode(OK);
H A Dlib_move.c57 returnCode(OK);
H A Dlib_scrreg.c57 returnCode(OK);
H A Dlib_slkcolor.c53 returnCode(OK);
H A Dlib_wattroff.c61 returnCode(OK);
H A Dlib_wattron.c61 returnCode(OK);
H A Dlib_insch.c55 int code = OK;
63 if ((code = _nc_insert_ch(win, ' ')) != OK)
99 if (code != OK)
120 if (code != OK)
H A Dlib_slkatr_set.c56 returnCode(OK);
H A Dlib_slkatrof.c55 returnCode(OK);
H A Dlib_slkatron.c55 returnCode(OK);
H A Dlib_slkclear.c59 rc = OK;
H A Dlib_scanw.c91 code = (move(y, x) == OK) ? vwscanw(stdscr, fmt, ap) : ERR;
103 code = (wmove(win, y, x) == OK) ? vwscanw(win, fmt, ap) : ERR;
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_napms.c73 returnCode(OK);
H A Duse_screen.c41 int code = OK;
H A Dlib_raw.c101 if ((result = _nc_set_tty_mode(&buf)) == OK) {
134 if ((result = _nc_set_tty_mode(&buf)) == OK) {
165 if (result == OK)
193 if ((result = _nc_set_tty_mode(&buf)) == OK) {
223 if ((result = _nc_set_tty_mode(&buf)) == OK) {
254 if (result == OK) {
290 if (result == OK) {
H A Dadd_tries.c70 returnCode(OK);
119 returnCode(OK);
/freebsd-10.0-release/usr.sbin/bluetooth/hccontrol/
H A Dnode.c54 return (OK);
64 return (OK);
79 return (OK);
101 return (OK);
129 return (OK);
144 return (OK);
165 return (OK);
187 return (OK);
197 return (OK);
207 return (OK);
[all...]
H A Dhccontrol.h35 #define OK 0 /* everything was OK */ macro
/freebsd-10.0-release/usr.sbin/cron/lib/
H A Dmisc.c179 if (seteuid(ROOT_UID) < OK)
182 if (setuid(ROOT_UID) < OK)
195 if (stat(CRONDIR, &sb) < OK && errno == ENOENT) {
197 if (OK == mkdir(CRONDIR, 0700)) {
206 if (chdir(CRONDIR) < OK)
211 if (stat(SPOOL_DIR, &sb) < OK && errno == ENOENT) {
213 if (OK == mkdir(SPOOL_DIR, 0700)) {
418 if (LogFD < OK) {
420 if (LogFD < OK) {
439 if (LogFD < OK || writ
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_in_wch.c48 int code = OK;
H A Dlib_pecho_wchar.c56 returnCode(OK);
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dwps-ap-cli9 if ! $CLI wps_pbc | grep -q OK; then

Completed in 84 milliseconds

12345678