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

/pkg/src/zoneproxy/zoneproxy-adm/
H A Dzoneproxy-adm.c80 int opt; local
84 while ((opt = getopt(argc, argv, "R")) != EOF) {
85 switch (opt) {
/pkg/src/
H A Ddepot.py285 opt = None variable
305 for opt, arg in opts:
306 if opt == "-a":
308 elif opt == "-n":
310 elif opt == "-d":
312 elif opt == "-p":
314 elif opt == "-s":
325 elif opt == "-t":
327 elif opt == "--add-content":
329 elif opt
[all...]

Completed in 10 milliseconds