Searched refs:PL_strchr (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrchr.c42 PL_strchr(const char *s, char c) function
/vbox/src/libs/xpcom18a4/
H A Dvboxdeps.cpp15 (uintptr_t)PL_strchr,
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h79 #define PL_strchr VBoxNsplPL_strchr macro
297 * PL_strchr
305 PL_strchr(const char *s, char c);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacdll.c112 endCurLibPath = PL_strchr(curLibPath, PR_PATH_SEPARATOR);
H A Dmacio.c554 position = PL_strchr(macDirName, PR_PATH_SEPARATOR);
1134 if (PL_strchr(src, PR_DIRECTORY_SEPARATOR) == src) // If we�re dealing with an absolute
1312 unixPath = PL_strchr(unixPath, PR_DIRECTORY_SEPARATOR);
1708 if (PL_strchr(src, PR_DIRECTORY_SEPARATOR) == src) // If we�re dealing with an absolute
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c1340 /* PL_strchr */
1383 printf("Test 015 (PL_strchr) ..."); fflush(stdout);
1387 char *rv = PL_strchr(array[i].str, array[i].chr);

Completed in 67 milliseconds