Searched refs:hostlen (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | who.c | 331 static idx_t hostlen; in print_user() local 394 if (hostlen < needed) in print_user() 397 hoststr = xpalloc (nullptr, &hostlen, needed - hostlen, -1, 1); in print_user() 408 if (hostlen < needed) in print_user() 411 hoststr = xpalloc (nullptr, &hostlen, needed - hostlen, -1, 1); in print_user() 423 if (hostlen < 1) in print_user() 424 hoststr = xpalloc (hoststr, &hostlen, 1, -1, 1); in print_user()
|