Home
last modified time | relevance | path

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

/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_003_neg.ksh44 if [ -e $badpath ]; then
45 $RM -f $badpath
55 badpath=/tmp/foo1.$$
56 $TOUCH $badpath
62 log_mustnot eval "$ZFS set mountpoint=$badpath $TESTPOOL/foo >/dev/null 2>&1"
/titanic_41/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()