Searched refs:dirs (Results 1 - 25 of 162) sorted by relevance

1234567

/macosx-10.9.5/man-16/man/src/
H A Dman-config.h5 extern struct dirs cfdirlist;
H A Ddefs.h2 #undef MAXPATHLEN /* make sure struct dirs has a
20 struct dirs { struct
21 struct dirs *nxt;
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dlsk.tcl3 proc listall {dirs} {
4 while {[llength $dirs] > 0} {
5 set dir [lindex $dirs 0]
6 set dirs [lrange $dirs 1 end]
15 lappend dirs $path
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathcat.c46 pathcat(char* path, const char* dirs, int sep, const char* a, const char* b) argument
48 return pathcat_20100601(dirs, sep, a, b, path, PATH_MAX);
58 pathcat_20100601(register const char* dirs, int sep, const char* a, register const char* b, char* path, size_t size) argument
65 while (*dirs && *dirs != sep)
69 *s++ = *dirs++;
97 return *dirs ? (char*)++dirs : 0;
H A Dpathaccess.c27 * return path to file a/b with access mode using : separated dirs
29 * if a==".." then relative paths in dirs are ignored
40 pathaccess(char* path, const char* dirs, const char* a, const char* b, int mode) argument
42 return pathaccess_20100601(dirs, a, b, mode, path, PATH_MAX);
50 pathaccess_20100601(register const char* dirs, const char* a, const char* b, register int mode, register char* path, size_t size) argument
58 dirs = pathcat(dirs, sep, a, b, path, size);
64 dirs = getcwd(cwd, sizeof(cwd));
67 } while (dirs);
/macosx-10.9.5/uucp-11/uucp/unix/
H A Dftw.c60 ftw_dir (dirs, level, descriptors, dir, len, func)
61 DIR **dirs;
75 while ((entry = readdir (dirs[level])) != NULL)
115 if (dirs[newlev] != NULL)
116 closedir (dirs[newlev]);
118 dirs[newlev] = opendir (dir);
119 if (dirs[newlev] != NULL)
136 ret = ftw_dir (dirs, newlev, descriptors, dir,
138 if (dirs[newlev] != NULL)
143 closedir (dirs[newle
183 DIR **dirs; local
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfchdir.c46 static dir_info_t *dirs; variable
49 /* Try to ensure dirs has enough room for a slot at index fd. */
63 (dirs != NULL
64 ? (dir_info_t *) realloc (dirs, new_allocated * sizeof (dir_info_t))
73 dirs = new_dirs;
89 if (dirs[fd].name != NULL)
90 free (dirs[fd].name);
91 dirs[fd].name = NULL;
92 dirs[fd].saved_errno = ENOTDIR;
127 dirs[f
[all...]
/macosx-10.9.5/doc_cmds-49/makewhatis/
H A Dmakewhatis.local.sh39 opt= dirs= localdirs=
45 *) dirs="$dirs $arg";;
49 dirs=`echo $dirs | sed 's/:/ /g'`
50 case X"$dirs" in X) echo "usage: $0 [options] directories ..."; exit 1;; esac
52 localdirs=`find -H $dirs -fstype local -type d -prune -print`
55 X) echo "$0: no local-mounted manual directories found: $dirs"
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dpushd.tcl20 #@package: TclX-directory_stack pushd popd dirs
31 set dirs [glob -nocomplain $new]
32 set count [llength $dirs]
36 error "ambiguous directory: $new: [join $dirs {, }]"
38 cd [lindex $dirs 0]
61 proc dirs {} { procedure
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dsearchpath.cpp46 dirs = new char[((e && *e) ? strlen(e) + 1 : 0)
51 *dirs = '\0';
53 strcat(dirs, e);
54 strcat(dirs, PATH_SEP);
57 strcat(dirs, ".");
58 strcat(dirs, PATH_SEP);
61 strcat(dirs, home);
62 strcat(dirs, PATH_SEP);
65 strcat(dirs, standard);
66 init_len = strlen(dirs);
72 a_delete dirs; local
[all...]
/macosx-10.9.5/groff-38/groff/src/include/
H A Dsearchpath.h23 char *dirs; member in class:search_path
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/
H A Dbuild-outputs.mk3 buckets/apr_brigade.lo: buckets/apr_brigade.c .make.dirs include/apr_buckets.h
4 buckets/apr_buckets.lo: buckets/apr_buckets.c .make.dirs include/apr_buckets.h
5 buckets/apr_buckets_alloc.lo: buckets/apr_buckets_alloc.c .make.dirs include/apr_buckets.h
6 buckets/apr_buckets_eos.lo: buckets/apr_buckets_eos.c .make.dirs include/apr_buckets.h
7 buckets/apr_buckets_file.lo: buckets/apr_buckets_file.c .make.dirs include/apr_buckets.h
8 buckets/apr_buckets_flush.lo: buckets/apr_buckets_flush.c .make.dirs include/apr_buckets.h
9 buckets/apr_buckets_heap.lo: buckets/apr_buckets_heap.c .make.dirs include/apr_buckets.h
10 buckets/apr_buckets_mmap.lo: buckets/apr_buckets_mmap.c .make.dirs include/apr_buckets.h
11 buckets/apr_buckets_pipe.lo: buckets/apr_buckets_pipe.c .make.dirs include/apr_buckets.h
12 buckets/apr_buckets_pool.lo: buckets/apr_buckets_pool.c .make.dirs includ
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/
H A Dbuild-outputs.mk3 buckets/apr_brigade.lo: buckets/apr_brigade.c .make.dirs include/apr_buckets.h
4 buckets/apr_buckets.lo: buckets/apr_buckets.c .make.dirs include/apr_buckets.h
5 buckets/apr_buckets_alloc.lo: buckets/apr_buckets_alloc.c .make.dirs include/apr_buckets.h
6 buckets/apr_buckets_eos.lo: buckets/apr_buckets_eos.c .make.dirs include/apr_buckets.h
7 buckets/apr_buckets_file.lo: buckets/apr_buckets_file.c .make.dirs include/apr_buckets.h
8 buckets/apr_buckets_flush.lo: buckets/apr_buckets_flush.c .make.dirs include/apr_buckets.h
9 buckets/apr_buckets_heap.lo: buckets/apr_buckets_heap.c .make.dirs include/apr_buckets.h
10 buckets/apr_buckets_mmap.lo: buckets/apr_buckets_mmap.c .make.dirs include/apr_buckets.h
11 buckets/apr_buckets_pipe.lo: buckets/apr_buckets_pipe.c .make.dirs include/apr_buckets.h
12 buckets/apr_buckets_pool.lo: buckets/apr_buckets_pool.c .make.dirs includ
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dpaths.el40 (defun prune-directory-list (dirs &optional keep reject)
53 dirs)))
73 (standard-info-dirs
76 (let ((dirs
81 dirs
82 (prune-directory-list dirs config))))
88 (if (member config-dir standard-info-dirs)
89 (nconc standard-info-dirs config)
90 (cons config-dir standard-info-dirs)))
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dmake-relative-prefix.c118 char **dirs; local
143 dirs = (char **) malloc (sizeof (char *) * (num_dirs + 2));
144 if (dirs == NULL)
153 dirs[num_dirs++] = save_string (p, 3);
154 if (dirs[num_dirs - 1] == NULL)
156 free (dirs);
171 dirs[num_dirs++] = save_string (q, p - q);
172 if (dirs[num_dirs - 1] == NULL)
174 dirs[num_dirs] = NULL;
175 free_split_directories (dirs);
200 free_split_directories(char **dirs) argument
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A DMAKESHAR13 dirs=
36 dirs="$dirs $i"
47 if [ \( -z "$files" \) -a \( -z "$dirs" \) ]
63 dirs = "'"$dirs"'";
99 printf("shar -n%d -e%d %s ", i, seq - 1, dirs);
/macosx-10.9.5/tcl-102/tcl/tcl/library/
H A Dauto.tcl60 set dirs {}
66 lappend dirs $the_library
76 lappend dirs $env($enVarName)
85 lappend dirs $value
92 lappend dirs [file join $d $basename$version]
96 lappend dirs [file join $d $basename$version Resources Scripts]
116 lappend dirs [file join $parentDir lib $basename$version]
117 lappend dirs [file join $grandParentDir lib $basename$version]
118 lappend dirs [file join $parentDir library]
120 lappend dirs [fil
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/library/
H A Dauto.tcl57 set dirs {}
63 lappend dirs $the_library
73 lappend dirs $env($enVarName)
83 # lappend dirs $value
90 lappend dirs [file join $d $basename$version]
94 lappend dirs [file join $d $basename$version Resources Scripts]
104 lappend dirs [file join $parentDir lib $basename$version]
105 lappend dirs [file join $grandParentDir lib $basename$version]
106 lappend dirs [file join $parentDir library]
120 lappend dirs [fil
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep039.tcl162 file mkdir [set dirs(A) $testdir/SITE_A]
163 file mkdir [set dirs(B) $testdir/SITE_B]
164 file mkdir [set dirs(C) $testdir/SITE_C]
181 -home $dirs(A) -rep_transport \[list 1 replsend\]"
194 -home $dirs(B) -rep_transport \[list 2 replsend\]"
201 -home $dirs(C) -rep_transport \[list 3 replsend\]"
233 set res [eval exec $util_path/db_archive -l -h $dirs($test_client)]
247 set res [eval exec $util_path/db_archive -d -h $dirs($master)]
248 set res [eval exec $util_path/db_archive -l -h $dirs($master)]
259 set res [eval exec $util_path/db_archive -l -h $dirs(
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Drefer.el293 (let (file files dir dirs)
295 (setq dirs (copy-alist dir-list))
296 (while (setq dir (car dirs))
299 dirs nil)
303 dirs nil)
304 (setq dirs (cdr dirs)))))
318 (dirs nil))
325 (setq dirs (append (list (expand-file-name dir nil))
326 dirs))))
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/starsync/
H A Dstarsync.tcl43 for {lappend dirs {}} {[llength $dirs]} {set dirs [lrange $dirs 1 end]} {
44 set curr [lindex $dirs 0]
50 lappend dirs $x
72 for {lappend dirs {}} {[llength $dirs]} {set dirs [lrange $dirs
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/tools/
H A DcvtEOL.tcl17 set dirs {unix mac generic win library compat tests unix/dltest \
24 foreach x $dirs {
/macosx-10.9.5/apr-30/apr/apr/
H A Dbuild-outputs.mk3 passwd/apr_getpass.lo: passwd/apr_getpass.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
4 strings/apr_cpystrn.lo: strings/apr_cpystrn.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
5 strings/apr_fnmatch.lo: strings/apr_fnmatch.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_fnmatch.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
6 strings/apr_snprintf.lo: strings/apr_snprintf.c .make.dirs include/apr_allocator.h include/apr_dso.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_global_mutex.h include/apr_inherit.h include/apr_lib.h include/apr_network_io.h include/apr_pools.h include/apr_portable.h include/apr_proc_mutex.h include/apr_shm.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_thread_proc.h include/apr_time.h include/apr_user.h include/apr_want.h
7 strings/apr_strings.lo: strings/apr_strings.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
8 strings/apr_strnatcmp.lo: strings/apr_strnatcmp.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
9 strings/apr_strtok.lo: strings/apr_strtok.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
10 tables/apr_hash.lo: tables/apr_hash.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_hash.h include/apr_pools.h include/apr_thread_mutex.h include/apr_want.h
11 tables/apr_tables.lo: tables/apr_tables.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_want.h
15 dso/unix/dso.lo: dso/unix/dso.c .make.dirs includ
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dbuild-outputs.mk3 passwd/apr_getpass.lo: passwd/apr_getpass.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
4 strings/apr_cpystrn.lo: strings/apr_cpystrn.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
5 strings/apr_fnmatch.lo: strings/apr_fnmatch.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_fnmatch.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
6 strings/apr_snprintf.lo: strings/apr_snprintf.c .make.dirs include/apr_allocator.h include/apr_dso.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_global_mutex.h include/apr_inherit.h include/apr_lib.h include/apr_network_io.h include/apr_pools.h include/apr_portable.h include/apr_proc_mutex.h include/apr_shm.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_thread_proc.h include/apr_time.h include/apr_user.h include/apr_want.h
7 strings/apr_strings.lo: strings/apr_strings.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
8 strings/apr_strnatcmp.lo: strings/apr_strnatcmp.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
9 strings/apr_strtok.lo: strings/apr_strtok.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_want.h
10 tables/apr_hash.lo: tables/apr_hash.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_hash.h include/apr_pools.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
11 tables/apr_tables.lo: tables/apr_tables.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_want.h
15 dso/unix/dso.lo: dso/unix/dso.c .make.dirs includ
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/build/
H A Dw32locatedb.pl97 my @dirs = splitdir($dir);
98 die if scalar @dirs < 1;
99 do { $_ = pop @dirs } while ($_ eq '');
100 return catpath($vol, catdir(@dirs), '');

Completed in 517 milliseconds

1234567