Home | History | Annotate | Download | only in lib

Lines Matching full:option

9    (at your option) any later version.
26 const struct option *__longopts, int *__longind,
34 /* Describe how to deal with options that follow non-option ARGV-elements.
41 stop option processing when the first non-option is seen.
45 of the list of option characters, or by calling getopt.
52 RETURN_IN_ORDER is an option available to programs that were
55 non-option ARGV-element as if it were the argument of an option
57 list of option characters selects this mode of operation.
59 The special argument '--' forces an end of option-scanning regardless
84 /* The next char to be scanned in the option-element
85 in which the last option character we returned was found.
121 const struct option *__longopts, int *__longind,
127 const struct option *__longopts, int *__longind,
132 const struct option *__longopts,