Searched refs:rootpath (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/apr-32/apr/apr/file_io/netware/
H A Dfilesys.c21 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) argument
27 *rootpath = apr_pstrdup(p, root);
31 apr_status_t filepath_has_drive(const char *rootpath, int only, apr_pool_t *p) argument
35 if (rootpath) {
36 s = strchr (rootpath, ':');
40 return (s && (s != rootpath) && !s[1]);
44 return (s && (s != rootpath));
67 APR_DECLARE(apr_status_t) apr_filepath_get(char **rootpath, apr_int32_t flags,
88 *rootpath = apr_pstrdup(p, ptr);
90 for (ptr = *rootpath; *pt
[all...]
/macosx-10.10.1/apr-32/apr/apr/file_io/win32/
H A Dfilesys.c88 apr_status_t filepath_drive_get(char **rootpath, char drive, argument
124 for (*rootpath = path; **rootpath; ++*rootpath) {
125 if (**rootpath == '\\')
126 **rootpath = '/';
129 *rootpath = apr_pstrdup(p, path);
134 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) argument
156 *rootpath = apr_pstrdup(p, (char*)wroot);
166 *rootpath
[all...]
H A Dfilepath.c40 APR_DECLARE(apr_status_t) apr_filepath_root(const char **rootpath,
87 *rootpath = newpath;
109 *rootpath = apr_pstrdup(p, seperator);
141 rv = apr_filepath_root(rootpath, &testpath, flags, p);
189 *rootpath = newpath;
240 *rootpath = newpath;
263 *rootpath = newpath;
277 *rootpath = newpath;
306 *rootpath = newpath;
320 *rootpath
[all...]
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dfilepath.c64 APR_DECLARE(apr_status_t) apr_filepath_root(const char **rootpath,
70 *rootpath = apr_pstrdup(p, "/");
82 const char *rootpath,
88 apr_size_t rootlen; /* is the length of the src rootpath */
90 apr_size_t keptlen; /* is the length of the retained rootpath */
101 /* If addpath is rooted, then rootpath is unused.
114 if (!rootpath && !(flags & APR_FILEPATH_NOTABOVEROOT))
115 rootpath = "";
119 * requires a relative result. If the rootpath is
121 * if rootpath wa
[all...]
/macosx-10.10.1/apr-32/apr/apr/file_io/os2/
H A Dfilesys.c66 apr_status_t filepath_drive_get(char **rootpath, char drive, argument
91 *rootpath = apr_pstrdup(p, path);
96 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p) argument
99 *rootpath = apr_pstrdup(p, root);
100 (*rootpath)[0] = apr_toupper((*rootpath)[0]);
103 *rootpath = root;
/macosx-10.10.1/apr-32/apr/apr/include/arch/os2/
H A Dapr_arch_file_io.h81 apr_status_t filepath_drive_get(char **rootpath, char drive,
83 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dloader.py18 for rootpath, dirnames, filenames in os.walk(root):
21 result.append(join(rootpath, fn))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dloader.py20 for rootpath, dirnames, filenames in os.walk(root):
23 result.append(join(rootpath, fn))
/macosx-10.10.1/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_file_io.h151 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p);
158 apr_status_t filepath_has_drive(const char *rootpath, int only, apr_pool_t *p);
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_file_io.h242 apr_status_t filepath_drive_get(char **rootpath, char drive,
250 apr_status_t filepath_root_case(char **rootpath, char *root, apr_pool_t *p);
/macosx-10.10.1/apr-32/apr/apr/include/
H A Dapr_file_info.h286 /** Cause apr_filepath_merge to fail if addpath is above rootpath
288 * if the rootpath is NULL or empty. In APR 2.0 this should be
289 * changed to imply NOTABSOLUTE if the rootpath is NULL or empty.
296 /** Cause apr_filepath_merge to fail if addpath is above rootpath,
297 * even given a rootpath /foo/bar and an addpath ../bar/bash
318 * Extract the rootpath from the given filepath
319 * @param rootpath the root file path returned with APR_SUCCESS or APR_EINCOMPLETE
329 * returns the rootpath of "/" and filepath points at "foo". This is far
340 APR_DECLARE(apr_status_t) apr_filepath_root(const char **rootpath,
346 * Merge additional file path onto the previously processed rootpath
[all...]
/macosx-10.10.1/bless-103/
H A Dfirmwaresyncd.c266 CFURLRef rootpath; local
272 rootpath = CFURLCreateFromFileSystemRepresentation(kCFAllocatorDefault, (UInt8 *)"/", 1, true);
273 if (rootpath) {
279 CFDictionaryAddValue(matchdict, kDADiskDescriptionVolumePathKey, rootpath);
289 CFRelease(rootpath);
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dtz2icu.cpp1433 string rootpath, zonetab, version; local
1438 rootpath = argv[1];
1485 scandir(rootpath);
1487 cerr << "Error: While scanning " << rootpath << ": " << error.what() << endl;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/treeql/
H A Dtreeql84.tcl238 # shim to find $node rootpath by repetitive [parent]
252 method rootpath {args} {
H A Dtreeql85.tcl233 # shim to find $node rootpath by repetitive [parent]
247 method rootpath {args} {
/macosx-10.10.1/apache-793/httpd/server/
H A Dconfig.c2034 const char *rootpath, *filepath = fname; local
2037 status = apr_filepath_root(&rootpath, &filepath, APR_FILEPATH_TRUENAME, ptemp);
2048 return process_resource_config_fnmatch(s, rootpath, filepath, conftree, p, ptemp,
/macosx-10.10.1/apache-793/httpd/modules/dav/fs/
H A Drepos.c250 const char *testpath, *rootpath; local
257 rv = apr_filepath_root(&rootpath, &testpath, 0, ctx->pool);

Completed in 283 milliseconds