Searched defs:src_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc122 int src_len = MAXPATHLEN + strlen(target_body->string_mb); local
165 if (src_len >= sizeof(static_string_buf_3M)) {
166 sourcename = ALLOC_WC(src_len);

Completed in 514 milliseconds