Searched refs:tmp_string (Results 1 – 3 of 3) sorted by relevance
82 std::string tmp_string(tmp_name, len + 1); in ChooseFile() local83 *file_name = tmp_string; in ChooseFile()
224 char *tmp_string, *pos, c_prev = ' '; in bpf_parse_string() local229 tmp_string = pos = calloc(1, tmp_len); in bpf_parse_string()230 if (tmp_string == NULL) in bpf_parse_string()236 free(tmp_string); in bpf_parse_string()257 if (pos - tmp_string == tmp_len) in bpf_parse_string()262 free(tmp_string); in bpf_parse_string()271 *bpf_string = tmp_string; in bpf_parse_string()
340 hb_glyph_info_t *tmp_string; in swap_buffers() local341 tmp_string = info; in swap_buffers()343 out_info = tmp_string; in swap_buffers()