Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0003-CVE-2021-42574.patch116 - "a context by \"%s\"", bidi::to_str (kind));
119 + "a context by \"%s\"", bidi::to_str (kind));
126 - bidi::to_str (kind));
129 + bidi::to_str (kind));
133 - bidi::to_str (kind));
136 + bidi::to_str (kind));
H A D0004-CVE-2021-42574.patch380 + return label_text::borrow (bidi::to_str (ctxt.m_kind));
461 - "a context by \"%s\"", bidi::to_str (kind));
466 + "a context by \"%s\"", bidi::to_str (kind));
H A D0002-CVE-2021-42574.patch1341 + const char *to_str (kind k)
1542 + "a context by \"%s\"", bidi::to_str (kind));
1549 + bidi::to_str (kind));
1553 + bidi::to_str (kind));
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A Ddasd_devmap.c282 char **to_str, char **features_str) in dasd_evaluate_range_param() argument
289 *to_str = strsep(&range, "("); in dasd_evaluate_range_param()
318 char *to_str = NULL; in dasd_parse_range() local
326 if (dasd_evaluate_range_param(tmp, &from_str, &to_str, &features_str)) { in dasd_parse_range()
339 if (to_str) { in dasd_parse_range()
340 if (dasd_busid(to_str, &to_id0, &to_id1, &to)) { in dasd_parse_range()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dipsec.c711 char to_str[IPV4_STR_SZ] = {}, from_str[IPV4_STR_SZ] = {}; in do_ping() local
746 strncpy(to_str, inet_ntoa(*(struct in_addr *)&to), IPV4_STR_SZ - 1); in do_ping()
751 init_side ? "send" : "reply", from_str, to_str, in do_ping()
758 init_side ? "send" : "reply", from_str, to_str, in do_ping()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.c252 #ifdef to_str
253 #undef to_str
255 #define to_str(s) #s macro
256 #define quote_str(s) to_str(s)