Searched refs:optlist (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_feat.c112 const char **optlist; local
148 for (optlist = gConnInfoOptStrings, optnum = kOptPASV; *optlist != NULL; optlist++, optnum++) {
149 if (ISTREQ(opt, *optlist)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dcycx_drv.c76 static int get_option_index(long *optlist, long optval);
527 static int get_option_index(long *optlist, long optval) argument
531 for (; i <= optlist[0]; ++i)
532 if (optlist[i] == optval)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtraceroute.c1056 unsigned char optlist[MAX_IPOPTLEN]; local
1063 optlist[0] = IPOPT_NOP;
1065 optlist[1] = IPOPT_LSRR;
1067 optlist[2] = i + 3;
1069 optlist[3] = IPOPT_MINOFF;
1070 memcpy(optlist + 4, gwlist, i);
1073 (char *)optlist, i + sizeof(gwlist[0]))) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/
H A Dfsck.c746 static int opt_in_list(char *opt, char *optlist) argument
751 if (!optlist)
755 s = optlist - 1;
760 if (s != optlist && s[-1] != ',')
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dfsck.c925 static int opt_in_list(char *opt, char *optlist) argument
929 if (!optlist)
931 list = string_copy(optlist);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c106 static char optlist[NOPTS] ALIGN1;
108 #define eflag optlist[0]
109 #define fflag optlist[1]
110 #define Iflag optlist[2]
111 #define iflag optlist[3]
112 #define mflag optlist[4]
113 #define nflag optlist[5]
114 #define sflag optlist[6]
115 #define xflag optlist[7]
116 #define vflag optlist[
[all...]

Completed in 197 milliseconds