Searched refs:dpn_len (Results 1 – 2 of 2) sorted by relevance
184 int nn_len, dpn_len; in dpg_construction() local190 dpn_len = strlen(newname) + 1; in dpg_construction()191 dp[i].name = malloc(dpn_len); in dpg_construction()192 strlcpy(dp[i].name, newname, dpn_len); in dpg_construction()
279 int nn_len, dpn_len; in dtop_stat_search() local285 dpn_len = strlen(newname) + 1; in dtop_stat_search()286 data_points[count].name = malloc(dpn_len); in dtop_stat_search()288 dpn_len); in dtop_stat_search()