Searched refs:PL_strcat (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcat.c42 PL_strcat(char *dest, const char *src) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/include/
H A Dplstr.h77 #define PL_strcat VBoxNsplPL_strcat macro
206 * PL_strcat
215 PL_strcat(char *dst, const char *src);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DregExport.cpp201 PL_strcat( fullName, " - " );
202 PL_strcat( fullName, name );
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c563 /* PL_strcat */
588 printf("Test 008 (PL_strcat) ..."); fflush(stdout);
602 rv = PL_strcat(((const char *)0 == array[i].first) ? (char *)0 : buffer,
3035 PL_strcat(string, tokens[i]);
3036 PL_strcat(string, seps[i]);

Completed in 51 milliseconds