Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dimplementation_help.hpp35 inline const char* str_end( const char* s, const char* ) in str_end() function
41 inline const wchar_t* str_end( const wchar_t* s, const wchar_t* ) in str_end() function
46 inline const wchar_t* str_end( const wchar_t* s, const wchar_t* ) in str_end() function
57 inline Char* str_end( Char* s ) in str_end() function
59 return const_cast<Char*>( str_end( s, s ) ); in str_end()
81 return str_end( s ) - s; in str_size()
H A Ddetail_str.hpp223 return boost::range_detail::str_end( s ); in fun()
232 return boost::range_detail::str_end( s ); in fun()
241 return boost::range_detail::str_end( s ); in fun()
251 return boost::range_detail::str_end( s ); in fun()
257 str_end( C& c ) in str_end() function
H A Das_literal.hpp28 ::boost::range_detail::str_end(r) ); in as_literal()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c14250 char *str_end = NULL; in dhd_os_gets_image() local
14260 str_end = strnchr(str, len, '\n'); in dhd_os_gets_image()
14261 if (str_end == NULL) { in dhd_os_gets_image()
14264 str_len = (uint)(str_end - str); in dhd_os_gets_image()
14268 bzero(str_end, rd_len - str_len); in dhd_os_gets_image()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux.c13336 char *str_end = NULL; local
13342 str_end = strnchr(str, len, '\n');
13343 if (str_end == NULL) {
13346 str_len = (uint)(str_end - str);
13350 bzero(str_end, rd_len - str_len);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux.c13528 char *str_end = NULL; local
13534 str_end = strnchr(str, len, '\n');
13535 if (str_end == NULL) {
13538 str_len = (uint)(str_end - str);
13542 bzero(str_end, rd_len - str_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux.c13401 char *str_end = NULL; local
13407 str_end = strnchr(str, len, '\n');
13408 if (str_end == NULL) {
13411 str_len = (uint)(str_end - str);
13415 bzero(str_end, rd_len - str_len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c18610 char *str_end = NULL; in dhd_os_gets_image() local
18616 str_end = strnchr(str, len, '\n'); in dhd_os_gets_image()
18617 if (str_end == NULL) { in dhd_os_gets_image()
18620 str_len = (uint)(str_end - str); in dhd_os_gets_image()
18624 bzero(str_end, rd_len - str_len); in dhd_os_gets_image()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c18504 char *str_end = NULL; in dhd_os_gets_image() local
18510 str_end = strnchr(str, len, '\n'); in dhd_os_gets_image()
18511 if (str_end == NULL) { in dhd_os_gets_image()
18514 str_len = (uint)(str_end - str); in dhd_os_gets_image()
18518 bzero(str_end, rd_len - str_len); in dhd_os_gets_image()