Searched refs:PL_strncaserstr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcstr.c101 PL_strncaserstr(const char *big, const char *little, PRUint32 max) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h81 #define PL_strncaserstr VBoxNsplPL_strncaserstr macro
465 * PL_strncaserstr
473 PL_strncaserstr(const char *big, const char *little, PRUint32 max);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c2877 /* PL_strncaserstr */
2966 printf("Test 030 (PL_strncaserstr)..."); fflush(stdout);
2970 char *rv = PL_strncaserstr(array[i].str, array[i].sub, array[i].max);

Completed in 545 milliseconds