Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c132 static UINT nx_bsd_isdigit(UCHAR c);
5743 if (nx_bsd_isdigit(tempchar)== NX_FALSE) in nx_bsd_inet_aton()
5791 if (nx_bsd_isdigit(tempchar)) in nx_bsd_inet_aton()
9671 static UINT nx_bsd_isdigit(UCHAR c) in nx_bsd_isdigit() function
14482 if(!nx_bsd_isdigit((UCHAR)(*string))) in bsd_string_to_number()