reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
170 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf)); 170 uptr len = confstr(_CS_GNU_LIBC_VERSION, buf, sizeof(buf)); 171 if (len >= sizeof(buf)) 173 buf[len] = 0; 175 if (internal_strncmp(buf, kGLibC, sizeof(kGLibC) - 1) != 0) 177 const char *p = buf + sizeof(kGLibC) - 1;