Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2021 int max_str_num; in str_to_nwam_value() local
2032 max_str_num = strlen(input_str) / 2 + 1; in str_to_nwam_value()
2034 val = calloc(max_str_num, sizeof (char *)); in str_to_nwam_value()
2065 array_free((void **)val, max_str_num); in str_to_nwam_value()
2072 array_free((void **)val, max_str_num); in str_to_nwam_value()
2079 array_free((void **)val, max_str_num); in str_to_nwam_value()
2113 array_free((void **)val, max_str_num); in str_to_nwam_value()
2118 array_free((void **)val, max_str_num); in str_to_nwam_value()
2127 array_free((void **)val, max_str_num); in str_to_nwam_value()
2147 array_free((void **)val, max_str_num); in str_to_nwam_value()