Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c205 char badpath[PATH_MAX]; in xdir() local
230 (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()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlfaq5.pod478 $badpath = "<<<something really wicked ";
479 sysopen (FH, $badpath, O_WRONLY | O_CREAT | O_TRUNC)
480 or die "can't open $badpath: $!";