OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_arg
(Results
1 - 25
of
70
) sorted by relevancy
1
2
3
/src/external/bsd/file/dist/src/
mygetopt.h
53
int
has_arg
;
member in struct:option
getopt_long.c
372
(long_options[(_x)].
has_arg
== long_options[(_y)].
has_arg
&& \
441
if (long_options[match].
has_arg
== no_argument
456
if (long_options[match].
has_arg
== required_argument ||
457
long_options[match].
has_arg
== optional_argument) {
460
else if (long_options[match].
has_arg
==
469
if ((long_options[match].
has_arg
== required_argument)
/src/include/
getopt.h
52
int
has_arg
;
member in struct:option
/src/external/bsd/libevent/dist/WIN32-Code/
getopt.h
18
int
has_arg
;
member in struct:option
getopt_long.c
201
if (long_options[match].
has_arg
== required_argument ||
202
long_options[match].
has_arg
== optional_argument) {
208
if ((long_options[match].
has_arg
== required_argument)
/src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
getopt.h
19
int
has_arg
;
member in struct:option
getopt_long.c
202
if (long_options[match].
has_arg
== required_argument ||
203
long_options[match].
has_arg
== optional_argument) {
209
if ((long_options[match].
has_arg
== required_argument)
/src/external/bsd/tcpdump/dist/missing/
getopt_long.h
51
int
has_arg
;
member in struct:option
getopt_long.c
271
long_options[i].
has_arg
!=
272
long_options[match].
has_arg
||
290
if (long_options[match].
has_arg
== no_argument
312
if (long_options[match].
has_arg
== required_argument ||
313
long_options[match].
has_arg
== optional_argument) {
317
else if (long_options[match].
has_arg
==
326
if ((long_options[match].
has_arg
== required_argument)
/src/external/bsd/libfido2/dist/openbsd-compat/
getopt.h
50
int
has_arg
;
member in struct:option
/src/external/gpl2/mkhybrid/dist/
getopt.h
61
The field `
has_arg
' is:
84
/*
has_arg
can't be an enum because some compilers complain about
86
int
has_arg
;
member in struct:option
91
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/external/gpl2/gmake/dist/
getopt.h
65
The field `
has_arg
' is:
88
/*
has_arg
can't be an enum because some compilers complain about
90
int
has_arg
;
member in struct:option
95
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/external/gpl3/binutils/dist/include/
getopt.h
65
The field `
has_arg
' is:
88
/*
has_arg
can't be an enum because some compilers complain about
90
int
has_arg
;
member in struct:option
95
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/external/gpl3/binutils.old/dist/include/
getopt.h
65
The field `
has_arg
' is:
88
/*
has_arg
can't be an enum because some compilers complain about
90
int
has_arg
;
member in struct:option
95
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/external/gpl3/gcc/dist/include/
getopt.h
65
The field `
has_arg
' is:
88
/*
has_arg
can't be an enum because some compilers complain about
90
int
has_arg
;
member in struct:option
95
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/external/gpl3/gcc.old/dist/include/
getopt.h
65
The field `
has_arg
' is:
88
/*
has_arg
can't be an enum because some compilers complain about
90
int
has_arg
;
member in struct:option
95
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/external/gpl3/gdb.old/dist/include/
getopt.h
65
The field `
has_arg
' is:
88
/*
has_arg
can't be an enum because some compilers complain about
90
int
has_arg
;
member in struct:option
95
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/external/gpl3/gdb/dist/include/
getopt.h
65
The field `
has_arg
' is:
88
/*
has_arg
can't be an enum because some compilers complain about
90
int
has_arg
;
member in struct:option
95
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/tests/lib/libc/stdlib/
h_getopt_long.c
110
/*
has_arg
*/
116
longopts[nlongopts].
has_arg
= no_argument;
119
longopts[nlongopts].
has_arg
= required_argument;
122
longopts[nlongopts].
has_arg
= optional_argument;
124
errx(1, "unknown
has_arg
%s at line %ld",
197
switch (longopts[li].
has_arg
) {
/src/external/gpl2/diffutils/dist/lib/
getopt.h
79
The field `
has_arg
' is:
102
/*
has_arg
can't be an enum because some compilers complain about
104
int
has_arg
;
member in struct:option
109
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/external/gpl2/grep/dist/lib/
getopt.h
69
The field `
has_arg
' is:
92
/*
has_arg
can't be an enum because some compilers complain about
94
int
has_arg
;
member in struct:option
99
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/external/gpl2/texinfo/dist/lib/
getopt_.h
91
The field `
has_arg
' is:
110
/*
has_arg
can't be an enum because some compilers complain about
112
int
has_arg
;
member in struct:option
117
/* Names for the values of the `
has_arg
' field of `struct option'. */
/src/lib/libc/stdlib/
getopt_long.c
347
(long_options[(_x)].
has_arg
== long_options[(_y)].
has_arg
&& \
416
if (long_options[match].
has_arg
== no_argument
431
if (long_options[match].
has_arg
== required_argument ||
432
long_options[match].
has_arg
== optional_argument) {
435
else if (long_options[match].
has_arg
==
444
if ((long_options[match].
has_arg
== required_argument)
/src/external/gpl3/gcc/dist/libgcc/config/
darwin-crt3.c
93
/*
has_arg
is 0/2/4 if 'ac' is live, 1/3/5 if 'cac' is live.
96
int
has_arg
;
member in struct:one_atexit_routine
354
switch (cur->r.
has_arg
) {
395
if (routine->
has_arg
)
460
if (r->
has_arg
)
508
r.
has_arg
= 1;
524
r.
has_arg
= 0;
/src/external/gpl3/gcc.old/dist/libgcc/config/
darwin-crt3.c
93
/*
has_arg
is 0/2/4 if 'ac' is live, 1/3/5 if 'cac' is live.
96
int
has_arg
;
member in struct:one_atexit_routine
354
switch (cur->r.
has_arg
) {
395
if (routine->
has_arg
)
460
if (r->
has_arg
)
508
r.
has_arg
= 1;
524
r.
has_arg
= 0;
Completed in 32 milliseconds
1
2
3
Indexes created Mon Aug 17 00:26:26 UTC 2026