Lines Matching defs:len
299 * len = Maximum length of translated string, excluding NULL.
307 * Returns NULL, If error, len too small, unable to translate, or get
317 sbsltos(const bslabel_t *label, size_t len)
349 if (len == 0) {
351 } else if (len < MIN_SL_LEN) {
360 if (wccount > len) {
361 wchar_t *clipp = wstring + (len - 2);
395 * len = Maximum length of translated string, excluding NULL.
403 * Returns NULL, If error, len too small, unable to translate, or get
413 sbcleartos(const bclear_t *clearance, size_t len)
445 if (len == 0) {
447 } else if (len < MIN_CLR_LEN) {
456 if (wccount > len) {
457 wchar_t *clipp = wstring + (len - 2);