Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_001_pos.ksh80 if [[ -f $basefile ]]; then
81 log_must $RM -f $basefile
97 basedir=$TESTDIR/basedir; basefile=$TESTDIR/basefile
169 log_must usr_exec $TOUCH $basefile
177 log_must usr_exec $CHMOD $aclspec $basefile
186 log_must usr_exec $RM -rf $basefile $basedir
/freebsd-14.2/usr.sbin/config/
H A Dmkoptions.cc143 const char *basefile; in do_option() local
188 basefile = ""; in do_option()
191 basefile = ol->o_file; in do_option()
226 } else if (ol != NULL && !eq(basefile, ol->o_file)) { in do_option()
229 inw->c_str(), basefile, ol->o_file); in do_option()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DOptions.td1096 MetaVarName<"<basefile>">,