Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/boot0cfg/
H A Dboot0cfg.c105 static void stropt(const char *, int *, int *);
168 stropt(optarg, &o_and, &o_or); in main()
547 stropt(const char *arg, int *xa, int *xo) in stropt() function