OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optnum
(Results
1 - 6
of
6
) sorted by null
/external/marisa-trie/tools/
cmdopt.h
44
int
optnum
; // Number of options.
member in struct:cmdopt_t_
cmdopt.c
21
h->
optnum
--;
56
if (h->optind < h->
optnum
) {
88
while (h->optind < h->
optnum
) {
159
if (h->optind < h->
optnum
) {
216
while (h->optind < h->
optnum
) {
248
h->
optnum
= h->argc;
/external/marisa-trie/v0_1_5/tools/
cmdopt.h
44
int
optnum
; // Number of options.
member in struct:cmdopt_t_
cmdopt.c
21
h->
optnum
--;
56
if (h->optind < h->
optnum
) {
88
while (h->optind < h->
optnum
) {
159
if (h->optind < h->
optnum
) {
216
while (h->optind < h->
optnum
) {
248
h->
optnum
= h->argc;
/external/iptables/utils/
nfnl_osf.c
150
static void xt_osf_parse_opt(struct xt_osf_opt *opt, __u16 *
optnum
, char *obuf, int olen)
261
opt[*
optnum
].kind = IANA_opts[op].kind;
262
opt[*
optnum
].length = IANA_opts[op].length;
263
opt[*
optnum
].wc.wc = wc;
264
opt[*
optnum
].wc.val = val;
265
(*
optnum
)++;
/external/llvm/include/llvm/Support/
CommandLine.h
[
all
...]
Completed in 54 milliseconds