Home
last modified time | relevance | path

Searched refs:opterror (Results 1 – 25 of 47) sorted by relevance

12

/dports/net/fping/fping-5.0/src/
H A Doptparse.c8 opterror(struct optparse *options, const char *message, const char *data) in opterror() function
105 return opterror(options, MSG_INVALID, str); in optparse()
126 return opterror(options, MSG_MISSING, str); in optparse()
252 return opterror(options, MSG_TOOMANY, name); in optparse_long()
258 return opterror(options, MSG_MISSING, name); in optparse_long()
263 return opterror(options, MSG_INVALID, option); in optparse_long()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/subcmd/
H A Dparse-options.c63 return opterror(opt, "requires a value", flags); in get_arg()
77 return opterror(opt, "takes no value", flags); in get_value()
79 return opterror(opt, "isn't available", flags); in get_value()
81 return opterror(opt, "is not usable", flags); in get_value()
95 opterror(opt, msg, flags); in get_value()
111 return opterror(opt, "takes no value", flags); in get_value()
144 return opterror(opt, reason, flags); in get_value()
266 return opterror(opt, "expects a numerical value", flags); in get_value()
284 return opterror(opt, "expects a numerical value", flags); in get_value()
300 return opterror(opt, "expects a numerical value", flags); in get_value()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/subcmd/
H A Dparse-options.c63 return opterror(opt, "requires a value", flags); in get_arg()
77 return opterror(opt, "takes no value", flags); in get_value()
79 return opterror(opt, "isn't available", flags); in get_value()
81 return opterror(opt, "is not usable", flags); in get_value()
95 opterror(opt, msg, flags); in get_value()
111 return opterror(opt, "takes no value", flags); in get_value()
144 return opterror(opt, reason, flags); in get_value()
266 return opterror(opt, "expects a numerical value", flags); in get_value()
284 return opterror(opt, "expects a numerical value", flags); in get_value()
300 return opterror(opt, "expects a numerical value", flags); in get_value()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/subcmd/
H A Dparse-options.c63 return opterror(opt, "requires a value", flags); in get_arg()
77 return opterror(opt, "takes no value", flags); in get_value()
79 return opterror(opt, "isn't available", flags); in get_value()
81 return opterror(opt, "is not usable", flags); in get_value()
95 opterror(opt, msg, flags); in get_value()
111 return opterror(opt, "takes no value", flags); in get_value()
144 return opterror(opt, reason, flags); in get_value()
266 return opterror(opt, "expects a numerical value", flags); in get_value()
284 return opterror(opt, "expects a numerical value", flags); in get_value()
300 return opterror(opt, "expects a numerical value", flags); in get_value()
[all …]
/dports/databases/rrdtool/rrdtool-1.7.2/src/
H A Doptparse.c7 #define opterror(options, format, ...) \ macro
94 opterror(options, "invalid option -- '%c'", option[0]); in optparse()
114 opterror(options, "option requires an argument -- '%c'", option[0]); in optparse()
260 opterror(options, "option takes no arguments -- '%s'", name); in optparse_long()
268 opterror(options, "option requires argument -- '%s'", name); in optparse_long()
275 opterror(options, "invalid option -- '%s'", option); in optparse_long()
/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/work/
H A Dw_config.c717 else goto opterror; in InitConfig()
721 else goto opterror; in InitConfig()
725 else goto opterror; in InitConfig()
730 else goto opterror; in InitConfig()
749 else goto opterror; in InitConfig()
765 else goto opterror; in InitConfig()
771 else goto opterror; in InitConfig()
779 else goto opterror; in InitConfig()
796 else goto opterror; in InitConfig()
799 opterror: in InitConfig()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dgetopts.c117 shp->st.opterror = 1; in b_getopts()
145 shp->st.opterror = 1; in b_getopts()
153 if(shp->st.opterror) in b_getopts()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dgetopts.c117 shp->st.opterror = 1; in b_getopts()
145 shp->st.opterror = 1; in b_getopts()
153 if(shp->st.opterror) in b_getopts()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dgetopts.c130 shp->st.opterror = 1; in b_getopts()
158 shp->st.opterror = 1; in b_getopts()
166 if (shp->st.opterror) { in b_getopts()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dgetopts.c116 shp->st.opterror = 1; in b_getopts()
144 shp->st.opterror = 1; in b_getopts()
152 if(shp->st.opterror) in b_getopts()
/dports/lang/luajit/LuaJIT-2.0.5/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
646 if err then opterror(err) end
1036 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/lang/luajit-openresty/luajit2-2.1-20211210/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
647 if err then opterror(err) end
1037 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/lang/luajit-devel/LuaJIT-a91d0d9/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
647 if err then opterror(err) end
1037 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/LuaJIT/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
646 if err then opterror(err) end
1036 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/www/mod_php81/php-8.1.1/ext/opcache/jit/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
647 if err then opterror(err) end
1037 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/lang/php81/php-8.1.1/ext/opcache/jit/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
647 if err then opterror(err) end
1037 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/devel/tex-libtexluajit/texlive-20150521-source/libs/luajit/LuaJIT-2.0.3/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
646 if err then opterror(err) end
1036 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/lang/php80/php-8.0.15/ext/opcache/jit/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
646 if err then opterror(err) end
1036 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/misc/xplr/xplr-0.17.0/cargo-crates/luajit-src-210.3.2+resty1085a4d/luajit2/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
647 if err then opterror(err) end
1037 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/luajit/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
646 if err then opterror(err) end
1036 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/www/php80-opcache/php-8.0.15/ext/opcache/jit/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
646 if err then opterror(err) end
1036 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/devel/rabs/rabs-2.19.5/minilang/src/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
646 if err then opterror(err) end
1036 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/www/php81-opcache/php-8.1.1/ext/opcache/jit/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
647 if err then opterror(err) end
1037 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/benchmarks/sysbench/sysbench-1.0.20/third_party/luajit/luajit/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
646 if err then opterror(err) end
1036 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/luajit-2.1.0-1e66d0f/dynasm/
H A Ddynasm.lua153 local function opterror(...) function
164 opterror("missing parameter for option `", opt_current, "'.")
204 opterror("bad define")
214 opterror("bad define")
647 if err then opterror(err) end
1037 opterror("unrecognized option `", opt_current, "'. Try `--help'.\n")

12