/freebsd/usr.bin/pr/ |
H A D | egetopt.c | 72 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 D | getopt.c | 60 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 D | getopt_long.c | 352 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 D | getopt.c | 64 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/stand/libsa/ |
H A D | getopt.c | 51 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 D | cfopt.c | 57 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 D | getopt.c | 51 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 D | getopt.c | 61 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 D | getopt.c | 90 char *oli; /* option letter list index */ local 110 !(oli = strchr(ostr, optopt))) { 124 if (*++oli != ':') { /* don't need argument */
|
H A D | getopt_long.c | 80 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 D | getopt.c | 90 char *oli; /* option letter list index */ local 110 !(oli = strchr(ostr, optopt))) { 124 if (*++oli != ':') { /* don't need argument */
|
H A D | getopt_long.c | 80 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 D | getopt_long.c | 288 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 D | GetOptInc.cpp | 226 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 D | getopt_long.c | 311 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 D | getopt_long.c | 182 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 D | getopt_long.c | 379 char *oli; /* option letter list index */ local 521 (oli = strchr(options, optchar)) == NULL) { 542 if (long_options != NULL && optchar == 'W' && oli[1] == ';') { 562 if (*++oli != ':') { /* doesn't take argument */ 571 } else if (oli[1] != ':') { /* arg not optional */
|
/freebsd/lib/libc/nls/ |
H A D | fi_FI.ISO8859-1.msg | 80 37 Toiminta oli jo k�ynniss�
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 3096 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 */
|