Lines Matching refs:Attackee
56 static char Attackee[128]; variable
63 (void) unlink(Attackee);
75 sprintf(Attackee, "/tmp/attackee.%d.%ld", getpid(), time(NULL));
77 if (symlink(Attackee, Attacker) < 0)
80 Attacker, Attackee, errno);
83 (void) unlink(Attackee);
84 if (stat(Attackee, &st) >= 0)
87 Attackee);
94 if (stat(Attackee, &st) >= 0)
97 Attackee, save_errno);
104 if (stat(Attackee, &st) < 0)
107 Attackee);