Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc343 int num_mb_chars; in read_simple_file() local
386 num_mb_chars = stdin_text_end - stdin_text_p; in read_simple_file()
398 source->string.text.p = ALLOC_WC(num_mb_chars + 1); in read_simple_file()
400 source->string.text.p + num_mb_chars; in read_simple_file()
403 num_mb_chars); in read_simple_file()