Searched refs:feature_tmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.bin/elfctl/
H A Delfctl.c224 char *feature, *feature_tmp; local
236 if ((feature_tmp = strdup(feature_str)) == NULL)
239 while ((feature = strsep(&feature_tmp, ",")) != NULL) {
269 free(feature_tmp);
276 free(feature_tmp);
290 free(feature_tmp);

Completed in 158 milliseconds