Searched refs:wcscat (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libc/port/i18n/ |
H A D | wscat.c | 37 #pragma weak _wcscat = wcscat 45 wcscat(wchar_t *s1, const wchar_t *s2) in wcscat() function 60 return (wcscat(s1, s2)); in wscat()
|
/titanic_41/usr/src/cmd/valtools/ |
H A D | ckitem.c | 278 (void) wcscat(wtemp, L"\n"); in main() 279 (void) wcscat(wtemp, wline); in main()
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 252 #undef wcscat 271 #define wcscat strcat macro
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | files.cc | 329 (void) wcscat(file_name, wcs_buffer); in read_dir() 485 (void) wcscat(file_name, wcs_buffer); in read_dir()
|
H A D | read2.cc | 1626 (void) wcscat(result, wcs_buffer); in make_relative() 1634 (void) wcscat(result, tocomp); in make_relative()
|
/titanic_41/usr/src/head/ |
H A D | wchar.h | 58 using std::wcscat;
|
/titanic_41/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 56 wcscat { TYPE = FUNCTION };
|
/titanic_41/usr/src/head/iso/ |
H A D | wchar_iso.h | 225 extern wchar_t *wcscat(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD);
|
/titanic_41/usr/src/man/man3c/ |
H A D | Makefile | 1274 wcscat.3c \ 2332 wcscat.3c := LINKSRC = wcstring.3c
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1389 wcscat;
|
H A D | llib-lc | 1515 wchar_t *wcscat(wchar_t *_RESTRICT_KYWD s1, const wchar_t *_RESTRICT_KYWD s2);
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1344 link path=usr/share/man/man3c/wcscat.3c target=wcstring.3c
|
/titanic_41/ |
H A D | .gitignore | 5329 usr/src/man/man3c/wcscat.3c
|