Home
last modified time | relevance | path

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

/busybox-1.35.0/e2fsprogs/
Dfsck.c676 static int opt_in_list(char *opt, char *optlist) in opt_in_list() argument
681 if (!optlist) in opt_in_list()
685 s = optlist - 1; in opt_in_list()
691 if (s != optlist && s[-1] != ',') in opt_in_list()
/busybox-1.35.0/shell/
Dash.c422 char optlist[NOPTS]; member
423 #define eflag optlist[0]
424 #define fflag optlist[1]
425 #define Iflag optlist[2]
426 #define iflag optlist[3]
427 #define mflag optlist[4]
428 #define nflag optlist[5]
429 #define sflag optlist[6]
430 #define cflag optlist[7]
431 #define xflag optlist[8]
[all …]