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

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrtok.c42 PL_strtok_r(char *s1, const char *s2, char **lasts) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h96 #define PL_strtok_r VBoxNsplPL_strtok_r macro
476 * PL_strtok_r
480 * user-supplied char * pointer in which PL_strtok_r stores information
483 * In the first call to PL_strtok_r, s1 points to a string and the value
484 * of *lasts is ignored. PL_strtok_r returns a pointer to the first
490 * call. PL_strtok_r returns a pointer to the next token in s1. When no
491 * token remains in s1, PL_strtok_r returns null.
495 PL_strtok_r(char *s1, const char *s2, char **lasts);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c3009 /* PL_strtok_r */
3029 printf("Test 031 (PL_strtok_r) ..."); fflush(stdout);
3042 while( (token = PL_strtok_r(s1, s2, &lasts)) != NULL)

Completed in 39 milliseconds