Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/boot0cfg/
H A Dboot0cfg.c79 static void stropt(const char *, int *, int *);
125 stropt(optarg, &o_and, &o_or); in main()
370 stropt(const char *arg, int *xa, int *xo) in stropt() function