/titanic_44/usr/src/lib/libc/port/i18n/ |
H A D | wscpy.c | 37 #pragma weak _wcscpy = wcscpy 45 wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy() function 57 return (wcscpy(s1, s2)); in wscpy()
|
H A D | wsdup.c | 47 return (s2 == NULL ? NULL : wcscpy(s2, s1)); in wcsdup()
|
/titanic_44/usr/src/cmd/make/bin/ |
H A D | files.cc | 234 (void) wcscpy(name_p, wcb1.get_string()); in vpath_exists() 327 (void) wcscpy(file_name, wcb.get_string()); in read_dir() 355 (void) wcscpy(file_name_p, tmp_wcs_buffer); in read_dir() 386 (void) wcscpy(plain_file_name_p, tmp_wcs_buffer); in read_dir() 464 (void) wcscpy(file_name, path); in read_dir() 467 (void) wcscpy(file_name_p, wcs_buffer); in read_dir() 471 (void) wcscpy(file_name_p, wcs_buffer); in read_dir() 498 (void) wcscpy(file_name_p, wcs_buffer); in read_dir() 510 (void) wcscpy(plain_file_name_p, wcs_buffer); in read_dir()
|
H A D | dosys.cc | 110 (void) wcscpy(q, p); in dosys()
|
H A D | rep.cc | 109 wcscpy(bigger_line, line); in report_recursive_init()
|
H A D | read2.cc | 1571 (void) wcscpy(result, to); in make_relative() 1611 (void) wcscpy(result, wcs_buffer); in make_relative()
|
/titanic_44/usr/src/cmd/sgs/m4/common/ |
H A D | m4macs.c | 55 (void) wcscpy(lcom, l); in dochcom() 56 (void) wcscpy(rcom, *r ? r : L"\n"); in dochcom() 76 (void) wcscpy(lquote, l); in docq() 77 (void) wcscpy(rquote, r); in docq()
|
H A D | m4.c | 1039 (void) wcscpy(ret, p); in wstrdup()
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | wcsxfrm.c | 69 (void) wcscpy(dest, src); in wcsxfrm_l()
|
/titanic_44/usr/src/cmd/col/ |
H A D | col.c | 378 (void) wcscpy(line+1, p1); in outc() 476 (void) wcscpy(page[lno], lbuff); in store() 491 (void) wcscpy(line, page[lno]); in fetch()
|
/titanic_44/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 672 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() 706 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() 730 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() 759 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() 878 (void) wcscpy(wc_name, L"-"); in process_get_response() 900 (void) wcscpy(wc_name, L"-"); in process_get_response() 930 (void) wcscpy(wc_name, in process_get_response() 1009 (void) wcscpy(wc_name, L"-"); in process_get_response() 1049 (void) wcscpy(wc_name, L"-"); in process_get_response() 1140 (void) wcscpy(wc_name, L"-"); in process_get_response() [all …]
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 250 #undef wcscpy 269 #define wcscpy strcpy macro
|
/titanic_44/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 461 (void) wcscpy(string.buffer.start, string.buffer.start + 2); in expand_macro() 512 (void) wcscpy(right_tail, eq + 1); in expand_macro() 565 (void) wcscpy(right_hand[0], eq); in expand_macro() 588 (void) wcscpy(right_hand[i], eq); in expand_macro()
|
H A D | misc.cc | 770 (void) wcscpy(p, string->buffer.start); in expand_string()
|
/titanic_44/usr/src/head/ |
H A D | wchar.h | 62 using std::wcscpy;
|
/titanic_44/usr/src/cmd/valtools/ |
H A D | ckitem.c | 296 (void) wcscpy(wtemp, wline); in main()
|
/titanic_44/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 60 wcscpy { TYPE = FUNCTION };
|
/titanic_44/usr/src/head/iso/ |
H A D | wchar_iso.h | 222 extern wchar_t *wcscpy(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD);
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 1393 wcscpy((wchar_t *)dest,(const wchar_t *)buffer);
|
/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk3.c | 936 return (wcscpy(numbuf, p)); in lltoa()
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 1329 wcscpy.3c \ 2428 wcscpy.3c := LINKSRC = wcstring.3c
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1480 wcscpy;
|
H A D | llib-lc | 1530 wchar_t *wcscpy(wchar_t *_RESTRICT_KYWD s1, const wchar_t *_RESTRICT_KYWD s2);
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 1399 link path=usr/share/man/man3c/wcscpy.3c target=wcstring.3c
|
/titanic_44/ |
H A D | .gitignore | 5332 usr/src/man/man3c/wcscpy.3c
|