Searched refs:OK (Results 51 - 75 of 178) sorted by relevance

12345678

/freebsd-10.0-release/contrib/ncurses/ncurses/widechar/
H A Dlib_unget_wch.c70 int result = OK;
89 if (_nc_ungetch(SP, string[n]) != OK) {
H A Dlib_ins_wch.c74 return OK;
113 code = OK;
134 if (code != OK)
H A Dlib_hline_set.c76 code = OK;
H A Dlib_in_wchnstr.c47 int code = OK;
H A Dlib_vline_set.c75 code = OK;
H A Dlib_cchar.c55 int code = OK;
123 code = OK;
/freebsd-10.0-release/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c69 return (OK);
98 return (OK);
129 return (OK);
154 return (OK);
177 return (OK);
H A Dhost_controller_baseband.c106 return (OK);
131 return (OK);
169 return (OK);
217 if (hci_send(s, (char const *) &cmd, sizeof(cmd)) != OK)
224 if (hci_recv(s, (char *) &event, &n) != OK)
286 return (OK);
342 return (OK);
390 return (OK);
425 return (OK);
449 return (OK);
[all...]
H A Dlink_policy.c79 return (OK);
151 return (OK);
194 return (OK);
241 return (OK);
H A Dstatus.c78 return (OK);
117 return (OK);
159 return (OK);
201 return (OK);
/freebsd-10.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_options.c58 returnCode(OK);
84 returnCode(OK);
97 returnCode(OK);
109 returnCode(OK);
166 returnCode(OK);
272 rc = OK;
324 result = OK;
/freebsd-10.0-release/usr.sbin/bluetooth/l2control/
H A Dl2cap.c87 return (OK);
102 return (OK);
124 return (OK);
139 int n, error = OK;
197 int n, error = OK;
249 return (OK);
271 return (OK);
/freebsd-10.0-release/usr.sbin/cron/crontab/
H A Dcrontab.c205 if (swap_uids() < OK)
221 if (swap_uids_back() < OK)
367 if (swap_uids() < OK)
374 if (swap_uids_back() < OK)
441 if (swap_uids() < OK)
453 if (swap_uids_back() < OK)
575 if (fchown(fileno(tmp), ROOT_UID, -1) < OK)
577 if (chown(tn, ROOT_UID, -1) < OK)
586 if (fchmod(fileno(tmp), 0600) < OK)
588 if (chmod(tn, 0600) < OK)
[all...]
/freebsd-10.0-release/contrib/ncurses/ncurses/base/
H A Dlib_chgat.c65 returnCode(OK);
H A Dlib_clrbot.c73 code = OK;
H A Dlib_clreol.c88 code = OK;
H A Dlib_delch.c66 code = OK;
H A Dlib_dft_fgbg.c74 returnCode(OK);
H A Dlib_erase.c89 code = OK;
H A Dlib_hline.c77 code = OK;
H A Dlib_insnstr.c65 code = OK;
H A Dlib_ungetch.c80 rc = OK;
H A Dlib_vline.c76 code = OK;
H A Dresizeterm.c261 stolen EXTRA_ARGS) != OK)
268 returnCode(OK);
295 stolen EXTRA_ARGS) != OK)
302 returnCode(OK);
312 int result = OK EXTRA_ARGS;
404 result = OK;
/freebsd-10.0-release/contrib/ofed/management/infiniband-diags/scripts/
H A Dibchecknode.in93 green OK

Completed in 208 milliseconds

12345678