| /mirbsd/src/gnu/usr.bin/perl/t/win32/ |
| D | longpath.t | 7 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/ |
| D | main.c | 65 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()
|
| D | find.c | 153 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/ |
| D | ftw.c | 41 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()
|
| D | nftw.c | 42 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/ |
| D | Path.pm | 141 my($paths, $verbose, $mode) = @_; 147 $paths = [$paths] unless ref $paths; 149 foreach $path (@$paths) {
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | gdb_indent.sh | 8 paths=`echo $PATH | sed \ 13 for path in $paths
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | registry.bat | 10 ::- My paths... 22 ::- You might need to fix the quotes if your paths contain spaces!
|
| /mirbsd/src/usr.bin/make/ |
| D | parse.c | 595 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/ |
| D | h2xs.PL | 776 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/ |
| D | ex_cscope.c | 333 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);
|
| D | tag.h | 33 char **paths; /* Array of search paths for this cscope. */ member
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | config.over | 1 # Override default paths when building in the MirOS source tree 11 # Use correct paths for a distribution
|
| D | perltoc2.gen | 30 # 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)
|
| D | README.netware | 42 Compiler & tools. Execution of this file sets these paths and also 66 required paths for Visual c++ compilier (specify vcvars32 location) at
|
| D | installhtml | 130 --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/ |
| D | Usage.pm | 516 my @paths = (ref $pathspec) ? @$pathspec : split($pathsep, $pathspec); 517 for $dirname (@paths) {
|
| /mirbsd/src/libexec/ld.so/ |
| D | loader.c | 77 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/ |
| D | ptags | 10 # 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/ |
| D | mod_auth_db.module | 42 echo " Either disable mod_auth_db or provide us with the paths"
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlcheat.pod | 72 10 ctime just use @INC include paths
|
| /mirbsd/src/gnu/usr.bin/cvs/m4/ |
| D | lib-ld.m4 | 56 # Accept absolute paths.
|
| /mirbsd/src/gnu/usr.bin/texinfo/m4/ |
| D | lib-ld.m4 | 58 # Accept absolute paths.
|
| /mirbsd/src/gnu/usr.bin/binutils/config/ |
| D | lib-ld.m4 | 57 # Accept absolute paths.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Cwd/ |
| D | Changes | 149 - 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
|