Searched defs:opt (Results 1 - 1 of 1) sorted by relevance

/bionic/libdl/
H A Ddltest.c59 struct option *opt = long_options; local
61 while (opt->name) {
63 opt->val,
64 opt->name,
65 (opt->has_arg ? " (argument)" : ""),
67 opt++;

Completed in 2210 milliseconds