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

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrchr.c58 PL_strnchr(const char *s, char c, PRUint32 n) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h84 #define PL_strnchr VBoxNsplPL_strnchr macro
319 * PL_strnchr
328 PL_strnchr(const char *s, char c, PRUint32 n);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c1500 /* PL_strnchr */
1547 printf("Test 017 (PL_strnchr) ..."); fflush(stdout);
1551 char *rv = PL_strnchr(array[i].str, array[i].chr, array[i].max);

Completed in 39 milliseconds