Searched refs:PL_strcpy (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcpy.c42 PL_strcpy(char *dest, const char *src) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h80 #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 Dbase64t.c2353 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 Dstring.c124 /* 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 DregExport.cpp200 PL_strcpy( fullName, rootName );

Completed in 56 milliseconds