Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/aplist/
A Dawss_aplist.c108 int lenstr, lensuffix; in str_end_with() local
113 lensuffix = strlen(suffix); in str_end_with()
114 if (lensuffix > lenstr) { in str_end_with()
117 return strncmp(str + lenstr - lensuffix, suffix, lensuffix) == 0; in str_end_with()

Completed in 3 milliseconds