OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:optlong
(Results
1 - 4
of
4
) sorted by null
/external/marisa-trie/tools/
cmdopt.h
41
char *
optlong
; // Long option.
member in struct:cmdopt_t_
cmdopt.c
173
h->
optlong
= h->argv[h->optind];
212
h->
optlong
= NULL;
257
h->
optlong
= NULL;
270
if (h->
optlong
== NULL) {
278
if (h->
optlong
== NULL) {
281
fprintf(stderr, "unrecognized option `%s'\n", h->
optlong
);
285
if (h->
optlong
== NULL) {
/external/marisa-trie/v0_1_5/tools/
cmdopt.h
41
char *
optlong
; // Long option.
member in struct:cmdopt_t_
cmdopt.c
173
h->
optlong
= h->argv[h->optind];
212
h->
optlong
= NULL;
257
h->
optlong
= NULL;
270
if (h->
optlong
== NULL) {
278
if (h->
optlong
== NULL) {
281
fprintf(stderr, "unrecognized option `%s'\n", h->
optlong
);
285
if (h->
optlong
== NULL) {
Completed in 899 milliseconds