Searched refs:opts (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/xmlsecurity/test_docs/tools/httpserv/src/httpserv/ |
H A D | Main.java | 46 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()
|
/aoo42x/main/soltools/cpp/ |
H A D | _getopt.c | 34 stgetopt(int argc, char *const argv[], const char *opts) in stgetopt() argument 57 if (c == ':' || (cp = strchr(opts, c)) == NULL) in stgetopt()
|
/aoo42x/main/pyuno/demo/ |
H A D | ooextract.py | 51 opts, args = getopt.getopt(sys.argv[1:], "hc:",["help", "connection-string=" , "html"]) 55 for o, a in opts:
|
/aoo42x/main/icu/ |
H A D | icu4c-4_0_1-src.patch | 80 -# genren opts
|
/aoo42x/main/external/mingwheaders/ |
H A D | mingw_atl_headers.patch | 952 #pragma warning(disable:4740) // flow in/out of inline disables global opts
|
Completed in 31 milliseconds