Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_003_neg.ksh48 if [ -e $badpath ]; then
49 rm -f $badpath
59 badpath=/tmp/foo1.$$
60 touch $badpath
66 log_mustnot eval "zfs set mountpoint=$badpath $TESTPOOL/foo >/dev/null 2>&1"
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c204 char badpath[PATH_MAX]; in xdir() local
229 (void) snprintf(badpath, sizeof (badpath), "%s/%s", in xdir()
260 if (srchcfile(&mine, badpath, server) == 1) { in xdir()
270 if (unlink(badpath)) { in xdir()
272 logerr(gettext("ERROR: %s"), badpath); in xdir()
277 logerr(gettext("ERROR: %s"), badpath); in xdir()