Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc624 extern long getname_bytes_count; in cleanup_after_exit()
641 printf(" Strings: %ld Kb (%ld bytes)\n", getname_bytes_count/1000, getname_bytes_count); in cleanup_after_exit()
643 …ld bytes)\n", getname_struct_count/1000 + getname_bytes_count/1000, getname_struct_count + getname… in cleanup_after_exit()
651 …ount/1000 + getname_bytes_count/1000) - (freename_struct_count/1000 + freename_bytes_count/1000), … in cleanup_after_exit()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc73 long getname_bytes_count = 0; variable
215 getname_bytes_count += strlen(np->string_mb) + 1; in getname_fn()