Home
last modified time | relevance | path

Searched refs:quoted_tag (Results 1 – 2 of 2) sorted by relevance

/dports/devel/global/global-6.6.7/
H A Dgtags.pl161 my $quoted_tag;
167 $quoted_tag .= $single_quote_char;
169 $quoted_tag .= $c;
176 $cmd = "$command --encode-path=\" \t\" -xq$flag '$quoted_tag'";
/dports/security/gvmd/gvmd-21.4.4/src/
H A Dmanage_sql_nvts.c270 gchar *quoted_impact, *quoted_detection, *quoted_cve, *quoted_tag; in insert_nvt() local
297 quoted_tag = sql_quote (nvti_tag (nvti) ? nvti_tag (nvti) : ""); in insert_nvt()
322 quoted_affected, quoted_impact, quoted_cve, quoted_tag, in insert_nvt()
387 g_free (quoted_tag); in insert_nvt()