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

/freebsd-current/stand/libsa/
H A Dgetopt.c51 char *oli; /* option letter list index */ local
66 !(oli = strchr(ostr, optopt))) {
79 if (*++oli != ':') { /* don't need argument */
/freebsd-current/usr.bin/pr/
H A Degetopt.c72 char *oli; /* option letter list index */ local
107 !(oli = strchr(ostr, eoptopt))) {
166 ++oli;
167 if ((*oli != ':') && (*oli != '?')) {
182 } else if (*oli == '?') {
/freebsd-current/contrib/libpcap/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 */
/freebsd-current/lib/libc/stdlib/
H A Dgetopt.c60 char *oli; /* option letter list index */ local
89 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
100 if (oli[1] != ':') {
110 else if (oli[2] == ':')
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-current/contrib/bmake/
H A Dgetopt.c62 const char *oli; /* option letter list index */ local
100 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
110 if (oli[1] != ':') {
120 else if (oli[2] == ':')
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetopt.c61 char *oli; /* option letter list index */ local
77 !(oli = strchr(ostr, optopt))) {
96 if (*++oli != ':') { /* don't need argument */
/freebsd-current/contrib/smbfs/lib/smb/
H A Dcfopt.c57 char *oli; /* option letter list index */ local
82 !(oli = strchr(ostr, cf_optopt))) {
96 if (*++oli != ':') { /* don't need argument */
/freebsd-current/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-current/contrib/unifdef/FreeBSD/
H A Dgetopt.c51 const char *oli; /* option letter list index */ local
80 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
91 if (oli[1] != ':') {
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Host/common/
H A DGetOptInc.cpp226 const char *oli; /* option letter list index */ local
350 (oli = strchr(options, optchar)) == NULL) {
365 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
381 if (*++oli != ':') { /* doesn't take argument */
388 else if (oli[1] != ':') { /* arg not optional */
/freebsd-current/contrib/libfido2/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 */
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c311 char *oli; /* option letter list index */ local
441 (oli = strchr(options, optchar)) == NULL) {
456 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
473 if (*++oli != ':') { /* doesn't take argument */
480 else if (oli[1] != ':') { /* arg not optional */
/freebsd-current/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-current/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-current/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 */

Completed in 190 milliseconds