Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h57 #define bcm_isspace(c) ((bcm_ismask(c)&(_BCM_S)) != 0) macro
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c755 while (bcm_isspace(*cp)) in bcm_strtoul()