Searched defs:strAlias (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.c209 CharList *pkg_appendUniqueDirToList(CharList *l, CharList** end, const char *strAlias) { argument
212 rPtr = uprv_strrchr(strAlias, U_FILE_SEP_CHAR);
215 char *aPtr = uprv_strrchr(strAlias, U_FILE_ALT_SEP_CHAR);
226 if((rPtr-strAlias) >= (sizeof(aBuf)/sizeof(aBuf[0]))) {
227 fprintf(stderr, "## ERR: Path too long [%d chars]: %s\n", (int)sizeof(aBuf), strAlias);
230 strncpy(aBuf, strAlias,(rPtr-strAlias));
231 aBuf[rPtr-strAlias]=0; /* no trailing slash */
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.c209 CharList *pkg_appendUniqueDirToList(CharList *l, CharList** end, const char *strAlias) { argument
212 rPtr = uprv_strrchr(strAlias, U_FILE_SEP_CHAR);
215 char *aPtr = uprv_strrchr(strAlias, U_FILE_ALT_SEP_CHAR);
226 if((rPtr-strAlias) >= (sizeof(aBuf)/sizeof(aBuf[0]))) {
227 fprintf(stderr, "## ERR: Path too long [%d chars]: %s\n", (int)sizeof(aBuf), strAlias);
230 strncpy(aBuf, strAlias,(rPtr-strAlias));
231 aBuf[rPtr-strAlias]=0; /* no trailing slash */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 115 milliseconds