Home
last modified time | relevance | path

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

/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
H A Dsystem.c143 const char* str_temp = str; in skip_spaces() local
145 while (isspace_re(*str_temp)) { in skip_spaces()
146 ++str_temp; in skip_spaces()
148 return (char *)str_temp; in skip_spaces()

Completed in 1 milliseconds