Home
last modified time | relevance | path

Searched refs:mbstring (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dparallel.cc554 char mbstring[MAXPATHLEN]; in distribute_process() local
636 (void) sprintf(mbstring, in distribute_process()
642 mktemp(mbstring); in distribute_process()
644 stdout_file = strdup(mbstring); in distribute_process()
648 (void) sprintf(mbstring, in distribute_process()
654 mktemp(mbstring); in distribute_process()
656 stderr_file = strdup(mbstring); in distribute_process()
H A Ddoname.cc1775 char mbstring[MAXPATHLEN]; in execute_serial() local
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1742 char mbstring[MTS_MB_CHAR_MAX]; in smb_vop_catia_v5tov4() local
1764 inc = smb_wctomb(mbstring, smb_catia_v4_lookup[v4_idx]); in smb_vop_catia_v5tov4()
1765 p = mbstring; in smb_vop_catia_v5tov4()
1799 char mbstring[MTS_MB_CHAR_MAX]; in smb_vop_catia_v4tov5() local
1813 numbytes = smb_wctomb(mbstring, in smb_vop_catia_v4tov5()
1817 (void) strncpy(dst, mbstring, numbytes); in smb_vop_catia_v4tov5()