Searched refs:PL_strncpy (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcpy.c50 PL_strncpy(char *dest, const char *src, PRUint32 max) function
H A Dstrcat.c61 (void)PL_strncpy(dest, src, max);
/vbox/src/libs/xpcom18a4/
H A Dvboxdeps.cpp14 (uintptr_t)PL_strncpy,
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h72 #define PL_strncpy VBoxNsplPL_strncpy macro
132 * PL_strncpy
142 PL_strncpy(char *dest, const char *src, PRUint32 max);
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcLog.cpp132 PL_strncpy(buf, ipcLogPrefix, nb);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c191 /* PL_strncpy */
259 printf("Test 004 (PL_strncpy) ..."); fflush(stdout);
269 rv = PL_strncpy(array[i].dest, array[i].str, array[i].len);

Completed in 53 milliseconds