Searched refs:cfg_encode_string (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libdscfg/common/ |
H A D | cfg.c | 1050 cfg_encode_string(char *str, char *output, int outlen) in cfg_encode_string() function 1231 enclen = cfg_encode_string(tag, &encode_buf[1], CFG_MAX_BUF - 1) + 1; in cfg_put_options() 1253 if (cfg_encode_string(val, encode_buf, CFG_MAX_BUF) < 0) { in cfg_put_options() 1284 enclen = cfg_encode_string(val, encode_buf, CFG_MAX_BUF); in cfg_put_options() 1338 enclen = cfg_encode_string(tag, &encode_buf[1], CFG_MAX_BUF - 1) + 1; in cfg_get_single_option() 1418 enclen = cfg_encode_string(tag, &encode_buf[1], CFG_MAX_BUF - 1) + 1; in cfg_del_option()
|