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

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrdup.c79 PL_strndup(const char *s, PRUint32 max) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h85 #define PL_strndup VBoxNsplPL_strndup macro
191 * PL_strndup
203 PL_strndup(const char *s, PRUint32 max);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h176 return PL_strndup(str, len);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c489 /* PL_strndup */
524 printf("Test 007 (PL_strndup) ..."); fflush(stdout);
528 char *rv = PL_strndup(array[i].str, array[i].len);

Completed in 52 milliseconds