Searched refs:ok (Results 1 - 25 of 49) sorted by relevance

12

/haiku/src/tests/system/network/
H A Dunix_send_test.c32 int ok = 0; local
34 printf("send %i\n", ok);
41 ok++;
H A Dunix_recv_test.c31 int ok = 0; local
33 printf("recv %i\n", ok);
41 ok++;
/haiku/src/libs/libtelnet/
H A Dread_password.c79 int ok = 0; local
105 while (!ok) {
127 ok = 1;
131 if (!ok)
137 ok = 0;
145 return !ok; /* return nonzero if not okay */
/haiku/src/add-ons/print/drivers/gutenprint/
H A DSelectPrinterDialog.cpp63 BButton* ok; local
66 ok = new BButton("btn:ok", "OK", new BMessage(kMsgOK));
67 ok->MakeDefault(true);
68 ok->SetEnabled(false);
69 fOKButton = ok;
97 .Add(ok)
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp59 BButton* ok; local
62 ok = new BButton("btn:ok", "OK", new BMessage(kMsgOK));
63 ok->MakeDefault(true);
64 ok->SetEnabled(false);
65 fOKButton = ok;
92 .Add(ok)
/haiku/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.h26 void SetOk(bool ok) { fOk = ok; } argument
H A DPictureTestWindow.cpp210 bool ok = test->Test(testCase->func, frame); local
213 item->SetOk(ok);
224 if (!ok)
/haiku/headers/cpp/std/
H A Dvalarray_array.h279 bool* ok (__m._M_data); \
281 for (_Tp* __q=__b._M_data; __q<__b._M_data+__n; ++__q, ++ok, ++__p) { \
282 while (! *ok) { \
283 ++ok; \
295 bool* ok (__m._M_data); \
297 for (_Tp* __p=__a._M_data; __p<__a._M_data+__n; ++__p, ++ok, ++__q) { \
298 while (! *ok) { \
299 ++ok; \
311 bool* ok(__m._M_data); \
313 for (size_t __i=0; __i<__n; ++__i, ++ok,
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dreparse.c298 BOOL ok; local
303 ok = TRUE;
317 while (curni && ok && !morelinks && (pos < (count - 1)) && --max) {
335 ok = FALSE;
349 ok = FALSE;
353 ok = FALSE;
357 if (ok && ((pos + lth) < count)) {
362 ok = FALSE;
368 ok = FALSE;
370 ok
471 BOOL ok; local
[all...]
H A Dea.c250 BOOL ok; local
259 ok = TRUE;
263 while (ok && (offs < size)) {
267 ok = (nextoffs > offs)
282 if (ok) {
301 if (ok) {
H A Dacls.c557 BOOL ok; local
559 ok = TRUE;
562 for (nace = 0; (nace < acecnt) && ok; nace++) {
565 ok = FALSE;
577 ok = FALSE;
591 ok = FALSE;
596 ok = FALSE;
602 return (ok);
623 BOOL ok; local
625 ok
973 BOOL ok; local
2117 BOOL ok; local
4454 BOOL ok; local
[all...]
/haiku/src/kits/print/
H A DPrintPanel.cpp55 BButton* ok = new BButton("OK", new BMessage('_ok_')); local
66 .Add(ok)
71 ok->MakeDefault(true);
/haiku/src/add-ons/print/drivers/preview/
H A DJobSetupWindow.cpp86 BButton *ok = new BButton("ok", "OK", new BMessage(OK_MSG)); local
87 ok->MakeDefault(true);
107 .Add(ok)
H A DPageSetupWindow.cpp203 BButton *ok = new BButton("ok", "OK", new BMessage(OK_MSG)); local
204 ok->MakeDefault(true);
232 .Add(ok)
/haiku/src/libs/print/libprint/
H A DAddPrinterDlg.cpp114 BButton* ok = new BButton("ok", "OK", new BMessage(kMsgOK)); local
115 ok->MakeDefault(true);
126 .Add(ok)
/haiku/src/apps/mail/
H A DStatus.cpp76 BButton *ok = new BButton("ok", B_TRANSLATE("OK"), new BMessage(OK)); local
77 ok->MakeDefault(true);
90 .Add(ok);
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_uipc_mbuf2.c167 goto ok;
186 goto ok;
218 goto ok;
228 goto ok;
256 ok:
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.cpp89 bool ok = Read(num, 4); local
91 return ok;
97 bool ok = Read(num, 2); local
99 return ok;
110 bool ok = Read((void*)str, len); local
112 return ok;
/haiku/src/bin/multiuser/
H A Dlogin.cpp93 bool ok = verify_password(passwd, spwd, password); local
96 if (!ok)
H A Dmultiuser_utils.cpp143 bool ok = verify_password(passwd, spwd, plainPassword);
145 if (ok)
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_input.h152 /* No state? ok */
156 /* State but no AMSDU set? ok */
165 /* Both are set, so return ok */
238 goto ok;
264 goto ok;
275 ok:
/haiku/src/kits/translation/
H A DTranslationUtils.cpp508 bool ok = false; local
509 while (!ok) {
583 ok = true;
594 return ok ? B_OK : B_ERROR;
904 bool ok = false; local
909 ok = true;
914 if (!ok)
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DVolume.cpp740 bool ok = rw_lock_read_lock(&fLocker) == B_OK; local
741 if (ok && fLocker.owner_count > 1)
743 return ok;
757 bool ok = rw_lock_write_lock(&fLocker) == B_OK; local
758 if (ok && fLocker.owner_count > 1)
760 return ok;
/haiku/src/kits/network/libnetapi/
H A DSecureSocket.cpp88 static int VerifyCallback(int ok, X509_STORE_CTX* ctx);
221 BSecureSocket::Private::VerifyCallback(int ok, X509_STORE_CTX* ctx) argument
224 // us, and tells the result of that in the ok parameter.
228 if (ok)
229 return ok;
/haiku/src/system/libroot/posix/
H A Dglob.c761 int ok, negate_range; local
780 ok = 0;
798 ok = 1;
801 ok = 1;
802 if (ok == negate_range)

Completed in 118 milliseconds

12