str_isnumber
if (str_isnumber(servname)) {
static int str_isnumber __P((const char *));
static boolean_t str_isnumber(const char *);