Home
last modified time | relevance | path

Searched refs:okay (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Dnet_if.cpp122 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__if_nameindex_callback, &list); in if_nameindex() local
123 if (!okay) { in if_nameindex()
Difaddrs.cpp242 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__getifaddrs_callback, out) && in getifaddrs() local
244 if (!okay) { in getifaddrs()
/bionic/libc/tzcode/
Dlocaltime.c2085 bool okay; in time1() local
2093 t = time2(tmp, funcp, sp, offset, &okay); in time1()
2094 if (okay) in time1()
2132 t = time2(tmp, funcp, sp, offset, &okay); in time1()
2133 if (okay) in time1()