Searched refs:__dir (Results 1 – 4 of 4) sorted by relevance
/freebsd/share/mk/ |
H A D | bsd.subdir.mk | 151 .for __dir in ${SUBDIR:N.WAIT} 152 ${__dir}: all_subdir_${DIRPRFX}${__dir} .PHONY 165 .for __dir in ${SUBDIR:${_subdir_filter}} 166 .if ${__dir} == .WAIT 173 .for __dep in ${SUBDIR_DEPEND_${__dir}} 181 ${__target}_subdir_${DIRPRFX}${__dir}: .PHONY .MAKE .SILENT ${__deps} 183 dir=${__dir}; \ 185 __subdir_targets+= ${__target}_subdir_${DIRPRFX}${__dir} 186 .endif # ${__dir} [all...] |
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | sysrc.subr | 230 local __local_startup __dir __spath __stype __names= 244 for __dir in /etc/rc.d $__local_startup; do 245 __spath="$__dir/$__sname" 276 for __dir in /etc/rc.d $__local_startup; do 277 __test_path="${__dir%/rc.d}/rc.conf.d/$__name"
|
/freebsd/contrib/llvm-project/libcxx/include/__ostream/ |
H A D | basic_ostream.h | 124 …nline _LIBCPP_HIDE_FROM_ABI_AFTER_V1 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 713 …<_CharT, _Traits>& basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir) { in seekp() argument 716 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::out) == pos_type(-1)) in seekp()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | istream | 297 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 1091 …<_CharT, _Traits>& basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) { 1099 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::in) == pos_type(-1))
|