Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dumpadm/
H A Dutils.h46 extern int valid_str2int(const char *, int *);
H A Dminfree.c104 if (!valid_str2int(s, &pct) || pct > 100) { in minfree_compute()
H A Dutils.c111 valid_str2int(const char *p, int *ip) in valid_str2int() function