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

/netbsd-current/sys/arch/i386/stand/libsa/
H A Dgetopt.c55 char *oli; /* option letter list index */ local
70 !(oli = strchr(ostr, optopt))) {
83 if (*++oli != ':') { /* don't need argument */
/netbsd-current/sys/arch/ia64/stand/common/
H A Dgetopt.c55 char *oli; /* option letter list index */ local
70 !(oli = strchr(ostr, optopt))) {
83 if (*++oli != ':') { /* don't need argument */
/netbsd-current/sys/arch/arc/stand/boot/
H A Dgetopt.c55 char *oli; /* option letter list index */ local
70 !(oli = strchr(ostr, optopt))) {
83 if (*++oli != ':') { /* don't need argument */
/netbsd-current/sys/arch/sgimips/stand/common/
H A Dgetopt.c55 char *oli; /* option letter list index */ local
70 !(oli = strchr(ostr, optopt))) {
83 if (*++oli != ':') { /* don't need argument */
/netbsd-current/usr.bin/pr/
H A Degetopt.c76 char *oli; /* option letter list index */ local
111 !(oli = strchr(ostr, eoptopt))) {
170 ++oli;
171 if ((*oli != ':') && (*oli != '?')) {
186 } else if (*oli == '?') {
/netbsd-current/external/bsd/libpcap/dist/missing/
H A Dgetopt.c64 char *oli; /* option letter list index */ local
93 oli = strchr(ostr, optopt);
94 if (!oli) {
108 if (*++oli != ':') { /* don't need argument */
/netbsd-current/lib/libc/stdlib/
H A Dgetopt.c66 const char *oli; /* option letter list index */ local
98 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
109 if (oli[1] != ':') {
119 else if (oli[2] == ':')
H A Dgetopt_long.c170 const char *oli; /* option letter list index */ local
249 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) {
258 if (optchar == 'W' && oli[1] == ';') { /* -W long-option */
277 if (*++oli != ':') { /* doesn't take argument */
285 else if (oli[1] != ':') { /* arg not optional */
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetopt.c63 char *oli; /* option letter list index */ local
79 !(oli = strchr(ostr, optopt))) {
98 if (*++oli != ':') { /* don't need argument */
/netbsd-current/external/bsd/libevent/dist/WIN32-Code/
H A Dgetopt.c91 char *oli; /* option letter list index */ local
111 !(oli = strchr(ostr, optopt))) {
125 if (*++oli != ':') { /* don't need argument */
H A Dgetopt_long.c81 char *oli; /* option letter list index */ local
99 !(oli = strchr(ostr, optopt))) {
113 if (*++oli != ':') { /* don't need argument */
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dgetopt_long.c288 char *oli; /* option letter list index */ local
418 (oli = strchr(options, optchar)) == NULL) {
433 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
450 if (*++oli != ':') { /* doesn't take argument */
457 else if (oli[1] != ':') { /* arg not optional */
/netbsd-current/external/bsd/tcpdump/dist/missing/
H A Dgetopt_long.c379 char *oli; /* option letter list index */ local
522 (oli = strchr(options, optchar)) == NULL) {
543 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
563 if (*++oli != ':') { /* doesn't take argument */
572 } else if (oli[1] != ':') { /* arg not optional */
/netbsd-current/external/bsd/file/dist/src/
H A Dgetopt_long.c188 char *oli; /* option letter list index */ local
267 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) {
276 if (optchar == 'W' && oli[1] == ';') { /* -W long-option */
295 if (*++oli != ':') { /* doesn't take argument */
303 else if (oli[1] != ':') { /* arg not optional */

Completed in 299 milliseconds