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

/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c63 char uhour[3]; member in struct:userdate
1444 printf("data gathered from %s:%s to %s:%s GMT\n", friendlyptr->uhour, friendlyptr->umin, friendlyptr->lhour, friendlyptr->lmin);
1457 printf("data gathered from %s:%s to %s:%s GMT\n", friendlyptr->uhour, friendlyptr->umin, friendlyptr->lhour, friendlyptr->lmin);
1548 friendlyptr->uhour[0] = *(uplimit+6);
1549 friendlyptr->uhour[1] = *(uplimit+7);
1557 friendlyptr->uhour[2] = '\0';

Completed in 80 milliseconds