Searched refs:PL_strncpyz (Results 1 - 9 of 9) sorted by relevance
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/ |
H A D | ipcConfig.cpp | 73 PL_strncpyz(buf, kDefaultSocketPrefix, bufLen); 95 PL_strncpyz(buf, logName, bufLen); 101 PL_strncpyz(buf, kDefaultSocketSuffix, bufLen);
|
H A D | ipcLog.cpp | 110 PL_strncpyz(ipcLogPrefix, prefix, sizeof(ipcLogPrefix)); 114 PL_strncpyz(ipcLogPrefix, prefix, sizeof(ipcLogPrefix));
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/ |
H A D | strcpy.c | 70 PL_strncpyz(char *dest, const char *src, PRUint32 max) function
|
H A D | strcat.c | 78 (void)PL_strncpyz(dest, src, max-dl);
|
/vbox/src/libs/xpcom18a4/ |
H A D | vboxdeps.cpp | 16 (uintptr_t)PL_strncpyz,
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/ |
H A D | plstr.h | 73 #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);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/ |
H A D | ipcdUnix.cpp | 501 PL_strncpyz(addr.local.path, argv[1], sizeof(addr.local.path));
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileUnix.cpp | 511 PL_strncpyz(resolved_path, resolved_path_ptr, PATH_MAX - 1);
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/ |
H A D | string.c | 318 /* PL_strncpyz */ 385 printf("Test 005 (PL_strncpyz) ..."); fflush(stdout); 395 rv = PL_strncpyz(array[i].dest, array[i].str, array[i].len);
|
Completed in 72 milliseconds