Searched refs:result_line (Results 1 – 1 of 1) sorted by relevance
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()