Home
last modified time | relevance | path

Searched refs:Opt_invert (Results 1 – 4 of 4) sorted by relevance

/dports/security/dsniff/dsniff-2.4/
H A Durlsnarf.c37 int Opt_invert = 0; variable
52 ((regexec(pregex, string, 0, NULL, 0) == 0) ^ Opt_invert)); in regex_match()
213 Opt_invert = 1; in main()
H A Dmailsnarf.c55 int Opt_invert = 0; variable
70 ((regexec(pregex, string, 0, NULL, 0) == 0) ^ Opt_invert)); in regex_match()
353 Opt_invert = 1; in main()
H A Dfilesnarf.c47 int Opt_invert = 0; variable
128 ((regexec(pregex, string, 0, NULL, 0) == 0) ^ Opt_invert)); in regex_match()
473 Opt_invert = 1; in main()
H A Dmsgsnarf.c40 int Opt_invert = 0; variable
69 ((regexec(pregex, string, 0, NULL, 0) == 0) ^ Opt_invert)); in regex_match()
641 Opt_invert = 1; in main()