Searched refs:PL_strncpy (Results 1 - 6 of 6) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/ |
H A D | strcpy.c | 50 PL_strncpy(char *dest, const char *src, PRUint32 max) function
|
H A D | strcat.c | 61 (void)PL_strncpy(dest, src, max);
|
/vbox/src/libs/xpcom18a4/ |
H A D | vboxdeps.cpp | 14 (uintptr_t)PL_strncpy,
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/ |
H A D | plstr.h | 72 #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 D | ipcLog.cpp | 132 PL_strncpy(buf, ipcLogPrefix, nb);
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/ |
H A D | string.c | 191 /* 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 73 milliseconds