Home
last modified time | relevance | path

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

/nss/nss_compat/
A Dcompat-initgroups.c270 size_t tmplen = buflen; in getgrent_next_nss() local
275 tmpbuf, tmplen, errnop)) in getgrent_next_nss()
280 if (__glibc_unlikely (tmplen * 2 < tmplen)) in getgrent_next_nss()
288 tmplen *= 2; in getgrent_next_nss()
289 if (tmplen < 1024) in getgrent_next_nss()
290 tmplen = 1024; in getgrent_next_nss()
293 tmpbuf = malloc (tmplen); in getgrent_next_nss()

Completed in 4 milliseconds