Searched refs:okay (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | net_if.cpp | 122 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__if_nameindex_callback, &list); in if_nameindex() local 123 if (!okay) { in if_nameindex()
|
D | ifaddrs.cpp | 242 bool okay = nc.SendRequest(RTM_GETLINK) && nc.ReadResponses(__getifaddrs_callback, out) && in getifaddrs() local 244 if (!okay) { in getifaddrs()
|
/bionic/libc/tzcode/ |
D | localtime.c | 2085 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()
|