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

/freebsd-10.0-release/lib/libstand/
H A Dgetopt.c58 char *oli; /* option letter list index */ local
73 !(oli = strchr(ostr, optopt))) {
86 if (*++oli != ':') { /* don't need argument */
/freebsd-10.0-release/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-10.0-release/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-10.0-release/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-10.0-release/lib/libc/stdlib/
H A Dgetopt.c68 char *oli; /* option letter list index */ local
97 if (optopt == ':' || (oli = strchr(ostr, optopt)) == NULL) {
108 if (oli[1] != ':') {
H A Dgetopt_long.c360 char *oli; /* option letter list index */ local
506 (oli = strchr(options, optchar)) == NULL) {
527 if (long_options != NULL && optchar == 'W' && oli[1] == ';') {
547 if (*++oli != ':') { /* doesn't take argument */
554 else if (oli[1] != ':') { /* arg not optional */
/freebsd-10.0-release/contrib/bmake/
H A Dgetopt.c71 char *oli; /* option letter list index */ local
96 !(oli = strchr(ostr, optopt))) {
110 if (*++oli != ':') { /* don't need argument */
/freebsd-10.0-release/contrib/file/
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-10.0-release/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-10.0-release/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-10.0-release/contrib/sendmail/src/
H A Dconf.c3018 register char *oli = NULL; /* option letter list index */ local
3035 if ((optopt = (int)*place++) == (int)':' || !(oli = strchr(ostr,optopt))) {
3039 if (oli && *++oli != ':') { /* don't need argument */

Completed in 264 milliseconds