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

/freebsd-13-stable/sbin/nvmecontrol/
H A Dcomnd.c166 find_long(struct option *lopts, int ch) argument
170 for (i = 0; lopts[i].val != ch && lopts[i].name != NULL; i++)
180 struct option *lopts; local
190 lopts = malloc((n + 2) * sizeof(struct option));
191 if (lopts == NULL)
198 lopts[i].name = opts[i].long_arg;
199 lopts[i].has_arg = opts[i].at == arg_none ? no_argument : required_argument;
200 lopts[i].flag = NULL;
201 lopts[
[all...]
/freebsd-13-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c102 static struct option lopts[] = { variable in typeref:struct:option
207 lopts, NULL)) != -1) {

Completed in 108 milliseconds