Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/
H A DMain.java46 Option[] opts = new Option[2]; in main() local
47 opts[0] = new Option("--help", "-h", false); in main()
48 opts[1] = new Option("--accept", "-a", true); in main()
49 if (!parseOptions(args, opts)) { in main()
53 new InetSocketAddress((Integer) opts[1].value), 0); in main()
/aoo41x/main/soltools/cpp/
H A D_getopt.c34 stgetopt(int argc, char *const argv[], const char *opts) in stgetopt() argument
57 if (c == ':' || (cp = strchr(opts, c)) == 0) in stgetopt()
/aoo41x/main/pyuno/demo/
H A Dooextract.py51 opts, args = getopt.getopt(sys.argv[1:], "hc:",["help", "connection-string=" , "html"])
55 for o, a in opts:
/aoo41x/main/icu/
H A Dicu4c-4_0_1-src.patch80 -# genren opts
/aoo41x/main/external/mingwheaders/
H A Dmingw_atl_headers.patch952 #pragma warning(disable:4740) // flow in/out of inline disables global opts

Completed in 35 milliseconds