Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dhostfile.c112 host_hash(const char *host, const char *name_from_hostfile, u_int src_len) in host_hash() argument
128 if (extract_salt(name_from_hostfile, src_len, salt, in host_hash()
/titanic_50/usr/src/cmd/make/bin/
H A Dimplicit.cc122 int src_len = MAXPATHLEN + strlen(target_body->string_mb); in find_suffix_rule() local
165 if (src_len >= sizeof(static_string_buf_3M)) { in find_suffix_rule()
166 sourcename = ALLOC_WC(src_len); in find_suffix_rule()