Searched refs:__dir (Results 1 – 4 of 4) sorted by relevance
| /src/share/mk/ |
| H A D | bsd.subdir.mk | 152 .for __dir in ${SUBDIR:N.WAIT} 153 ${__dir}: all_subdir_${DIRPRFX}${__dir} .PHONY 166 .for __dir in ${SUBDIR:${_subdir_filter}} 167 .if ${__dir} == .WAIT 174 .for __dep in ${SUBDIR_DEPEND_${__dir}} 182 ${__target}_subdir_${DIRPRFX}${__dir}: .PHONY .MAKE .SILENT ${__deps} 184 dir=${__dir}; \ 186 __subdir_targets+= ${__target}_subdir_${DIRPRFX}${__dir}
|
| /src/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"
|
| /src/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()
|
| /src/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))
|