Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/mirbsd/src/gnu/usr.bin/perl/lib/File/Spec/
DMac.pm462 my ($volume,$directory,$file);
465 ( $volume, $directory ) = $path =~ m|^((?:[^:]+:)?)(.*)|s;
474 $directory = $2;
479 $directory = ":$directory" if ( $volume && $directory ); # take care of "HD::dir"
480 if ($directory) {
482 $directory .= ':' unless (substr($directory,-1) eq ':');
483 $directory = ":$directory" unless (substr($directory,0,1) eq ':');
485 $directory = '';
489 return ($volume,$directory,$file);
580 my ($self,$volume,$directory,$file) = @_;
[all …]
DUnix.pm256 my ($volume,$directory,$file) = ('','','');
259 $directory = $path;
263 $directory = $1;
267 return ($volume,$directory,$file);
310 my ($self,$volume,$directory,$file) = @_;
312 if ( $directory ne '' &&
314 substr( $directory, -1 ) ne '/' &&
317 $directory .= "/$file" ;
320 $directory .= $file ;
323 return $directory ;
DOS2.pm73 my ($volume,$directory,$file) = ('','','');
80 $directory = $2;
92 $directory = $2;
96 return ($volume,$directory,$file);
107 my ($self,$volume,$directory,$file) = @_;
113 $directory =~ m@^[^\\/]@s
116 $volume .= $directory ;
DWin32.pm172 my ($volume,$directory,$file) = ('','','');
179 $directory = $2;
191 $directory = $2;
195 return ($volume,$directory,$file);
252 my ($self,$volume,$directory,$file) = @_;
259 $directory =~ m@^[^\\/]@s
262 $volume .= $directory ;
/mirbsd/src/gnu/usr.bin/perl/vos/
Dinstall_perl.cm22 &if ^ (exists -directory &MDS&>ported)
25 &if ^ (exists -directory &MDS&>ported>command_library)
28 &if ^ (exists -directory &MDS&>ported>lib)
31 &if ^ (exists -directory &MDS&>ported>lib>perl5)
34 &if ^ (exists -directory &MDS&>ported>lib>perl5>5.8.8)
41 &if ^ (exists -directory &MDS&>ported>lib>perl5>5.8.8>68k)
44 &if ^ (exists -directory &MDS&>ported>lib>perl5>5.8.8>860)
47 &if ^ (exists -directory &MDS&>ported>lib>perl5>5.8.8>7100)
50 &if ^ (exists -directory &MDS&>ported>lib>perl5>5.8.8>8000)
53 &if ^ (exists -directory &MDS&>ported>lib>perl5>site_perl)
[all …]
/mirbsd/src/gnu/usr.bin/cvs/src/
Droot.c117 if (!ret->isremote && !isdir (ret->directory)) in Name_Root()
198 && !strncmp (root_in, config->PrimaryServer->directory, in primary_root_translate()
199 strlen (config->PrimaryServer->directory)) in primary_root_translate()
200 && (ISSLASH (root_in[strlen (config->PrimaryServer->directory)]) in primary_root_translate()
201 || root_in[strlen (config->PrimaryServer->directory)] == '\0') in primary_root_translate()
206 "%s%s", current_parsed_root->directory, in primary_root_translate()
207 root_in + strlen (config->PrimaryServer->directory)); in primary_root_translate()
244 && !strncmp (root_in, current_parsed_root->directory, in primary_root_inverse_translate()
245 strlen (current_parsed_root->directory)) in primary_root_inverse_translate()
246 && (ISSLASH (root_in[strlen (current_parsed_root->directory)]) in primary_root_inverse_translate()
[all …]
Drepos.c124 newrepos = Xasprintf ("%s/%s", original_parsed_root->directory, repos); in Name_Repository()
148 if (strncmp (original_parsed_root->directory, repository, in Short_Repository()
149 strlen (original_parsed_root->directory)) == 0) in Short_Repository()
151 const char *rep = repository + strlen (original_parsed_root->directory); in Short_Repository()
Dcheckout.c446 hardpath = xcanonicalize_file_name (current_parsed_root->directory); in safe_location()
629 repository = xmalloc (strlen (current_parsed_root->directory) in checkout_proc()
634 current_parsed_root->directory, argv[0]); in checkout_proc()
809 if (strncmp (repository, current_parsed_root->directory, in checkout_proc()
810 strlen (current_parsed_root->directory)) != 0) in checkout_proc()
813 repository, current_parsed_root->directory); in checkout_proc()
878 if (strcmp (reposcopy, current_parsed_root->directory) == 0) in checkout_proc()
900 if (strcmp (reposcopy, current_parsed_root->directory) == 0) in checkout_proc()
933 build_one_dir (current_parsed_root->directory, ".", argc <= 1); in checkout_proc()
945 server_clear_entstat (".", current_parsed_root->directory); in checkout_proc()
[all …]
/mirbsd/src/gnu/usr.bin/cvs/contrib/
Ddirfns.shar1 echo 'directory.3':
2 sed 's/^X//' >'directory.3' <<'!'
6 Xopendir, readdir, telldir, seekdir, rewinddir, closedir \- high-level directory operations
47 XThis library provides high-level primitives for directory scanning,
48 Xsimilar to those available for 4.2BSD's (very different) directory system.
50 X.\"the new flexible length directory names of 4.2bsd UNIX
51 X.\"on top of the old directory structure of v7.
55 X.\"to the new directory access interface,
62 Xopens the directory named by
65 X.I directory stream
[all …]
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYUpload.c44 char *method, *directory; in LYUpload() local
56 if ((directory = strstr(line, "TO=")) == NULL) in LYUpload()
58 *(directory - 1) = '\0'; in LYUpload()
60 directory += 3; in LYUpload()
107 HTSprintf0(&filename, "%s/%s", directory, tmpbuf); in LYUpload()
136 HTAddParam(&the_command, SUBDIR_COMMAND, 1, directory); in LYUpload()
172 char *directory) in LYUpload_options() argument
186 StrAllocCopy(curloc, HTfullURL_toFile(directory)); in LYUpload_options()
/mirbsd/src/usr.sbin/httpd/src/modules/
DREADME1 The directory structure for this level is as follows:
5 In this directory are the standard supported modules for
14 In this directory we've placed some modules which we think
22 This is the directory for third-party modules, such as mod_jserv.
26 This directory houses modules which test various components
32 This directory houses example modules, to help module authors
/mirbsd/src/gnu/usr.bin/perl/lib/
DShell.t43 ok(directory(), 'Execute command');
44 my @files = directory('*.*');
47 ok(eq_array(\@files, [$so->directory('*.*')]), 'object method');
48 eval { $so->directory };
/mirbsd/src/lib/libssl/src/doc/
Dopenssl-shared.txt1 The OpenSSL shared libraries are often installed in a directory like
4 If this directory is not in a standard system path for dynamic/shared
14 library directory), and make use of -R or -rpath.
18 * you add the OpenSSL shared library directory to /etc/ld.so.conf
23 directory to it.
/mirbsd/src/gnu/usr.bin/perl/
Dmakeaperl.SH14 : This forces SH files to create target in same directory as SH file.
41 binary with the name C<perl> in the current directory. Intermediate
43 current directory. The most important intermediate file is a Makefile,
54 switch lets you determine, in which directory the intermediate files
61 there is no directory named, then the contents of $INC[0] are
92 -t directory directory where intermediate files reside (/tmp)
/mirbsd/src/gnu/usr.bin/binutils/config/
Dgettext-sister.m41 # intl sister-directory configuration rules.
5 # autoconf probes done by the intl directory - it's already done them
8 # The intl directory is set up to make this easy, by generating a
10 # the necessary substitutions and definitions for this directory.
13 [# If we haven't got the data from the intl directory,
35 # Look for .po and .gmo files in the source directory.
/mirbsd/src/gnu/usr.bin/perl/lib/Tie/
DMemoize.t21 my $directory = File::Spec->catdir(File::Spec->updir, 'lib');
23 tie my %hash, 'Tie::Memoize', \&slurp, $directory, \&exists,
37 my $c = slurp('constant.pm', $directory);
46 tie %hash, 'Tie::Memoize', \&slurp, $directory;
/mirbsd/src/gnu/usr.bin/perl/Cross/
DREADME4 The files in this directory add another cross-compilation
22 and target combination. The binary directory must be in
27 2) Make sure you are in the Cross directory.
35 directory. From here you can package and deploy as you wish.
57 in this directory:
63 machine and place it in the Cross directory with the
78 Note that the Cross/ directory is also used by a different
/mirbsd/src/lib/libc/gen/
DMakefile.inc65 ctermid.3 ctype.3 daemon.3 devname.3 directory.3 dirname.3 err.3 \
97 MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
98 directory.3 readdir.3 directory.3 rewinddir.3 directory.3 seekdir.3 \
99 directory.3 telldir.3 directory.3 readdir_r.3
/mirbsd/src/gnu/usr.bin/cvs/
DBUGS43 you intend to use LockDir as the correct directory will NOT be locked
55 * cvs update walks into a user's work directory if there's a directory
56 of the same name in the repository even if the user's directory
57 doesn't yet have a CVS admin sub-directory. This can greatly confuse
58 users who try to add the same directory at nearly the same time.
70 cvs [server aborted]: could not chdir to DB: No such file or directory
73 `DB' is an old directory, which no longer has files in it, and is
91 * The CVS server is leaving a temp directory (/tmp/cvs-serv*) on AIX 4.3 under
/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/
DREADME1 There used to be a directory called lib/unicode but everything that
2 used to be here is now in the lib/unicore directory.
6 filesystems. The lib/Unicode directory now contains various
/mirbsd/src/gnu/usr.bin/cvs/doc/
Dcvsclient.texi39 CVS to @dfn{check out} a @dfn{working directory} from the repository, to
47 directory, run the CVS @dfn{client} program. To perform operations
423 In most contexts, @samp{/} is used to separate directory and file
540 Note that @var{pathname} is a local directory and @emph{not} a fully
575 @item Directory @var{local-directory} \n
576 @itemx Relative-directory @var{local-directory} \n
578 Tell the server what directory to use.
580 The @var{repository} should be a directory name from a previous server
586 @var{repository} had to be absolute and @code{Relative-directory} was not a
587 valid request. The @code{Relative-directory} request is synonymous with
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb_mbuild.sh37 <srcdir> Source code directory.
38 <builddir> Build directory.
232 echo "${target}: unable to remove directory ${dir}"
260 trap "echo Removing partially configured ${dir} directory ...; rm -rf ${dir}; exit 1" 1 2 15
/mirbsd/src/usr.sbin/makefs/
DREADME3 makefs - build a file system image from a directory tree
16 makefs creates a file system image from a given directory tree.
32 to use in image, overridding the settings in the directory tree
68 a linked list of entries per directory with a child pointer
89 directory tree and fs parameters,
115 - a "file" (including a directory) has a known size, so
126 When creating a directory, the directory entries in the previously
/mirbsd/src/gnu/usr.sbin/sendmail/smrsh/
DREADME48 the bin directory used by smrsh.
53 program directory
64 directory, with mode 511.
89 next need to create the directory /usr/adm/sm.bin and populate
91 to execute. This directory is explicitly specified in the source
92 code for smrsh, so changing this directory must be accompanied with
98 After creating the /usr/adm/sm.bin directory, either copy the programs
99 to the directory, or establish links to the allowable programs from
105 /usr/adm/sm.bin directory, you should:
113 After populating the /usr/adm/sm.bin directory, you can now configure
/mirbsd/src/gnu/usr.bin/perl/h2pl/
DREADME4 This directory contains files to help you convert the *.ph files generated my
5 h2ph out of the perl source directory into *.pl files with all the
14 into the perl library directory, often /usr/local/lib/perl. For example,
46 To build %sizeof, try running this in this directory:
57 perl library directory. Run my tcbreak script to see whether you can do
59 can't. That script should be included in this directory.

12345678910>>...20