Searched refs:e_units (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | ulimit.c | 59 sfprintf(sp, " in %ss", e_units[tp->type]); in infof() 194 sfsprintf(tmp,sizeof(tmp),"%s (%ss)", tp->description, e_units[tp->type]); in b_ulimit()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/ |
H A D | limits.c | 33 const char* e_units[] = { 0, "block", "byte", "Kibyte", "second" }; variable
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | ulimit.h | 172 extern const char* e_units[];
|