Lines Matching refs:str
427 char str[256]; in show_prep_update() local
431 len = snprintf(str, sizeof(str) - 1, "set prep cfg "); in show_prep_update()
435 len += snprintf(str + len, sizeof(str) - len - 1, in show_prep_update()
441 len += snprintf(str + len, sizeof(str) - len - 1, in show_prep_update()
448 len += snprintf(str + len, sizeof(str) - len - 1, in show_prep_update()
453 len += snprintf(str + len, sizeof(str) - len - 1, in show_prep_update()
458 len += snprintf(str + len, sizeof(str) - len - 1, in show_prep_update()
463 enc_dbg_cfg("%s\n", str); in show_prep_update()
618 char str[256]; in show_rc_update() local
622 len = snprintf(str, sizeof(str) - 1, "set rc cfg "); in show_rc_update()
626 len += snprintf(str + len, sizeof(str) - len - 1, "mode %s -> %s ", in show_rc_update()
631 len += snprintf(str + len, sizeof(str) - len - 1, in show_rc_update()
638 enc_dbg_cfg("%s\n", str); in show_rc_update()
643 len += snprintf(str + len, sizeof(str) - len - 1, in show_rc_update()
652 len += snprintf(str + len, sizeof(str) - len - 1, in show_rc_update()
661 len += snprintf(str + len, sizeof(str) - len - 1, in show_rc_update()
666 enc_dbg_cfg("%s\n", str); in show_rc_update()