Searched refs:lastuname (Results 1 – 1 of 1) sorted by relevance
309 static char *lastuname = NULL; variable2227 if ((uid == lastuid) && lastuname) in getname()2228 return (lastuname); in getname()2240 lastuname = &c->name[0]; in getname()2241 return (lastuname); in getname()