Searched refs:JLI_StrLen (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/solaris/bin/
H A Djava_md_common.c47 if (JLI_StrLen(buf) < 4 || JLI_StrRChr(buf, '/') == 0) {
51 if (JLI_StrCmp("/bin", buf + JLI_StrLen(buf) - 4) != 0)
53 if (JLI_StrLen(buf) < 4 || JLI_StrCmp("/bin", buf + JLI_StrLen(buf) - 4) != 0) {
81 if ((JLI_StrLen(indir) + JLI_StrLen(cmd) + 1) > PATH_MAX) return 0;
116 tmp_path = JLI_MemAlloc(JLI_StrLen(path) + 2);
186 if (JLI_StrLen(path) + JLI_StrLen(dir) + 11 > PATH_MAX)
252 ret_str = JLI_MemAlloc(JLI_StrLen(dirnam
[all...]
H A Djava_md_solinux.c329 if (llp != NULL && JLI_StrNCmp(llp, jpath, JLI_StrLen(jpath)) == 0) {
606 new_runpath = JLI_MemAlloc(((runpath != NULL) ? JLI_StrLen(runpath) : 0) +
607 2 * JLI_StrLen(jrepath) + 2 * JLI_StrLen(arch) +
608 JLI_StrLen(jvmpath) + 52);
609 newpath = new_runpath + JLI_StrLen("LD_LIBRARY_PATH=");
643 JLI_StrNCmp(newpath, runpath, JLI_StrLen(newpath)) == 0 &&
644 (runpath[JLI_StrLen(newpath)] == 0 || runpath[JLI_StrLen(newpath)] == ':') &&
707 char *oldexec = JLI_StrCpy(JLI_MemAlloc(JLI_StrLen(execnam
[all...]
/openjdk7/jdk/src/share/bin/
H A Djli_util.c120 return JLI_StrNCmp(s1, s2, JLI_StrLen(s2));
H A Dwildcard.c178 int wildlen = JLI_StrLen(wildcard);
292 size += (int)JLI_StrLen(fl->files[i]) + 1;
297 int len = (int)JLI_StrLen(fl->files[i]);
311 int len = (int)JLI_StrLen(path);
332 int len = (int)JLI_StrLen(filename);
344 int wildlen = (int)JLI_StrLen(wildcard);
345 int baselen = (int)JLI_StrLen(basename);
371 int len = (int)JLI_StrLen(filename);
H A Dversion_comp.c196 modifier = simple_element + JLI_StrLen(simple_element) - 1;
292 if ((simple_element == NULL) || ((len = JLI_StrLen(simple_element)) == 0))
320 if ((element == NULL) || (JLI_StrLen(element) == 0))
342 if ((version_string == NULL) || (JLI_StrLen(version_string) == 0))
H A Djava.c617 if (JLI_StrLen(s) > 1) {
706 + JLI_StrLen(s));
858 char* splash_file_entry = JLI_MemAlloc(JLI_StrLen(SPLASH_FILE_ENV_ENTRY "=")+JLI_StrLen(splash_file_name)+1);
864 char* splash_jar_entry = JLI_MemAlloc(JLI_StrLen(SPLASH_JAR_ENV_ENTRY "=")+JLI_StrLen(splash_jar_name)+1);
940 if (JLI_StrLen(info.main_class) <= MAXNAMELEN) {
1031 char *tmp = JLI_MemAlloc(JLI_StrLen(arg) + 50);
1042 char *tmp = JLI_MemAlloc(JLI_StrLen(arg) + 6);
1138 int len = (int)JLI_StrLen(
[all...]
H A Djli_util.h49 #define JLI_StrLen(p1) strlen((p1)) macro
H A Dparse_manifest.c320 if ((size_t)CENNAM(p) == JLI_StrLen(file_name) &&
321 memcmp((p + CENHDR), file_name, JLI_StrLen(file_name)) == 0) {
/openjdk7/jdk/src/windows/bin/
H A Djava_md.c111 int nameLen = JLI_StrLen(paramName);
278 if (JLI_StrLen(crtpath) + JLI_StrLen("\\bin\\") +
279 JLI_StrLen(CRT_DLL) >= MAXPATHLEN) {
627 mlen += (int)JLI_StrLen(errtext);
880 char *un = (char*)JLI_MemAlloc(JLI_StrLen(s) + 1); /* Ptr to unquoted string */
937 if (JLI_StrNCaseCmp(jre, path, JLI_StrLen(jre)) == 0)
1003 cmdline = (char *)JLI_MemAlloc(JLI_StrLen(path) + JLI_StrLen(np) + 4);
1093 char *buf = JLI_MemAlloc(JLI_StrLen(nam
[all...]

Completed in 46 milliseconds