Home
last modified time | relevance | path

Searched refs:pc_nptr (Results 1 - 1 of 1) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.h419 static inline hi_s32 oal_strtol(const hi_char *pc_nptr, hi_char **ppc_endptr, hi_s32 l_base) in oal_strtol() argument
422 while ((*pc_nptr) == ' ') { in oal_strtol()
423 pc_nptr++; in oal_strtol()
426 if (*pc_nptr == '-') { in oal_strtol()
427 return -oal_simple_strtoull(pc_nptr + 1, ppc_endptr, l_base); in oal_strtol()
430 return oal_simple_strtoull(pc_nptr, ppc_endptr, l_base); in oal_strtol()

Completed in 2 milliseconds