Searched defs:buflen (Results 1 – 3 of 3) sorted by relevance
640 size_t buflen = sysconf (_SC_LOGIN_NAME_MAX) + 1; local741 size_t buflen = sysconf (_SC_GETPW_R_SIZE_MAX); local
1496 static unsigned int buflen = 0; in library_search() local
209 extract_cpuinfo_field(const char* buffer, int buflen, const char* field) in extract_cpuinfo_field()