Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/openssh/regress/
Dsftp-glob.sh41 DIR=${BASE}/dir
42 DATA=${DIR}/file
44 GLOB1="${DIR}/g-wild*"
45 GLOB2="${DIR}/g-wildx"
46 QUOTE="${DIR}/g-quote\""
47 SLASH="${DIR}/g-sl\\ash"
48 ESLASH="${DIR}/g-slash\\"
49 QSLASH="${DIR}/g-qs\\\""
50 SPACE="${DIR}/g-q space"
53 mkdir -p ${DIR}
[all …]
Dscp.sh18 DIR=${COPY}.dd
27 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2}
28 mkdir ${DIR} ${DIR2}
49 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed"
50 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
55 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed"
56 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
61 $SCP $scpopts somehost:${COPY} ${DIR} || fail "copy failed"
62 cmp ${COPY} ${DIR}/copy || fail "corrupted copy"
67 cp ${DATA} ${DIR}/copy
[all …]
Dscp-ssh-wrapper.sh25 BAD="../../../../../../../../../../../../../${DIR}/dotpathdir"
29 echo "D0755 0 /${DIR}/rootpathdir"
/external/chromium/net/data/ftp/
Ddir-listing-vms-25 BOINC.DIR;1 1/16 29-DEC-2005 21:33:21 [SYSTEM] (RWE,RWE,RE,RE)
6 BZIP2.DIR;1 1/16 27-SEP-2005 19:45:39 [SYSTEM] (RWE,RWE,RE,RE)
7 CDRTOOLS.DIR;1 3/16 10-MAR-2005 17:31:44 [SYSTEM] (RWE,RWE,RE,RE)
8 DIFFUTILS.DIR;1 1/16 23-JUN-2007 23:04:21 [SYSTEM] (RWE,RWE,RE,RE)
9 DTSS_NTP.DIR;1 2/16 25-SEP-2000 21:03:28 [SYSTEM] (RWE,RWE,RE,RE)
10 FIXREC.DIR;1 1/16 20-DEC-2003 10:57:22 [SYSTEM] (RWE,RWE,RE,RE)
11 GNUPG.DIR;1 1/16 9-AUG-2006 02:11:51 [SYSTEM] (RWE,RWE,RE,RE)
12 GZIP.DIR;1 1/16 5-JUL-2006 21:59:45 [SYSTEM] (RWE,RWE,RE,RE)
13 INFO-ZIP.DIR;1 15/16 20-SEP-2004 21:27:27 [SYSTEM] (RWE,RWE,RE,RE)
14 INPUT.DIR;1 1/16 4-MAR-1999 22:14:34 [UCX$NOBO,ANONYMOUS] (RWE,RWE,RWE,RWE)
[all …]
Ddir-listing-windows-21 05-18-09 11:07AM <DIR> beta
2 01-06-09 04:25PM <DIR> cdrom
4 08-19-09 11:23AM <DIR> Digital_Media_Player
5 12-29-08 10:27PM <DIR> LiveUpdate
6 08-20-09 04:34PM <DIR> mb
8 11-04-09 03:42PM <DIR> misc
10 12-30-08 07:41AM <DIR> PDA
12 12-30-08 07:41AM <DIR> print
14 10-28-09 02:27PM <DIR> server
15 12-30-08 08:59AM <DIR> vga
Ddir-listing-vms-17 DECUS.DIR;1 1 9-MAY-2001 22:18:51.69
8 INFORMATION.DIR;1 1 9-MAY-2001 22:23:42.78
9 MADGOAT.DIR;1 2 9-MAY-2001 22:23:44.85
10 MAIL_ARCHIVES.DIR;1
12 MOZILLA.DIR;1 1 21-JUN-2001 14:57:51.38
14 SSH.DIR;1 1 22-JUN-2002 15:11:12.71
15 SUPPORT.DIR;1 3 9-MAY-2001 22:29:45.02
16 TCPWARE.DIR;1 1 9-MAY-2001 23:34:10.92
17 VMS-FREEWARE.DIR;1 2 9-MAY-2001 23:58:31.39
/external/e2fsprogs/lib/ss/
Dmk_cmds.sh.in6 DIR="${DIR-@datadir@/ss}"
29 DIR="$_SS_DIR_OVERRIDE";
32 if test ! -f $DIR/ct_c.sed || test ! -f $DIR/ct_c.awk ; then
33 DIR="$SS_DIR"
35 if test ! -f "$DIR/ct_c.sed" || test ! -f "$DIR/ct_c.awk" ; then
51 ${SED} -f "${DIR}/ct_c.sed" "${FILE}" \
52 | ${AWK} -f "${DIR}/ct_c.awk" "rootname=${ROOT}" "outfile=${TMP}" -
/external/e2fsprogs/lib/et/
Dcompile_et.sh.in7 DIR="${DIR-@datadir@/et}"
12 DIR="$ET_DIR"
32 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
33 DIR="$ET_DIR"
35 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
/external/bluetooth/glib/build/win32/dirent/
Ddirent.h62 } DIR; typedef
64 DIR* __cdecl opendir (const char*);
65 struct dirent* __cdecl readdir (DIR*);
66 int __cdecl closedir (DIR*);
67 void __cdecl rewinddir (DIR*);
68 long __cdecl telldir (DIR*);
69 void __cdecl seekdir (DIR*, long);
/external/dbus/cmake/test/name-test/
DCMakeLists.txt3 set (NAMEtest-DIR ../../../test/name-test)
7 add_executable(test-pending-call-dispatch ${NAMEtest-DIR}/test-pending-call-dispatch.c)
11 add_executable(test-pending-call-timeout ${NAMEtest-DIR}/test-pending-call-timeout.c)
15 add_executable(test-thread-init ${NAMEtest-DIR}/test-threads-init.c)
19 add_executable(test-ids ${NAMEtest-DIR}/test-ids.c)
23 add_executable(test-shutdown ${NAMEtest-DIR}/test-shutdown.c)
27 add_executable(test-privserver ${NAMEtest-DIR}/test-privserver.c)
31 add_executable(test-privserver-client ${NAMEtest-DIR}/test-privserver-client.c)
/external/llvm/utils/buildit/
Dbuild_llvm60 DIR=`pwd`
71 SRC_DIR=$DIR/src
81 mkdir -p $DIR/obj-llvm || exit 1
82 cd $DIR/obj-llvm || exit 1
87 rm -rf $DIR/bin || exit 1
88 mkdir $DIR/bin || exit 1
90 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
98 P=$DIR/bin/arm-apple-darwin$DARWIN_VERS-${prog}
105 PATH=$DIR/bin:$PATH
185 cd $DIR/obj-llvm || exit 1
[all …]
/external/valgrind/main/nightly/
DREADME.txt36 svn co svn://svn.valgrind.org/valgrind/trunk/nightly $DIR
38 where $DIR is the name of the directory you want it to be in.
43 to; rather it checks out new trees (within $DIR) and tests them
49 (3) Create a configuration file $DIR/conf/$TAG.conf. It is sourced by the
90 shell from which the $DIR/bin/nightly script is run (which in turn may
93 (4) Create a mailer script $DIR/conf/$TAG.sendmail. It must be executable.
123 $DIR/bin/nightly $DIR $TAG
128 from cron, rather than running $DIR/bin/nightly directly. That way you
138 - $DIR/old.verbose and $DIR/new.verbose contain full output of the whole
141 - $DIR/old.short and $DIR/new.short contain summary output of the process
[all …]
/external/dbus/cmake/test/
DCMakeLists.txt119 FOREACH(DIR ${TESTDIRS})
120 FILE(GLOB FILES "${CMAKE_SOURCE_DIR}/../${DIR}/${FILE_TYPE}" )
121 FILE(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/${DIR})
124 SET (TARGET ${CMAKE_BINARY_DIR}/${DIR}/${FILENAME})
130 ENDFOREACH(DIR)
137 FOREACH(DIR ${TESTDIRS})
138 FILE(GLOB FILES "${CMAKE_SOURCE_DIR}/../${DIR}/${FILE_TYPE}" )
139 FILE(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/${DIR})
143 SET (TARGET ${CMAKE_BINARY_DIR}/${DIR}/${FILENAME})
153 ENDFOREACH(DIR)
/external/llvm/utils/
Dfindsym.pl17 opendir DIR,$Directory;
18 my @files = readdir DIR;
19 closedir DIR;
/external/llvm/projects/sample/autoconf/m4/
Dfind_std_program.m436 AS_HELP_STRING([--with-]stdprog_long_name()[=DIR],
37 [Specify that the ]stdprog_long_name()[ install prefix is DIR]),
40 AS_HELP_STRING([--with-]stdprog_long_name()[-bin=DIR],
41 [Specify that the ]stdprog_long_name()[ binary is in DIR]),
44 AS_HELP_STRING([--with-]stdprog_long_name()[-lib=DIR],
45 [Specify that ]stdprog_long_name()[ libraries are in DIR]),
48 AS_HELP_STRING([--with-]stdprog_long_name()[-inc=DIR],
49 [Specify that the ]stdprog_long_name()[ includes are in DIR]),
/external/llvm/autoconf/m4/
Dfind_std_program.m436 AS_HELP_STRING([--with-]stdprog_long_name()[=DIR],
37 [Specify that the ]stdprog_long_name()[ install prefix is DIR]),
40 AS_HELP_STRING([--with-]stdprog_long_name()[-bin=DIR],
41 [Specify that the ]stdprog_long_name()[ binary is in DIR]),
44 AS_HELP_STRING([--with-]stdprog_long_name()[-lib=DIR],
45 [Specify that ]stdprog_long_name()[ libraries are in DIR]),
48 AS_HELP_STRING([--with-]stdprog_long_name()[-inc=DIR],
49 [Specify that the ]stdprog_long_name()[ includes are in DIR]),
/external/ipsec-tools/src/libipsec/
Dpolicy_parse.y138 %token DIR
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
150 : DIR ACTION
165 | DIR PRIORITY PRIO_OFFSET ACTION
184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION
206 | DIR PRIORITY PRIO_BASE ACTION
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION
261 | DIR
Dpolicy_parse.h42 DIR = 258, enumerator
61 #define DIR 258 macro
/external/clang/tools/scan-build/
Dscan-build140 opendir(DIR, $Dir);
141 my @FILES = grep { -d "$Dir/$_" } readdir(DIR);
142 closedir(DIR);
489 opendir(DIR, $Dir);
490 my @files = grep { /^report-.*\.html$/ } readdir(DIR);
491 closedir(DIR);
509 opendir(DIR, "$Dir/failures");
510 @failures = grep { /[.]info.txt$/ && !/attribute_ignored/; } readdir(DIR);
511 closedir(DIR);
512 opendir(DIR, "$Dir/failures");
[all …]
/external/webkit/PerformanceTests/SunSpider/
Dsunspider-compare-results130 opendir DIR, $dir or die;
131 for my $file (readdir DIR) {
140 closedir DIR;
/external/dbus/cmake/doc/
DCMakeLists.txt79 FOREACH(DIR ${_src})
80 FILE(GLOB FILES "${CMAKE_SOURCE_DIR}/../${DIR}/${FILE_TYPE}" )
81 FILE(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/${DIR})
84 SET (TARGET ${CMAKE_BINARY_DIR}/${DIR}/${FILENAME})
90 ENDFOREACH(DIR)
/external/webkit/Tools/Scripts/
Dshow-pretty-diff42 DIR => File::Spec->tmpdir(),
57 DIR => File::Spec->tmpdir(),
/external/grub/stage2/
Ddir.h133 DIR; typedef
140 extern DIR *opendir ();
/external/dbus/dbus/
Ddbus-sysdeps-util-win.c469 DIR; typedef
486 static DIR * _dbus_opendir(const char *dir) in _dbus_opendir()
488 DIR *dp; in _dbus_opendir()
500 dp = (DIR *)malloc(sizeof(DIR)); in _dbus_opendir()
520 static struct dirent * _dbus_readdir(DIR *dp) in _dbus_readdir()
550 static int _dbus_closedir(DIR *dp) in _dbus_closedir()
569 DIR *d; /**< The DIR* from opendir() */
584 DIR *d; in _dbus_directory_open()
/external/libusb-compat/
Dlibusb-config.in14 [--prefix[=DIR]]
15 [--exec-prefix[=DIR]]

12345678910