Searched refs:DIRS (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-current/contrib/libcbor/
H A Dclang-format.sh5 DIRS="src test examples"
6 SOURCES=$(find ${DIRS} -name "*.c")
7 SOURCES+=" $(find ${DIRS} -name "*.h")"
8 SOURCES+=" $(find ${DIRS} -name "*.cpp")"
/freebsd-current/contrib/ncurses/misc/
H A Dtdlint39 DIRS=""
68 DIRS="$DIRS $p"
77 DIRS="`echo $1|sed -e 's/^-L//'` $DIRS"
82 for p in $DIRS
/freebsd-current/contrib/arm-optimized-routines/
H A DMakefile50 DIRS = $(sort $(patsubst %/,%,$(dir $(ALL_FILES)))) macro
51 $(ALL_FILES): | $(DIRS)
52 $(DIRS):
/freebsd-current/tests/sys/cddl/zfs/tests/zvol/zvol_misc/
H A Dzvol_misc_007_pos.ksh72 DIRS="dir0 dir1"
91 for dir in $DIRS; do
H A Dzvol_misc_009_pos.ksh63 DIRS="dir0 dir1"
81 for dir in $DIRS; do
H A Dzvol_misc_008_pos.ksh67 DIRS="dir0 dir1"
85 for dir in $DIRS; do
/freebsd-current/share/mk/
H A Dbsd.dirs.mk9 DIRS?= macro
11 . for dir in ${DIRS:O:u}
34 @${ECHO} installing DIRS ${_alldirs_${dir}}
H A Dbsd.confs.mk58 DIRS+= ${${group}DIR}
62 DIRS+= ${group}DIR
92 # Append DIR to DIRS if not already in place -- DIRS is already filtered, so
94 . for d in ${DIRS}
97 . if ${DIRS:M${_${group}DIR_${cnf}}} == ""
99 DIRS+= ${_${group}DIR_${cnf}}
H A Dbsd.files.mk54 DIRS+= ${${group}DIR}
59 DIRS+= ${group}DIR
87 # Append DIR to DIRS if not already in place -- DIRS is already filtered, so
89 .for d in ${DIRS}
92 .if ${DIRS:M${_${group}DIR_${file}}} == ""
94 DIRS+= ${_${group}DIR_${file}}
H A Dbsd.progs.mk86 _PROGS_GLOBAL_VARS= CLEANFILES CLEANDIRS CONFGROUPS DIRS FILESGROUPS INCSGROUPS \
/freebsd-current/usr.bin/showmount/
H A Dshowmount.c57 #define DIRS 2 macro
128 type = DIRS;
188 case DIRS:
308 case DIRS:
405 case DIRS:
/freebsd-current/contrib/bmake/mk/
H A Dmanifest.mk23 # ${MANIFEST}.DIRS += bin sbin usr/bin ...
66 @(${${.TARGET}.DIRS:O:u:@d@echo '$d type=dir uid=${UID:${M_DIR_ATTR}} gid=${GID:${M_DIR_ATTR}} mode=${MODE:${M_DIR_ATTR}} ${FLAGS:${M_DIR_ATTR}}';@} \
67 ${${.TARGET}.DIRS:O:u:@d@${${.TARGET}.SRCS.$d:O:u:@f@echo '${s::=${STORE.$d/${f:T}:U$d/${f:T}}}$s contents="$f" type=file uid=${UID:${M_FILE_ATTR}} gid=${GID:${M_FILE_ATTR}} mode=${MODE:${M_FILE_ATTR}} ${FLAGS:${M_FILE_ATTR}}';@}@} \
/freebsd-current/usr.sbin/ntp/ntpd/
H A DMakefile10 DIRS= ETC_NTP macro
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dzimport.sh168 DIRS=$(find "$ROOT")
170 for DIR in $DIRS; do
/freebsd-current/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh566 DIRS="dir.0 dir.1"
607 for dir in $DIRS ; do
/freebsd-current/share/colldef_unicode/
H A DMakefile108 DIRS+= LOCALEDIR_$t
/freebsd-current/share/numericdef_unicode/
H A DMakefile100 DIRS+= LOCALEDIR_$t
/freebsd-current/share/monetdef_unicode/
H A DMakefile100 DIRS+= LOCALEDIR_$t
/freebsd-current/share/msgdef_unicode/
H A DMakefile100 DIRS+= LOCALEDIR_$t
/freebsd-current/libexec/rc/rc.d/
H A DMakefile274 DIRS+= VAR_HEMIDAL
/freebsd-current/share/colldef/
H A DMakefile138 DIRS+= LOCALEDIR_$t
/freebsd-current/share/monetdef/
H A DMakefile133 DIRS+= LOCALEDIR_$t
/freebsd-current/share/numericdef/
H A DMakefile129 DIRS+= LOCALEDIR_$t
/freebsd-current/share/msgdef/
H A DMakefile125 DIRS+= LOCALEDIR_$t
/freebsd-current/share/timedef/
H A DMakefile212 DIRS+= LOCALEDIR_$t

Completed in 150 milliseconds

12