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

/freebsd-11-stable/stand/libsa/
H A Dgetopt.c58 char *oli; /* option letter list index */ local
73 !(oli = strchr(ostr, optopt))) {
86 if (*++oli != ':') { /* don't need argument */
/freebsd-11-stable/usr.bin/pr/
H A Degetopt.c78 char *oli; /* option letter list index */ local
113 !(oli = strchr(ostr, eoptopt))) {
172 ++oli;
173 if ((*oli != ':') && (*oli != '?')) {
188 } else if (*oli == '?') {
/freebsd-11-stable/lib/libc/stdlib/
H A Dgetopt.c65 char *oli; /* option letter list index */ local
94 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
105 if (oli[1] != ':') {
115 else if (oli[2] == ':')
H A Dgetopt_long.c360 char *oli; /* option letter list index */ local
500 (oli = strchr(options, optchar)) == NULL) {
521 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
541 if (*++oli != ':') { /* doesn't take argument */
548 else if (oli[1] != ':') { /* arg not optional */
/freebsd-11-stable/contrib/bmake/
H A Dgetopt.c62 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-11-stable/contrib/smbfs/lib/smb/
H A Dcfopt.c60 char *oli; /* option letter list index */ local
85 !(oli = strchr(ostr, cf_optopt))) {
99 if (*++oli != ':') { /* don't need argument */
/freebsd-11-stable/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-11-stable/contrib/libpcap/missing/
H A Dgetopt.c64 char *oli; /* option letter list index */ local
85 !(oli = strchr(ostr, optopt))) {
99 if (*++oli != ':') { /* don't need argument */
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dgetopt_long.c297 char *oli; /* option letter list index */ local
427 (oli = strchr(options, optchar)) == NULL) {
442 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
459 if (*++oli != ':') { /* doesn't take argument */
466 else if (oli[1] != ':') { /* arg not optional */
/freebsd-11-stable/contrib/tcpdump/missing/
H A Dgetopt_long.c357 char *oli; /* option letter list index */ local
500 (oli = strchr(options, optchar)) == NULL) {
521 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
541 if (*++oli != ':') { /* doesn't take argument */
548 else if (oli[1] != ':') { /* arg not optional */
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/apr/misc/unix/
H A Dgetopt.c74 const char *oli; /* option letter list index */ local
91 !(oli = strchr(opts, os->opt))) {
109 if (*++oli != ':') { /* don't need argument */
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c3094 register char *oli = NULL; /* option letter list index */ local
3111 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr,optopt))) {
3115 if (oli && *++oli != ':') { /* don't need argument */

Completed in 394 milliseconds