Searched refs:tmp_string (Results 1 – 7 of 7) 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()
211 std::string_view tmp_string; in GetParams() local214 if (!ReadHeader(iter, tmp_string, tmp_string, tmp_bool)) { in GetParams()
589 str_t tmp_string; in test_get_put() local
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/.*\&…
49664 char tmp_string[64]; member