Searched defs:lastuname (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c1333 static char *lastuname = NULL; variable
1389 if ((uid == lastuid) && lastuname)
1390 return (lastuname);
1402 lastuname = &c->name[0];
1403 return (lastuname);

Completed in 18 milliseconds