Home
last modified time | relevance | path

Searched refs:umin (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c64 char umin[3]; member
1442 …printf("data gathered from %s:%s to %s:%s GMT\n", friendlyptr->uhour, friendlyptr->umin, friendlyp… in queuetime()
1455 …printf("data gathered from %s:%s to %s:%s GMT\n", friendlyptr->uhour, friendlyptr->umin, friendlyp… in xfertime()
1547 friendlyptr->umin[0] = *(uplimit+8);
1548 friendlyptr->umin[1] = *(uplimit+9);
1554 friendlyptr->umin[2] = '\0';
/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c207 umin(uint_t a, uint_t b) in umin() function
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h163 uint_t umin(uint_t, uint_t);