HomeSort by: relevance | last modified time | path
    Searched refs:dir (Results 1 - 25 of 3003) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/contrib/
filter_gcc_for_doxygen 10 dir=`dirname $0`
11 env python3 $dir/filter_params.py $1
  /src/external/gpl3/gcc.old/dist/contrib/
filter_gcc_for_doxygen 10 dir=`dirname $0`
11 python $dir/filter_params.py $1
  /src/external/gpl3/gdb/dist/gdb/doc/
filter-for-doxygen 12 dir=`dirname $0`
13 perl $dir/filter-params.pl < $1
  /src/external/gpl3/gdb/dist/readline/readline/support/
mkdirs 23 for dir
26 test -d "$dir" && continue
28 tomake=$dir
29 while test -n "$dir" ; do
30 # dir=${dir%/*}
31 # dir=`expr "$dir" ':' '\(/.*\)/[^/]*'`
32 if dir=`expr "$dir" ':' '\(.*\)/[^/]*'`; the
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/doc/
filter-for-doxygen 12 dir=`dirname $0`
13 perl $dir/filter-params.pl < $1
  /src/external/gpl3/gdb.old/dist/readline/readline/support/
mkdirs 23 for dir
26 test -d "$dir" && continue
28 tomake=$dir
29 while test -n "$dir" ; do
30 # dir=${dir%/*}
31 # dir=`expr "$dir" ':' '\(/.*\)/[^/]*'`
32 if dir=`expr "$dir" ':' '\(.*\)/[^/]*'`; the
    [all...]
  /src/crypto/external/apache2/openssl/dist/.ctags.d/
add-dir.ctags 11 --optlib-dir=+./.ctags.d
  /src/external/gpl2/xcvs/dist/lib/
filenamecat.h 21 char *file_name_concat (char const *dir, char const *base,
  /src/crypto/external/apache2/openssl/dist/util/
mkdir-p.pl 21 local($dir) = @_;
23 $dir =~ s|/*\Z(?!\n)||s;
25 if (-d $dir) {
29 if ($dir =~ m|[^/]/|s) {
30 local($parent) = $dir;
36 unless (mkdir($dir, 0777)) {
38 if (-d $dir) {
42 die "Cannot create directory $dir: $err\n";
44 print "created directory `$dir'\n";
  /src/crypto/external/bsd/openssl/dist/util/
mkdir-p.pl 21 local($dir) = @_;
23 $dir =~ s|/*\Z(?!\n)||s;
25 if (-d $dir) {
29 if ($dir =~ m|[^/]/|s) {
30 local($parent) = $dir;
36 unless (mkdir($dir, 0777)) {
38 if (-d $dir) {
42 die "Cannot create directory $dir: $err\n";
44 print "created directory `$dir'\n";
  /src/crypto/external/bsd/openssl.old/dist/util/
mkdir-p.pl 21 local($dir) = @_;
23 $dir =~ s|/*\Z(?!\n)||s;
25 if (-d $dir) {
29 if ($dir =~ m|[^/]/|s) {
30 local($parent) = $dir;
36 unless (mkdir($dir, 0777)) {
38 if (-d $dir) {
42 die "Cannot create directory $dir: $err\n";
44 print "created directory `$dir'\n";
  /src/usr.bin/make/unit-tests/
dir-expand-path.exp 0 dir-expand-path.dir.1/file1.src
2 dir-expand-path.dir.1/file2.src
3 dir-expand-path.dir.2/file3.src
  /src/external/mpl/bind/dist/contrib/scripts/
zone-edit.sh.in 14 dir=/tmp/zone-edit.$$
15 mkdir ${dir} || exit 1
16 trap "/bin/rm -rf ${dir}" 0
60 | awk '$4 == "RRSIG" || $4 == "NSEC" || $4 == "NSEC3" || $4 == "NSEC3PARAM" { next; } { print; }' >${dir}/old
62 if test -s ${dir}/old; then
63 ${checkzone} -q -D "$zone" ${dir}/old >${dir}/ooo
66 if test -s ${dir}/ooo; then
67 cp ${dir}/ooo ${dir}/ne
    [all...]
  /src/external/bsd/nvi/dist/dist/
findconfig 9 foreach dir $tcl_pkgPath {
10 if [file exists $dir/tclConfig.sh] {
11 puts $dir/tclConfig.sh
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gen-unix.h 22 * the functions declared in isc/commandline.h and isc/dir.h could not
26 * The dir stuff was shrunk to fit the needs of gen.c.
49 DIR *handle;
56 start_directory(const char *path, isc_dir_t *dir) {
57 dir->handle = opendir(path);
59 if (dir->handle != NULL) {
67 next_file(isc_dir_t *dir) {
70 dir->filename = NULL;
72 if (dir->handle != NULL) {
74 dirent = readdir(dir->handle)
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
dir.c 1 /* $NetBSD: dir.c,v 1.3 2025/01/26 16:25:36 christos Exp $ */
25 #include <isc/dir.h>
33 #define VALID_DIR(dir) ISC_MAGIC_VALID(dir, ISC_DIR_MAGIC)
36 isc_dir_init(isc_dir_t *dir) {
37 REQUIRE(dir != NULL);
39 dir->entry.name[0] = '\0';
40 dir->entry.length = 0;
42 dir->handle = NULL;
44 dir->magic = ISC_DIR_MAGIC
    [all...]
  /src/external/gpl2/texinfo/dist/util/
tex3patch 12 * ) dir=$arg
16 if [ -z "$dir" ]; then
17 dir='.'
20 if [ 2 -lt $# ] || [ ! -f "$dir/texinfo.tex" ]; then
56 echo "Patching $dir/texinfo.tex"
59 $dir/texinfo.tex >$TMPDIR/texinfo.tex
60 mv $dir/texinfo.tex $dir/texinfo.tex-distrib; mv $TMPDIR/texinfo.tex $dir
63 echo "Patched $dir/texinfo.tex to avoid TeX 3.0 bug.
    [all...]
  /src/sys/arch/atari/stand/tostools/
Makefile 8 @for dir in ${SUBDIR}; do \
9 ${MAKE} -C $$dir all; \
13 @for dir in ${SUBDIR}; do \
14 ${MAKE} -C $$dir clean; \
18 @for dir in ${SUBDIR}; do \
19 ${MAKE} -C $$dir install; \
  /src/etc/etc.landisk/
Makefile.inc 15 .for dir in ${MD_INSTALLATION_DIRS}
16 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
  /src/etc/etc.rs6000/
Makefile.inc 18 .for dir in ${MD_INSTALLATION_DIRS}
19 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
  /src/share/i18n/esdb/CBM/
Makefile.inc 7 ${.CURDIR}/CBM/esdb.dir.CBM.src
10 SRC_esdb.dir+= esdb.dir.CBM.src
  /src/share/i18n/esdb/KAZAKH/
Makefile.inc 7 ${.CURDIR}/KAZAKH/esdb.dir.KAZAKH.src
10 SRC_esdb.dir+= esdb.dir.KAZAKH.src
  /src/share/i18n/esdb/MISC/
Makefile.inc 7 ${.CURDIR}/MISC/esdb.dir.MISC.src
10 SRC_esdb.dir+= esdb.dir.MISC.src
  /src/share/i18n/esdb/TCVN/
Makefile.inc 7 ${.CURDIR}/TCVN/esdb.dir.TCVN.src
10 SRC_esdb.dir+= esdb.dir.TCVN.src
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
set-cwd.c 21 static char dir[4096]; variable
28 getcwd (dir, 4096);

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>