Searched refs:tmp_string (Results 1 – 3 of 3) sorted by relevance
94 std::string tmp_string(tmp_name, len + 1); in ChooseFile() local95 *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()
70 …). This is also useful against people who decode against strings like $tmp_string =~ s/.*\&#(\d+);…73 without semicolons (this is also a viable XSS attack against the above string $tmp_string =~ s/.*\&…