Searched refs:result_line (Results 1 – 2 of 2) sorted by relevance
377 result_line = msga + pad + msgb383 write_log(bytearray(result_line, encoding='utf-8'), LOG_FILE)386 write_log(result_line, LOG_OUT)388 write_log(result_line, LOG_OUT)
2036 char result_line[MAX_LINE_SIZE]; in get_profile_list() local2044 sprintf(result_line, "0x%02x:%s\n", result.list->descriptors[i].profile_id, in get_profile_list()2046 if (strlen(result_line) < bytes_left) { in get_profile_list()2047 strcat(result_buf, result_line); in get_profile_list()2048 bytes_left -= strlen(result_line); in get_profile_list()