Searched refs:basepath (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dfilepath.c353 const char *basepath,
362 apr_size_t baselen; /* the length of basepath (excluding baseroot) */
363 apr_size_t keptlen; /* the length of the retained basepath (incl root) */
367 apr_status_t basetype = 0; /* from parsing the basepath's baseroot */
371 int fixunc = 0; /* flag to complete an incomplete UNC basepath */
400 /* If addpath is (even partially) rooted, then basepath is
414 if (!basepath) {
421 basepath = baseroot = "";
430 basepath = baseroot = "";
435 if (!basepath)
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/dlz/drivers/
H A Ddlz_filesystem_driver.c625 char *basepath; local
632 basepath = NULL;
650 if (create_path(zone, NULL, NULL, cd, &basepath) != ISC_R_SUCCESS) {
655 basepathlen = strlen(basepath);
657 if (stat(basepath, &sb) != 0) {
669 result = isc_dir_open(&dir, basepath);
676 basepath);
701 basepath);
730 if (basepath != NULL)
731 isc_mem_free(ns_g_mctx, basepath);
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DDLDBListCFPref.cpp529 string basepath = ExpandTildesInPath(kLoginKeychainPathPrefix) + getPwInfo(kUsername); local
530 return DLDbIdentifier(ssuid,basepath.c_str(),dbLocation);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DDLDBListCFPref.cpp529 string basepath = ExpandTildesInPath(kLoginKeychainPathPrefix) + getPwInfo(kUsername); local
530 return DLDbIdentifier(ssuid,basepath.c_str(),dbLocation);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DDLDBListCFPref.cpp529 string basepath = ExpandTildesInPath(kLoginKeychainPathPrefix) + getPwInfo(kUsername); local
530 return DLDbIdentifier(ssuid,basepath.c_str(),dbLocation);

Completed in 402 milliseconds