Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 25 of 127) sorted by relevance

123456

/mirbsd/src/gnu/usr.bin/perl/t/win32/
Dlongpath.t7 my @paths = qw(
23 push @paths, map { my $x = $_; $x =~ s,/,\\,g; $x } @paths;
24 push @paths, qw(
36 for (@paths) {
39 push @paths, $ENV{SystemRoot} if $ENV{SystemRoot};
42 @expect{@paths} = map { my $x = $_; $x =~ s,(.[/\\])[/\\]+,$1,g; $x } @paths;
44 print "1.." . @paths . "\n";
46 for (@paths) {
/mirbsd/src/usr.bin/find/
Dmain.c65 char **p, **paths, **paths2; in main() local
74 p = paths = (char **) emalloc(sizeof(char *) * argc); in main()
121 if (p == paths) in main()
125 if (!(paths2 = realloc(paths, sizeof(char *) * (p - paths + 1)))) in main()
127 paths = paths2; in main()
132 find_execute(find_formplan(argv), paths); in main()
Dfind.c153 char **paths) /* array of pathnames to traverse */ in find_execute() argument
158 if (!(tree = fts_open(paths, ftsoptions, NULL))) in find_execute()
/mirbsd/src/lib/libc/gen/
Dftw.c41 char *paths[2], *allocd; in ftw() local
49 paths[0] = allocd = strdup(path); in ftw()
50 paths[1] = NULL; in ftw()
52 ftsp = fts_open(paths, FTS_LOGICAL | FTS_COMFOLLOW | FTS_NOCHDIR, NULL); in ftw()
Dnftw.c42 char *paths[2], *allocd; in nftw() local
50 paths[0] = allocd = strdup(path); in nftw()
51 paths[1] = NULL; in nftw()
63 ftsp = fts_open(paths, ftsflags, NULL); in nftw()
/mirbsd/src/gnu/usr.bin/perl/lib/File/
DPath.pm141 my($paths, $verbose, $mode) = @_;
147 $paths = [$paths] unless ref $paths;
149 foreach $path (@$paths) {
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb_indent.sh8 paths=`echo $PATH | sed \
13 for path in $paths
/mirbsd/src/gnu/usr.bin/perl/wince/
Dregistry.bat10 ::- My paths...
22 ::- You might need to fix the quotes if your paths contain spaces!
/mirbsd/src/usr.bin/make/
Dparse.c595 LIST paths; /* List of search paths to alter when parsing in ParseDoDependency() local
602 Lst_Init(&paths); in ParseDoDependency()
724 Lst_AtEnd(&paths, dirSearchPath); in ParseDoDependency()
776 Lst_AtEnd(&paths, path); in ParseDoDependency()
920 Lst_Every(&paths, ParseClearPath); in ParseDoDependency()
985 Lst_ForEach(&paths, ParseAddDir, line); in ParseDoDependency()
1008 Lst_Destroy(&paths, NOFREE); in ParseDoDependency()
/mirbsd/src/gnu/usr.bin/perl/utils/
Dh2xs.PL776 my @paths;
782 @paths = qw( Sys$Library VAXC$Include );
783 push @paths, ($hadsys ? 'GNU_CC_Include[vms]' : 'GNU_CC_Include[000000]');
784 push @paths, qw( DECC$Library_Include DECC$System_Include );
787 @paths = (File::Spec->curdir(), $Config{usrinc},
814 my @dirs = @paths;
817 for my $dir (@paths) {
/mirbsd/src/usr.bin/vi/ex/
Dex_cscope.c333 csc->paths, char **, nentries + 1, sizeof(char **));
334 for (pathp = csc->paths, p = strtok(csc->pbuf, ":");
348 CALLOC_GOTO(sp, csc->paths, char **, 2, sizeof(char *));
349 csc->paths[0] = csc->pbuf;
791 for (pp = csc->paths; *pp != NULL; ++pp) {
909 if (csc->paths != NULL)
910 free(csc->paths);
Dtag.h33 char **paths; /* Array of search paths for this cscope. */ member
/mirbsd/src/gnu/usr.bin/perl/
Dconfig.over1 # Override default paths when building in the MirOS source tree
11 # Use correct paths for a distribution
Dperltoc2.gen30 # Shell array paths are constructed like this:
95 # look up the item, creating paths as needed
256 # look up the item, not creating paths
318 # look up the item, creating paths as needed
376 # look up an item ($1=1: create paths as necessary)
DREADME.netware42 Compiler & tools. Execution of this file sets these paths and also
66 required paths for Visual c++ compilier (specify vcvars32 location) at
Dinstallhtml130 --podroot - filesystem base directory from which all relative paths in
134 --htmlroot - http-server base directory from which all relative paths
/mirbsd/src/gnu/usr.bin/perl/lib/Pod/
DUsage.pm516 my @paths = (ref $pathspec) ? @$pathspec : split($pathsep, $pathspec);
517 for $dirname (@paths) {
/mirbsd/src/libexec/ld.so/
Dloader.c77 void _dl_dopreload(char *paths);
169 _dl_dopreload(char *paths) in _dl_dopreload() argument
174 dp = paths = _dl_strdup(paths); in _dl_dopreload()
191 _dl_free(paths); in _dl_dopreload()
/mirbsd/src/gnu/usr.bin/perl/emacs/
Dptags10 # fullpath - use full paths in TAGS (default: relative to the root)
31 echo "Building TAGS with full paths"
36 echo "Building TAGS with relative paths"
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_auth_db.module42 echo " Either disable mod_auth_db or provide us with the paths"
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlcheat.pod72 10 ctime just use @INC include paths
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dlib-ld.m456 # Accept absolute paths.
/mirbsd/src/gnu/usr.bin/texinfo/m4/
Dlib-ld.m458 # Accept absolute paths.
/mirbsd/src/gnu/usr.bin/binutils/config/
Dlib-ld.m457 # Accept absolute paths.
/mirbsd/src/gnu/usr.bin/perl/ext/Cwd/
DChanges149 - File::Spec->canonpath() will now reduce paths like '[d1.-]foo.dat'
263 expressions when comparing paths in the regression tests. This
325 paths containing slashes. [Craig A. Berry]
374 not attempt to reconcile the paths, and simply return the first

123456