Searched refs:ok (Results 1 – 2 of 2) sorted by relevance
125 int ok = 1; /* True if NEEDLE is prefix of HAYSTACK. */131 ok &= *haystack++ == *needle++;134 if (ok)
238 int ok; in dhex_dump() local246 ok = append(&sbuf, "%0*" PRIxVA " ", in dhex_dump()248 if (!ok) in dhex_dump()251 ok = append(&sbuf, "%02x ", in[i]); in dhex_dump()252 if (!ok) in dhex_dump()255 ok = append(&sbuf, " "); in dhex_dump()256 if (!ok) in dhex_dump()
Completed in 3 milliseconds