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

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcat.c66 PL_strcatn(char *dest, PRUint32 max, const char *src) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h78 #define PL_strcatn VBoxNsplPL_strcatn macro
233 * PL_strcatn
244 PL_strcatn(char *dst, PRUint32 max, const char *src);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsSpecialSystemDirectory.cpp811 PL_strcatn(path, _MAX_PATH, temp);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c786 /* PL_strcatn */
828 printf("Test 010 (PL_strcatn) ..."); fflush(stdout);
842 rv = PL_strcatn(((const char *)0 == array[i].first) ? (char *)0 : buffer,

Completed in 53 milliseconds