Searched defs:PL_strncpyz (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcpy.c70 PL_strncpyz(char *dest, const char *src, PRUint32 max) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h73 #define PL_strncpyz VBoxNsplPL_strncpyz macro
145 * PL_strncpyz
159 * PL_strncpyz(buffer, src, sizeof(buffer));
165 PL_strncpyz(char *dest, const char *src, PRUint32 max);

Completed in 252 milliseconds