Home
last modified time | relevance | path

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

/components/finsh/
A Dmsh_parse.c25 if ((RT_NULL == strvalue) || ('\0' == strvalue[0])) in msh_isint()
29 if (('+' == *strvalue) || ('-' == *strvalue)) in msh_isint()
31 strvalue++; in msh_isint()
33 forstrloop(strvalue) in msh_isint()
53 if ((RT_NULL == strvalue) || ('\0' == strvalue[0])) in msh_ishex()
57 if ('0' != *(strvalue++)) in msh_ishex()
61 if ('x' != *(strvalue++)) in msh_ishex()
66 forstrloop(strvalue) in msh_ishex()
68 c = tolower(*strvalue); in msh_ishex()
88 strvalue += 2; in msh_strtohex()
[all …]
A Dmsh_parse.h16 rt_bool_t msh_isint(char *strvalue);
17 rt_bool_t msh_ishex(char *strvalue);
18 int msh_strtohex(char *strvalue);

Completed in 2 milliseconds