Searched refs:siz_host (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/builtin/
H A Dwho.c158 int siz_host; member in struct:__anon49
205 sfprintf(out," %-*.*s\n",sp->siz_host,sp->siz_host,up->ut_host);
225 state.siz_host = sizeof(ut.ut_host);
226 if (state.siz_host > 30)
227 state.siz_host = 30;

Completed in 7 milliseconds