Searched refs:badpath (Results 1 – 2 of 2) sorted by relevance
205 char badpath[PATH_MAX]; in xdir() local230 (void) snprintf(badpath, sizeof (badpath), "%s/%s", in xdir()261 if (srchcfile(&mine, badpath, server) == 1) { in xdir()271 if (unlink(badpath)) { in xdir()273 logerr(gettext("ERROR: %s"), badpath); in xdir()278 logerr(gettext("ERROR: %s"), badpath); in xdir()
478 $badpath = "<<<something really wicked ";479 sysopen (FH, $badpath, O_WRONLY | O_CREAT | O_TRUNC)480 or die "can't open $badpath: $!";