/src/lib/libcurses/ |
slk.c | 553 const wchar_t *olabel; local in function:__slk_wset 561 olabel = label; 562 if ((len = wcsrtombs(NULL, &olabel, 0, &screen->sp)) == -1) { 565 (uint16_t)*olabel); 573 olabel = label; 574 if (wcsrtombs(str, &olabel, len, &screen->sp) == -1)
|
slk.c | 553 const wchar_t *olabel; local in function:__slk_wset 561 olabel = label; 562 if ((len = wcsrtombs(NULL, &olabel, 0, &screen->sp)) == -1) { 565 (uint16_t)*olabel); 573 olabel = label; 574 if (wcsrtombs(str, &olabel, len, &screen->sp) == -1)
|
slk.c | 553 const wchar_t *olabel; local in function:__slk_wset 561 olabel = label; 562 if ((len = wcsrtombs(NULL, &olabel, 0, &screen->sp)) == -1) { 565 (uint16_t)*olabel); 573 olabel = label; 574 if (wcsrtombs(str, &olabel, len, &screen->sp) == -1)
|