Searched refs:directory (Results 1 - 25 of 1039) sorted by relevance

1234567891011>>

/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest15.conf3 <directory /tmp>
7 </directory>
/macosx-10.10.1/gnudiff-19/diffutils/
H A Dexgettext42 # Find the files to be scanned, and the directory to scan them from.
43 directory=.
48 --directory=*)
49 directory=`expr " $i" : ' --directory=\(.*\)'`;;
88 cd $directory &&
114 (cd $directory &&
116 ) > $directory/$tmp || exit
123 rm -f $directory/$tmp
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.dir.h36 * Structure for entries in directory stack.
38 struct directory { struct
39 struct directory *di_next; /* next in loop */
40 struct directory *di_prev; /* prev in loop */
44 EXTERN struct directory *dcwd IZERO_STRUCT; /* the one we are in now */
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dself_hash.rb29 # dirHash(directory, regexp) -> SHA1 hexdigest
31 # Returns a hash of all files in the given directory that fit the given
35 def dirHash(directory, regexp)
36 directory = Pathname.new(directory)
38 Dir.foreach(directory) {
41 contents += IO::read(directory + entry)
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_generate_index_command.rb11 @cmd.options[:directory] = @gemhome
26 refute_equal '/nonexistent', @cmd.options[:directory]
28 @cmd.handle_options %w[--directory /nonexistent]
30 assert_equal '/nonexistent', @cmd.options[:directory]
36 refute_equal '/nonexistent', @cmd.options[:directory]
38 @cmd.handle_options %w[--directory C:/nonexistent]
40 assert_equal 'C:/nonexistent', @cmd.options[:directory]
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A Dtcl.spec4 %{!?directory:%define directory /usr/local}
31 --prefix=%{directory} \
32 --exec-prefix=%{directory} \
33 --libdir=%{directory}/%{_lib}
46 %{directory}/%{_lib}
48 %{directory}/lib
49 %{directory}/bin
50 %{directory}/include
51 %{directory}/ma
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A DLPdir_nyi.c33 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
H A Do_dir.h43 /* returns NULL on error or end-of-directory.
44 If it is end-of-directory, errno will be zero */
45 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dfixfiles.bash83 echo "$0: usage: $0 directory [directory ...]" >&2
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dincremen.c28 /* Which child files to save under a directory. */
36 #define DIRF_INIT 0x0001 /* directory structure is initialized
38 #define DIRF_NFS 0x0002 /* directory is mounted on nfs */
39 #define DIRF_FOUND 0x0004 /* directory is found on fs */
40 #define DIRF_NEW 0x0008 /* directory is new (not found
42 #define DIRF_RENAMED 0x0010 /* directory is renamed */
54 struct directory struct
57 dev_t device_number; /* device number for directory */
58 ino_t inode_number; /* inode number for directory */
60 char *icontents; /* Initial contents if the directory wa
84 struct directory const *directory = entry; local
100 struct directory const *directory = entry; local
121 struct directory *directory = xmalloc (size); local
139 struct directory *directory = make_directory (name); local
213 struct directory *directory; local
235 struct directory *directory; local
398 makedumpdir(struct directory *directory, const char *dir) argument
465 struct directory *directory; local
1097 struct directory const *directory = entry; local
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A Dtcl.spec5 %define directory /usr/local
30 ./configure --prefix %{directory} --exec-prefix %{directory}
41 # then run "rpm -bi" then do a find from the build root directory,
48 %{directory}/lib
49 %{directory}/bin
50 %{directory}/include
51 %{directory}/man/man1
52 %{directory}/man/man3
53 %{directory}/ma
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tools/
H A Dcov.sh8 lcov --directory . --zerocounters
12 lcov --directory . --capture --output-file heimdal-lcov.info
/macosx-10.10.1/cups-408/cups/cups/
H A Ddir.c6 * This set of APIs abstracts enumeration of directory entries.
20 * cupsDirClose() - Close a directory.
21 * cupsDirOpen() - Open a directory.
22 * cupsDirRead() - Read the next directory entry.
23 * cupsDirRewind() - Rewind to the start of the directory.
24 * cupsDirClose() - Close a directory.
25 * cupsDirOpen() - Open a directory.
26 * cupsDirRead() - Read the next directory entry.
27 * cupsDirRewind() - Rewind to the start of the directory.
52 char directory[102 member in struct:_cups_dir_s
117 cupsDirOpen(const char *directory) argument
257 char directory[1024]; /* Directory filename */ member in struct:_cups_dir_s
297 cupsDirOpen(const char *directory) argument
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A Drmd.bat6 echo Removing directory %1
19 echo Deleted directory %1
H A Dmkd.bat9 echo Created directory %1
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dgenerate_index_command.rb13 'Generates the index files for a gem server directory',
14 :directory => '.', :build_modern => true
16 add_option '-d', '--directory=DIRNAME',
18 options[:directory] = File.expand_path dir
35 "--directory . --modern"
41 statically. The command expects a 'gems' directory under the path given to
42 the --directory option. The given directory will be the directory you serve
45 For `gem generate_index --directory /pat
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/
H A DMakefile.PL87 directory => [ qw( examples t ) ],
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/examples/
H A Dzkt-ls.sh4 # out of the example directory
9 echo Please start this skript out of the flat or hierarchical sub directory
H A Dzkt-signer.sh4 # command out of the example directory
9 echo Please start this skript out of the flat or hierarchical sub directory
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dgcc.vim28 \%D%*\\a[%*\\d]:\ Entering\ directory\ `%f',
29 \%X%*\\a[%*\\d]:\ Leaving\ directory\ `%f',
30 \%D%*\\a:\ Entering\ directory\ `%f',
31 \%X%*\\a:\ Leaving\ directory\ `%f',
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A Dtk.spec4 %{!?directory:%define directory /usr/local}
33 --prefix=%{directory} \
34 --exec-prefix=%{directory} \
35 --libdir=%{directory}/%{_lib}
48 %{directory}/%{_lib}
50 %{directory}/lib
51 %{directory}/bin
52 %{directory}/include
53 %{directory}/ma
[all...]
/macosx-10.10.1/xar-254/xar/test/
H A Dheap.py34 with util.directory_created("scratch") as directory:
35 shutil.copy("/bin/ls", os.path.join(directory, "ls"))
36 shutil.copy(os.path.join(directory, "ls"), os.path.join(directory, "foo"))
37 with util.chdir(directory):
51 with util.directory_created("scratch") as directory:
52 shutil.copy("/bin/ls", os.path.join(directory, "ls"))
53 shutil.copy(os.path.join(directory, "ls"), os.path.join(directory, "foo"))
54 with util.chdir(directory)
[all...]
H A Dhardlink.py28 with util.directory_created("hardlink_scratch") as directory:
29 util.touch(os.path.join(directory, "a"))
30 os.link(os.path.join(directory, "a"), os.path.join(directory, "b"))
38 with util.directory_created("hardlink_scratch") as directory:
39 with util.chdir(directory):
48 with util.directory_created("hardlink_scratch") as directory:
49 with open(os.path.join(directory, "a"), "w") as f:
51 with open(os.path.join(directory, "b"), "w") as f:
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A Dtk.spec5 %define directory /usr/local
31 ./configure --prefix %{directory} --exec-prefix %{directory}
42 # then run "rpm -bi" then do a find from the build root directory,
49 %{directory}/lib
50 %{directory}/bin
51 %{directory}/include
52 %{directory}/man
/macosx-10.10.1/ncurses-44/ncurses/
H A Dmk-1st.awk37 # model (directory into which we compile, e.g., "obj")
122 function rmlink(directory, dst) {
123 printf "\t-rm -f %s/%s\n", directory, dst
125 function removelinks(directory) {
126 rmlink(directory, end_name);
129 rmlink(directory, abi_name);
130 rmlink(directory, rel_name);
132 rmlink(directory, abi_name);
136 rmlink(directory, abi_name);
137 rmlink(directory, lib_nam
[all...]

Completed in 279 milliseconds

1234567891011>>