Searched refs:lastSlash (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Drbutil.c31 const char *lastSlash = uprv_strrchr(filename, U_FILE_SEP_CHAR) + 1; local
33 if(lastSlash>filename) {
34 uprv_strncpy(dirname, filename, (lastSlash - filename));
35 *(dirname + (lastSlash - filename)) = '\0';
47 const char *lastSlash = uprv_strrchr(filename, U_FILE_SEP_CHAR) + 1; local
50 if(lastSlash>filename) {
51 uprv_strcpy(basename, lastSlash);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/NISCC/TLS_SSL/skipThisNisccCert/
H A DskipThisNisccCert.cpp53 const char *lastSlash = NULL; local
57 lastSlash = cp;
60 if(lastSlash == NULL) {
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/genErrorStrings/
H A DgenErrorStrings.cpp139 const char *lastSlash = fileName; local
142 while((nextSlash = strchr(lastSlash, '/')) != NULL) {
143 lastSlash = nextSlash + 1;
145 fprintf(f, "\t/* Error codes from %s */\n", lastSlash);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DTrustedApplication.cpp203 string::size_type lastSlash = path.rfind('/'); local
205 if (lastSlash != string::npos && bundleCore != string::npos)
206 if (bundleCore + 15 == lastSlash)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustedApplication.cpp203 string::size_type lastSlash = path.rfind('/'); local
205 if (lastSlash != string::npos && bundleCore != string::npos)
206 if (bundleCore + 15 == lastSlash)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustedApplication.cpp203 string::size_type lastSlash = path.rfind('/'); local
205 if (lastSlash != string::npos && bundleCore != string::npos)
206 if (bundleCore + 15 == lastSlash)
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DidentPicker.cpp133 char *lastSlash = NULL; local
142 lastSlash = thisSlash;
144 if(lastSlash == NULL) {
149 return strdup(lastSlash);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dexpand_path.c96 TCHAR *lastSlash; local
105 lastSlash = strrchr(path, '\\');
106 if (lastSlash != NULL) {
107 TCHAR *fslash = strrchr(lastSlash, '/');
110 lastSlash = fslash;
112 *lastSlash = '\0';
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/krbtool/
H A DidentPicker.cpp136 char *lastSlash = NULL; local
145 lastSlash = thisSlash;
147 if(lastSlash == NULL) {
152 return strdup(lastSlash);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/EntryPoint/mac/LegacyProcess/
H A DWebContentProcessMain.mm172 size_t lastSlash = clientExecutable.reverseFind('/');
173 clientProcessName = clientExecutable.substring(lastSlash + 1);
/macosx-10.10.1/kext_tools-384.1.4/
H A Dkext_tools_util.c815 char * lastSlash = NULL; local
822 lastSlash = strrchr(thePath, '/');
824 if (lastSlash == NULL || (lastSlash - thePath) < 2) {
830 (lastSlash - thePath) + 1) >= PATH_MAX) {
914 char * lastSlash = NULL; local
921 lastSlash = strrchr(thePath, '/');
923 if (lastSlash == NULL || (lastSlash - thePath) < 2) {
929 (lastSlash
[all...]
/macosx-10.10.1/dyld-353.2.1/src/
H A DImageLoaderMachOClassic.cpp591 const char* lastSlash = strrchr(parentInstallPath, '/'); local
592 if ( lastSlash != NULL ) {
593 if ( strcmp(&lastSlash[1], exportThruName) == 0 )
596 // when DYLD_IMAGE_SUFFIX is used, lastSlash string needs imageSuffix removed from end
600 if ( strcmp(&lastSlash[1], reexportAndSuffix) == 0 )
619 const char* lastSlash = strrchr(childInstallPath, '/'); local
620 if ( lastSlash != NULL ) {
621 const char* firstDot = strchr(lastSlash, '.');
624 len = strlen(lastSlash);
626 len = firstDot-lastSlash
661 const char* lastSlash = strrchr(childInstallPath, '/'); local
[all...]
H A DdyldAPIs.cpp1343 const char* lastSlash = strrchr(path, '/'); local
1346 dirPath[lastSlash-path] = '\0';
1349 if ( strlcat(canonicalPath, lastSlash+1, sizeof(canonicalPath)) < sizeof(canonicalPath) ) {
1439 const char* lastSlash = strrchr(path, '/'); local
1442 dirPath[lastSlash-path] = '\0';
1445 if ( strlcat(canonicalPath, lastSlash+1, sizeof(canonicalPath)) < sizeof(canonicalPath) ) {
H A Ddyld.cpp1612 char* lastSlash = strrchr(mainExecutableDir, '/'); local
1613 if ( lastSlash != NULL)
1614 lastSlash[1] = '\0';
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dnumfmt.cpp1465 int32_t lastSlash = nsDesc.lastIndexOf(gSlash); local
1466 if ( lastSlash > firstSlash ) {
1470 nsRuleSetGroup.setTo(nsDesc,firstSlash+1,lastSlash-firstSlash-1);
1471 nsRuleSetName.setTo(nsDesc,lastSlash+1);
/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOBinder.hpp416 const char* lastSlash = strrchr(dylibName, '/'); local
417 const char* leafStart = &lastSlash[1];
418 if ( lastSlash == NULL )
432 const char* lastSlash = strrchr(dylibName, '/'); local
433 if ( (lastSlash != NULL) && (strcmp(&lastSlash[1], frameworkLeafName) == 0) )
H A Ddsc_extractor.cpp370 char* lastSlash = strrchr(dirs, '/'); local
371 if ( lastSlash == NULL )
373 lastSlash[1] = '\0';
H A Dupdate_dyld_shared_cache.cpp291 char* lastSlash = strrchr(symFullPath, '/'); local
292 if ( lastSlash != NULL ) {
293 strcpy(lastSlash+1, pathInSymLink);
2947 char* lastSlash = strrchr(dyldDirs, '/'); local
2948 if ( lastSlash != NULL )
2949 lastSlash[1] = '\0';

Completed in 466 milliseconds