Home
last modified time | relevance | path

Searched refs:is_num (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/tools/protocmp/
H A Dproto_list.c52 is_num(const char *str) in is_num() function
84 if ((!v[PERM]) || ((int)strlen(v[PERM]) < 3) || (!is_num(v[PERM]))) in check_line()
93 if ((!v[INO]) || (!is_num(v[INO]))) in check_line()
96 if ((!v[LCNT]) || (!is_num(v[LCNT]))) in check_line()
105 if ((!v[MAJOR]) || ((!is_num(v[MAJOR])) && (*v[MAJOR] != '-'))) in check_line()
108 if ((!v[MINOR]) || ((!is_num(v[MINOR])) && (*v[MINOR] != '-'))) in check_line()
/titanic_41/usr/src/cmd/busstat/
H A Dbusstat.c92 static int64_t is_num(char *);
798 if ((evt_num = is_num(evt_name)) == EVT_STR) { in modify_evt_node()
1416 is_num(char *name) in is_num() function