Searched refs:_dir (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/libexec/rc/rc.d/
H A Daccounting30 local _dir
32 _dir="${accounting_file%/*}"
33 if [ ! -d "$_dir" ]; then
34 if ! mkdir -p -m 0750 "$_dir"; then
35 err 1 "Could not create $_dir."
H A Ddevfs28 local _dir
31 _dir=${_dir_set%=*}
33 devfs_set_ruleset $_set $_dir
34 devfs_apply_ruleset $_set $_dir
/freebsd-current/share/mk/
H A Dbsd.sysdir.mk6 .for _dir in ${SRCTOP:D${SRCTOP}/sys} \
9 .if !defined(SYSDIR) && exists(${_dir}/kern/) && exists(${_dir}/conf/kmod.mk)
10 SYSDIR= ${_dir:tA}
H A Dbsd.obj.mk63 .for _dir in ${_wantdirs}
64 .if !exists(${.OBJDIR}/${_dir}/)
65 _needdirs+= ${_dir}
/freebsd-current/contrib/bmake/mk/
H A Dsubdir.mk46 MISSING_DIR=echo "Missing ===> ${.CURDIR}/$$_dir"; exit 1
48 MISSING_DIR=echo "Skipping ===> ${.CURDIR}/$$_dir"; exit 0
52 # our target should be of the form ${_target}-${_dir}
55 _dir=${.TARGET:C/^.*-//} \
57 if ! Exists ${.CURDIR}/$$_dir/[mM]akefile; then \
61 _nextdir_="$$_dir"; \
63 _nextdir_="$${_THISDIR_}/$$_dir"; \
66 (cd ${.CURDIR}/$$_dir && \
/freebsd-current/
H A DMakefile.libcompat106 .for _dir in lib/ncurses/tinfo ${_libmagic} ${_jevents}
108 ${_+_}cd ${.CURDIR}/${_dir}; ${MAKE} DIRPRFX=${_dir}/ ${_t}
113 .for _dir in ${_LC_LIBDIRS.yes}
114 ${_+_}cd ${.CURDIR}/${_dir}; ${MAKE} ${.TARGET:S/^_lc_//}
H A DMakefile.inc11599 .for _dir in ${_sysent_dirs}
1600 sysent-${_dir}: .PHONY
1601 @echo "${MAKE} -C ${.CURDIR}/${_dir} sysent"
1602 ${_+_}@env PATH=${_sysent_PATH:Q} ${MAKE} -C ${.CURDIR}/${_dir} sysent
1604 sysent: sysent-${_dir}
/freebsd-current/usr.sbin/adduser/
H A Drmuser.sh62 for _dir in ${TEMPDIRS} ; do
64 if [ ! -d $_dir ]; then
65 err "$_dir is not a valid directory."
68 verbose && echo -n "Removing files owned by ($login) in $_dir:"
69 filecount=`find 2>/dev/null "$_dir" -user "$login" -delete -print |
H A Dadduser.sh303 local _line= _owner= _perms= _file= _dir=
311 _dir="$(dirname "$msgfile")"
313 _perms=$(/usr/bin/find "$_dir" -name "$_file" -perm +07022 -prune)
314 _owner=$(/usr/bin/find "$_dir" -name "$_file" -user 0 -prune)
/freebsd-current/release/
H A Drelease.sh63 for _dir in /usr/bin /usr/local/bin; do
64 [ -x "${_dir}/git" ] && VCSCMD="/${_dir}/git"
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h827 #define pci_map_sg(_hwdev, _sg, _nents, _dir) \
829 _sg, _nents, (enum dma_data_direction)_dir)
830 #define pci_map_single(_hwdev, _ptr, _size, _dir) \
832 (_ptr), (_size), (enum dma_data_direction)_dir)
833 #define pci_unmap_single(_hwdev, _addr, _size, _dir) \
835 _addr, _size, (enum dma_data_direction)_dir)
836 #define pci_unmap_sg(_hwdev, _sg, _nents, _dir) \
838 _sg, _nents, (enum dma_data_direction)_dir)
839 #define pci_map_page(_hwdev, _page, _offset, _size, _dir) \
841 _offset, _size, (enum dma_data_direction)_dir)
[all...]
/freebsd-current/lib/libutil/
H A Dlibutil.h160 int pw_init(const char *_dir, const char *_master);
182 int gr_init(const char *_dir, const char *_master);
/freebsd-current/tools/build/
H A DMakefile436 .for _dir in sbin usr/sbin usr/bin
438 @if [ -e ${DESTDIR}/${_dir} ] && [ ! -L ${DESTDIR}/${_dir} ]; then \
439 echo "removing old non-symlink ${DESTDIR}/${_dir}"; \
440 rm -rf "${DESTDIR}/${_dir}"; \
/freebsd-current/sys/netipsec/
H A Dkey.c546 #define KEY_SETSECSPIDX(_dir, s, d, ps, pd, ulp, idx) \
549 (idx)->dir = (_dir); \

Completed in 275 milliseconds