Home
last modified time | relevance | path

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

/dports/games/stratagus/stratagus-3.2.0/metaserver/
H A Dmain.cpp103 static void getopt_err(const char *argv0, const char *str, char opt) in getopt_err() function
134 getopt_err(argv[0], ": illegal option -", (char)c); in getopt()
144 getopt_err(argv[0], ": option requires an argument -", (char)c); in getopt()
/dports/games/wyrmgus/Wyrmgus-3.5.4/metaserver/
H A Dmain.cpp103 static void getopt_err(const char *argv0, const char *str, char opt) in getopt_err() function
134 getopt_err(argv[0], ": illegal option -", (char)c); in getopt()
144 getopt_err(argv[0], ": option requires an argument -", (char)c); in getopt()
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/commands/
H A Dchmod.py54 opts, mode, files, getopt_err = self.parse_args()
55 if getopt_err:
/dports/games/stratagus/stratagus-3.2.0/src/stratagus/
H A Dutil.cpp347 static void getopt_err(const char *argv0, const char *str, char opt) in getopt_err() function
378 getopt_err(argv[0], ": illegal option -", (char)c); in getopt()
388 getopt_err(argv[0], ": option requires an argument -", (char)c); in getopt()
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/stratagus/
H A Dutil.cpp417 static void getopt_err(const char *argv0, const char *str, char opt) in getopt_err() function
448 getopt_err(argv[0], ": illegal option -", (char)c); in getopt()
458 getopt_err(argv[0], ": option requires an argument -", (char)c); in getopt()