OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oli
(Results
1 - 5
of
5
) sorted by null
/external/openssh/openbsd-compat/
getopt.c
65
char *
oli
; /* option letter list index */
local
83
!(
oli
= strchr(ostr, BSDoptopt))) {
97
if (*++
oli
!= ':') { /* don't need argument */
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c
360
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 */
/external/chromium_org/third_party/mesa/src/src/getopt/
getopt_long.c
280
char *
oli
; /* option letter list index */
local
410
(
oli
= strchr(options, optchar)) == NULL) {
425
if (long_options != NULL && optchar == 'W' &&
oli
[1] == ';') {
442
if (*++
oli
!= ':') { /* doesn't take argument */
449
else if (
oli
[1] != ':') { /* arg not optional */
/external/mesa3d/src/getopt/
getopt_long.c
280
char *
oli
; /* option letter list index */
local
410
(
oli
= strchr(options, optchar)) == NULL) {
425
if (long_options != NULL && optchar == 'W' &&
oli
[1] == ';') {
442
if (*++
oli
!= ':') { /* doesn't take argument */
449
else if (
oli
[1] != ':') { /* arg not optional */
/external/netperf/
netlib.c
355
register char *
oli
; /* option letter list index */
372
|| !(
oli
= strchr(ostr, optopt))) {
379
if (*++
oli
!= ':') {
352
register char *
oli
; \/* option letter list index *\/
local
[
all
...]
Completed in 2066 milliseconds