Searched refs:local_opts (Results 1 – 2 of 2) sorted by relevance
82 static void free_opts(struct option *local_opts) in free_opts() argument84 if (local_opts != original_opts) { in free_opts()85 free(local_opts); in free_opts()
97 static void free_opts(struct option *local_opts) in free_opts() argument99 if (local_opts != original_opts) { in free_opts()100 free(local_opts); in free_opts()