Home
last modified time | relevance | path

Searched refs:basefile (Results 1 – 3 of 3) sorted by relevance

/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_001_pos.ksh77 if [[ -f $basefile ]]; then
78 log_must $RM -f $basefile
94 basedir=$TESTDIR/basedir; basefile=$TESTDIR/basefile
166 log_must usr_exec $TOUCH $basefile
174 log_must usr_exec $CHMOD $aclspec $basefile
183 log_must usr_exec $RM -rf $basefile $basedir
/freebsd/usr.sbin/config/
H A Dmkoptions.cc140 const char *basefile; in do_option() local
185 basefile = ""; in do_option()
188 basefile = ol->o_file; in do_option()
223 } else if (ol != NULL && !eq(basefile, ol->o_file)) { in do_option()
226 inw->c_str(), basefile, ol->o_file); in do_option()
/freebsd/contrib/llvm-project/lld/MachO/
H A DOptions.td1110 MetaVarName<"<basefile>">,