Searched refs:WCSTOMBS (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | dosys.cc | 189 WCSTOMBS(mbs_buffer, command); in doshell() 351 WCSTOMBS(mbs_buffer, command); in doexec() 364 WCSTOMBS(mbs_buffer, command); in doexec() 382 WCSTOMBS(mbs_buffer, q); in doexec() 536 WCSTOMBS(mbs_buffer, command->buffer.start); in sh_command2string() 538 WCSTOMBS(mbs_buffer, command->buffer.start); in sh_command2string() 571 WCSTOMBS(mbs_buffer, command->buffer.start); in sh_command2string()
|
H A D | read.cc | 111 WCSTOMBS(mbs_buffer, file_being_read); in get_next_block_fn() 155 WCSTOMBS(mbs_buffer, file_being_read); in get_next_block_fn()
|
H A D | macro.cc | 318 WCSTOMBS(mbs_buffer, current_string); in expand_macro() 355 WCSTOMBS(mbs_buffer, current_string); in expand_macro() 455 WCSTOMBS(mbs_buffer, string.buffer.start); in expand_macro() 1315 WCSTOMBS(mbs_buffer, old_vr); in setvar_daemon()
|
/titanic_41/usr/src/cmd/make/bin/ |
H A D | files.cc | 363 WCSTOMBS(mbs_buffer, pattern); in read_dir() 400 WCSTOMBS(mbs_buffer, pattern); in read_dir() 455 WCSTOMBS(mbs_buffer, file_name); in read_dir() 535 WCSTOMBS(mbs_buffer, pattern); in read_dir()
|
H A D | pmake.cc | 234 WCSTOMBS(mbs_buffer, mp); in read_make_machines() 392 WCSTOMBS(mbs_buffer, hostname); in get_max()
|
H A D | macro.cc | 135 WCSTOMBS(mbs, value.buffer.start); in setvar_envvar()
|
H A D | ar.cc | 514 WCSTOMBS(mbs_buffer, name_string); in read_archive_dir() 527 WCSTOMBS(mbs_buffer, name_string); in read_archive_dir()
|
H A D | implicit.cc | 190 WCSTOMBS(mbs_buffer, sourcename); in find_suffix_rule() 350 WCSTOMBS(mbs_buffer, sourcename); in find_suffix_rule()
|
H A D | read2.cc | 1858 WCSTOMBS(mbs_buffer, file_being_read); in fatal_reader()
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 166 #define WCSTOMBS(a,b) (void) wcstombs((a), (b), (MAXPATHLEN * MB_LEN_MAX)) macro
|