Lines Matching refs:Attackee
53 static char Attackee[128];
60 (void) unlink(Attackee);
72 sprintf(Attackee, "/tmp/attackee.%d.%ld", getpid(), time(NULL));
74 if (symlink(Attackee, Attacker) < 0)
77 Attacker, Attackee, errno);
80 (void) unlink(Attackee);
81 if (stat(Attackee, &st) >= 0)
84 Attackee);
91 if (stat(Attackee, &st) >= 0)
94 Attackee, save_errno);
101 if (stat(Attackee, &st) < 0)
104 Attackee);