Home
last modified time | relevance | path

Searched refs:wcsncpy (Results 1 – 25 of 26) sorted by relevance

12

/titanic_41/usr/src/lib/libc/port/i18n/
H A Dwsncpy.c29 #pragma weak _wcsncpy = wcsncpy
41 wcsncpy(wchar_t *s1, const wchar_t *s2, size_t n) in wcsncpy() function
57 return (wcsncpy(s1, s2, n)); in wsncpy()
/titanic_41/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetPluginPropertiesPlugin.c96 (void) wcsncpy(pProps->vendor, L"Sun Microsystems", 255); in MP_GetPluginPropertiesPlugin()
119 (void) wcsncpy(pProps->driverVendor, L"Sun Microsystems", 255); in MP_GetPluginPropertiesPlugin()
128 (void) wcsncpy(pProps->implementationVersion, L"1.0.0.0", 255); in MP_GetPluginPropertiesPlugin()
/titanic_41/usr/src/cmd/bnu/
H A Dgetprm.c230 (void) wcsncpy(tmpbuf, n, cl-n);
237 wcsncpy(tmpbuf, cl+1, cr-cl-1);
/titanic_41/usr/src/lib/libc/port/locale/
H A Dwcsxfrm.c71 (void) wcsncpy(dest, src, len - 1); in wcsxfrm_l()
/titanic_41/usr/src/lib/libc/amd64/gen/
H A Dwsncmp.s30 / Wide character wcsncpy() implementation
/titanic_41/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc490 (void) wcsncpy(left_tail, in expand_macro()
502 (void) wcsncpy(right_tail, in expand_macro()
534 (void) wcsncpy(left_head, in expand_macro()
550 (void) wcsncpy(left_tail, in expand_macro()
570 (void) wcsncpy(right_hand[i], in expand_macro()
H A Dmisc.cc695 (void) wcsncpy(to->text.p, from, length); in append_string()
/titanic_41/usr/src/lib/libxcurses/h/
H A Dm_wchar.h251 #undef wcsncpy
270 #define wcsncpy strncpy macro
/titanic_41/usr/src/lib/libc/i386/gen/
H A Dwsncmp.s30 / Wide character wcsncpy() implementation
/titanic_41/usr/src/head/
H A Dwchar.h67 using std::wcsncpy;
/titanic_41/usr/src/lib/libw/common/
H A Dmapfile-vers61 wcsncpy { TYPE = FUNCTION };
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dslk.c329 (void) wcsncpy(wp, cc._wc, cc._n); in slk_wset()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dslk.c362 (void) wcsncpy(wp, cc._wc, cc._n); in slk_wset()
/titanic_41/usr/src/head/iso/
H A Dwchar_iso.h234 extern wchar_t *wcsncpy(wchar_t *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
/titanic_41/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c236 wcsncpy(name, sol, MAX_NAME_SIZE); in InitLibrary()
266 wcsncpy(plugintable[i].pluginName, in InitLibrary()
374 wcsncpy(pProps->implementationVersion, in MP_GetLibraryProperties()
376 wcsncpy(pProps->vendor, LIBRARY_VENDOR, MAX_NAME_SIZE); in MP_GetLibraryProperties()
/titanic_41/usr/src/cmd/make/bin/
H A Dfiles.cc439 (void) wcsncpy(plain_file_name, in read_dir()
H A Dar.cc670 (void) wcsncpy(member_string, in translate_entry()
H A Ddoname.cc1495 (void) wcsncpy(buffer, in dynamic_dependencies()
1500 (void) wcsncpy(pattern, in dynamic_dependencies()
1508 (void) wcsncpy(pattern, in dynamic_dependencies()
H A Dread2.cc219 (void) wcsncpy(buffer, lib_start, member_start - lib_start); in enter_member_name()
/titanic_41/usr/src/cmd/sort/common/
H A Dfields.c1259 (void) wcsncpy(buffer, L->l_data.wp, L->l_data_length); in line_convert_wide()
/titanic_41/usr/src/man/man3c/
H A DMakefile1285 wcsncpy.3c \
2339 wcsncpy.3c := LINKSRC = wcstring.3c
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers1399 wcsncpy;
H A Dllib-lc1557 wchar_t *wcsncpy(wchar_t *_RESTRICT_KYWD s1, const wchar_t *_RESTRICT_KYWD s2,
/titanic_41/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c4340 (void) wcsncpy(staticConfig.targetName, staticTargetName, in addStaticConfig()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc1355 link path=usr/share/man/man3c/wcsncpy.3c target=wcstring.3c

12