HomeSort by: relevance | last modified time | path
    Searched defs:namount (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/rwho/
rwho.c 86 size_t width, n, i, nhosts, nusers, namount; local in function:main
92 namount = 40;
124 if ((start = malloc(sizeof(*start) * namount)) == NULL)
155 if (nusers == namount) {
156 namount = namount + 40;
158 sizeof(struct my_utmp) * namount)) == NULL)

Completed in 11 milliseconds