Searched refs:PL_strnlen (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrlen.c62 PL_strnlen(const char *str, PRUint32 max)
H A Dstrdup.c87 l = PL_strnlen(s, max);
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h86 #define PL_strnlen VBoxNsplPL_strnlen macro
110 * PL_strnlen
118 PL_strnlen(const char *str, PRUint32 max);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c78 /* PL_strnlen */
107 printf("Test 002 (PL_strnlen) ..."); fflush(stdout);
111 if( PL_strnlen(array[i].str, array[i].max) != array[i].len )
115 PL_strnlen(array[i].str, array[i].max), array[i].len);

Completed in 50 milliseconds