Lines Matching refs:ok
449 // ok. So we have tmp_log_fd to hold the tmp fd prior to that point.
813 Bool ok = True;
814 ok = tmp_str && VG_(strlen)(tmp_str) > 0;
815 if (ok) {
820 ok = VG_(string_match)(patt, tmp_str);
822 if (!ok) {
980 (--gen-suppressions=all is still OK since we don't need any
1008 option specified is ok, we can switch to it, as we know we won't
1287 /* Ok, the logging sink is running now. Print a suitable preamble.
1676 Bool ok = VG_(parse_Addr) (&tmp_str, &VG_(clo_aspacem_minAddr));
1677 if (!ok)
1823 Bool ok = VG_(machine_get_hwcaps)();
1824 if (!ok) {
1849 { Bool ok = VG_(record_startup_wd)();
1850 if (!ok)
2135 Bool ok;
2136 ok = VG_(sanity_check_needs)( &s );
2137 if (!ok) {
2696 /* Ok, finally exit in the os-specific way, according to the scheduler's
3915 think it's OK to include it.