Searched refs:PL_strrchr (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrchr.c50 PL_strrchr(const char *s, char c) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h74 #define PL_strrchr VBoxNsplPL_strrchr macro
308 * PL_strrchr
316 PL_strrchr(const char *s, char c);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcModuleReg.cpp161 char *p = PL_strrchr(exePath, IPC_PATH_SEP_CHAR);
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp137 char* lastSlash = PL_strrchr(buffer, '\\');
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsSpecialSystemDirectory.cpp299 char* lastSlash = PL_strrchr(buf, '\\');
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp156 char* lastSlash = PL_strrchr(buf, '\\');
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c1420 /* PL_strrchr */
1463 printf("Test 016 (PL_strrchr) ..."); fflush(stdout);
1467 char *rv = PL_strrchr(array[i].str, array[i].chr);

Completed in 58 milliseconds