Searched refs:oli (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Du_getopt.c27 const char *oli; /* Option letter list index */ local
47 oli = NULL;
49 oli = NULL;
51 oli = strchr(ostr, opt->opt);
53 if (oli == NULL) {
60 if (*++oli != ':') { /* don't need argument */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/Src/
H A Dgetopt.c64 char *oli; /* option letter list index */ local
79 !(oli = strchr(ostr, optopt))) {
93 if (*++oli != ':') { /* don't need argument */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/Win32/Src/
H A Dgetopt.c68 char *oli; /* option letter list index */ local
83 !(oli = strchr(ostr, optopt))) {
97 if (*++oli != ':') { /* don't need argument */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dgetopt.c72 char *oli; /* option letter list index */ local
107 !(oli = strchr(ostr, optopt))) {
121 if (*++oli != ':') { /* don't need argument */
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c2733 register char *oli; /* option letter list index */ local
2756 || !(oli = strchr(ostr, optopt))) {
2763 if (*++oli != ':') {

Completed in 123 milliseconds