Home
last modified time | relevance | path

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

/freebsd/usr.bin/pr/
H A Degetopt.c72 char *oli; /* option letter list index */ in egetopt() local
107 !(oli = strchr(ostr, eoptopt))) { in egetopt()
166 ++oli; in egetopt()
167 if ((*oli != ':') && (*oli != '?')) { in egetopt()
182 } else if (*oli == '?') { in egetopt()
/freebsd/lib/libc/stdlib/
H A Dgetopt.c60 char *oli; /* option letter list index */ in getopt() local
89 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
100 if (oli[1] != ':') { in getopt()
110 else if (oli[2] == ':') in getopt()
H A Dgetopt_long.c352 char *oli; /* option letter list index */ local
494 (oli = strchr(options, optchar)) == NULL) {
515 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
535 if (*++oli != ':') { /* doesn't take argument */
542 else if (oli[1] != ':') { /* arg not optional */
/freebsd/contrib/libpcap/missing/
H A Dgetopt.c64 char *oli; /* option letter list index */ in getopt() local
93 oli = strchr(ostr, optopt); in getopt()
94 if (!oli) { in getopt()
108 if (*++oli != ':') { /* don't need argument */ in getopt()
/freebsd/contrib/bmake/
H A Dgetopt.c62 const char *oli; /* option letter list index */ in getopt() local
100 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
110 if (oli[1] != ':') { in getopt()
120 else if (oli[2] == ':') in getopt()
/freebsd/stand/libsa/
H A Dgetopt.c51 char *oli; /* option letter list index */ in getopt() local
66 !(oli = strchr(ostr, optopt))) { in getopt()
79 if (*++oli != ':') { /* don't need argument */ in getopt()
/freebsd/contrib/smbfs/lib/smb/
H A Dcfopt.c57 char *oli; /* option letter list index */ in cf_getopt() local
82 !(oli = strchr(ostr, cf_optopt))) { in cf_getopt()
96 if (*++oli != ':') { /* don't need argument */ in cf_getopt()
/freebsd/contrib/unifdef/FreeBSD/
H A Dgetopt.c51 const char *oli; /* option letter list index */ in getopt() local
80 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) { in getopt()
91 if (oli[1] != ':') { in getopt()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetopt.c61 char *oli; /* option letter list index */ in getopt() local
77 !(oli = strchr(ostr, optopt))) { in getopt()
96 if (*++oli != ':') { /* don't need argument */ in getopt()
/freebsd/contrib/ntp/sntp/libevent/WIN32-Code/
H A Dgetopt.c90 char *oli; /* option letter list index */ local
110 !(oli = strchr(ostr, optopt))) {
124 if (*++oli != ':') { /* don't need argument */
H A Dgetopt_long.c80 char *oli; /* option letter list index */ local
98 !(oli = strchr(ostr, optopt))) {
112 if (*++oli != ':') { /* don't need argument */
/freebsd/contrib/libevent/WIN32-Code/
H A Dgetopt.c90 char *oli; /* option letter list index */ local
110 !(oli = strchr(ostr, optopt))) {
124 if (*++oli != ':') { /* don't need argument */
H A Dgetopt_long.c80 char *oli; /* option letter list index */ local
98 !(oli = strchr(ostr, optopt))) {
112 if (*++oli != ':') { /* don't need argument */
/freebsd/contrib/libfido2/openbsd-compat/
H A Dgetopt_long.c288 char *oli; /* option letter list index */ in getopt_internal() local
418 (oli = strchr(options, optchar)) == NULL) { in getopt_internal()
433 if (long_options != NULL && optchar == 'W' && oli[1] == ';') { in getopt_internal()
450 if (*++oli != ':') { /* doesn't take argument */ in getopt_internal()
457 else if (oli[1] != ':') { /* arg not optional */ in getopt_internal()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp226 const char *oli; /* option letter list index */ in getopt_internal() local
350 (oli = strchr(options, optchar)) == NULL) { in getopt_internal()
365 if (long_options != NULL && optchar == 'W' && oli[1] == ';') { in getopt_internal()
381 if (*++oli != ':') { /* doesn't take argument */ in getopt_internal()
388 else if (oli[1] != ':') { /* arg not optional */ in getopt_internal()
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c311 char *oli; /* option letter list index */ in getopt_internal() local
441 (oli = strchr(options, optchar)) == NULL) { in getopt_internal()
456 if (long_options != NULL && optchar == 'W' && oli[1] == ';') { in getopt_internal()
473 if (*++oli != ':') { /* doesn't take argument */ in getopt_internal()
480 else if (oli[1] != ':') { /* arg not optional */ in getopt_internal()
/freebsd/contrib/file/src/
H A Dgetopt_long.c182 char *oli; /* option letter list index */ local
261 (oli = strchr(options + (IGNORE_FIRST ? 1 : 0), optchar)) == NULL) {
270 if (optchar == 'W' && oli[1] == ';') { /* -W long-option */
289 if (*++oli != ':') { /* doesn't take argument */
297 else if (oli[1] != ':') { /* arg not optional */
/freebsd/contrib/tcpdump/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 */
/freebsd/lib/libc/nls/
H A Dfi_FI.ISO8859-1.msg80 37 Toiminta oli jo k�ynniss�
/freebsd/contrib/sendmail/src/
H A Dconf.c3096 register char *oli = NULL; /* option letter list index */ local
3113 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr,optopt))) {
3117 if (oli && *++oli != ':') { /* don't need argument */