Searched refs:PL_strcpy (Results 1 - 5 of 5) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/ |
H A D | strcpy.c | 42 PL_strcpy(char *dest, const char *src) function
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/ |
H A D | plstr.h | 80 #define PL_strcpy VBoxNsplPL_strcpy macro 121 * PL_strcpy 129 PL_strcpy(char *dest, const char *src);
|
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/ |
H A D | base64t.c | 2353 PL_strcpy(buffer, array[i].cyphertext); 2700 PL_strcpy(buffer, array[i].cyphertext); 2867 PL_strcpy(buffer, array[i].cyphertext); 2956 PL_strcpy(buffer, array[i].cyphertext);
|
H A D | string.c | 124 /* PL_strcpy */ 151 printf("Test 003 (PL_strcpy) ..."); fflush(stdout); 159 rv = PL_strcpy(array[i].dest, array[i].str); 600 (void)PL_strcpy(buffer, array[i].first); 710 (void)PL_strcpy(buffer, array[i].first); 840 (void)PL_strcpy(buffer, array[i].first);
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/ |
H A D | regExport.cpp | 200 PL_strcpy( fullName, rootName );
|
Completed in 103 milliseconds