Searched refs:nn_len (Results 1 – 2 of 2) sorted by relevance
/device/google/marlin/dataservices/datatop/src/ |
D | datatop_gen_poll.c | 184 int nn_len, dpn_len; in dpg_construction() local 186 nn_len = strlen(name) + strlen(add) + 1; in dpg_construction() 187 newname = malloc(nn_len); in dpg_construction() 188 strlcpy(newname, name, nn_len); in dpg_construction() 189 strlcat(newname, add, nn_len); in dpg_construction()
|
D | datatop_stat_poll.c | 279 int nn_len, dpn_len; in dtop_stat_search() local 281 nn_len = strlen(dict.key[i]) + strlen(add) + 1; in dtop_stat_search() 282 newname = malloc(nn_len); in dtop_stat_search() 283 strlcpy(newname, dict.key[i], nn_len); in dtop_stat_search() 284 strlcat(newname, add, nn_len); in dtop_stat_search()
|