Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c948 i_pack_string_array(char *str_concat, int prop_len, in i_pack_string_array() argument
960 if (str_concat[prop_len - 1] != '\0') in i_pack_string_array()
965 if (str_concat[i] == '\0') in i_pack_string_array()
975 bcopy(str_concat, strptr, prop_len); in i_pack_string_array()