Home
last modified time | relevance | path

Searched refs:helpname (Results 26 – 50 of 66) sorted by relevance

123

/dports/editors/ved/schily-2021-09-18/bsh/
H A Dstr.c162 char helpname[] = "-help"; variable
H A Dhashcmd.c136 if (name != NULL && streql(name, helpname)) {
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dstr.c162 char helpname[] = "-help"; variable
H A Dhashcmd.c136 if (name != NULL && streql(name, helpname)) {
/dports/multimedia/libv4l/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_netlink.c1899 char *helpname = NULL; in ctnetlink_change_helper() local
1917 if (helper && !strcmp(helper->name, helpname)) in ctnetlink_change_helper()
1925 if (!strcmp(helpname, "")) { in ctnetlink_change_helper()
2238 char *helpname = NULL; in ctnetlink_create_conntrack() local
2250 if (request_module("nfct-helper-%s", helpname) < 0) { in ctnetlink_create_conntrack()
2256 helper = __nf_conntrack_helper_find(helpname, in ctnetlink_create_conntrack()
2865 const char *helpname = nla_data(cda[CTA_EXPECT_HELP_NAME]); in ctnetlink_glue_attach_expect() local
3589 const char *helpname = nla_data(cda[CTA_EXPECT_HELP_NAME]); in ctnetlink_create_expect() local
3591 helper = __nf_conntrack_helper_find(helpname, u3, in ctnetlink_create_expect()
3596 if (request_module("nfct-helper-%s", helpname) < 0) { in ctnetlink_create_expect()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_netlink.c1899 char *helpname = NULL; in ctnetlink_change_helper() local
1917 if (helper && !strcmp(helper->name, helpname)) in ctnetlink_change_helper()
1925 if (!strcmp(helpname, "")) { in ctnetlink_change_helper()
2238 char *helpname = NULL; in ctnetlink_create_conntrack() local
2250 if (request_module("nfct-helper-%s", helpname) < 0) { in ctnetlink_create_conntrack()
2256 helper = __nf_conntrack_helper_find(helpname, in ctnetlink_create_conntrack()
2865 const char *helpname = nla_data(cda[CTA_EXPECT_HELP_NAME]); in ctnetlink_glue_attach_expect() local
3589 const char *helpname = nla_data(cda[CTA_EXPECT_HELP_NAME]); in ctnetlink_create_expect() local
3591 helper = __nf_conntrack_helper_find(helpname, u3, in ctnetlink_create_expect()
3596 if (request_module("nfct-helper-%s", helpname) < 0) { in ctnetlink_create_expect()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/netfilter/
H A Dnf_conntrack_netlink.c1899 char *helpname = NULL; in ctnetlink_change_helper() local
1917 if (helper && !strcmp(helper->name, helpname)) in ctnetlink_change_helper()
1925 if (!strcmp(helpname, "")) { in ctnetlink_change_helper()
2238 char *helpname = NULL; in ctnetlink_create_conntrack() local
2250 if (request_module("nfct-helper-%s", helpname) < 0) { in ctnetlink_create_conntrack()
2256 helper = __nf_conntrack_helper_find(helpname, in ctnetlink_create_conntrack()
2865 const char *helpname = nla_data(cda[CTA_EXPECT_HELP_NAME]); in ctnetlink_glue_attach_expect() local
3589 const char *helpname = nla_data(cda[CTA_EXPECT_HELP_NAME]); in ctnetlink_create_expect() local
3591 helper = __nf_conntrack_helper_find(helpname, u3, in ctnetlink_create_expect()
3596 if (request_module("nfct-helper-%s", helpname) < 0) { in ctnetlink_create_expect()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DProgOptions.cpp161 void ProgOptions::addRequiredArg( const std::string& helpname, in addRequiredArg() argument
168 ProgOpt* opt = new ProgOpt( helpname, "", flags, type ); in addRequiredArg()
172 required_args[helpname] = opt; in addRequiredArg()
177 const std::string& helpname, in addOptionalArgs() argument
196 addRequiredArg<T>( helpname, helpstring, 0, flags ); in addOptionalArgs()
/dports/x11-toolkits/ntk/ntk/fluid/
H A Dfluid.cxx851 char helpname[FL_PATH_MAX]; in show_help() local
868 snprintf(helpname, sizeof(helpname), "%s/%s", docdir, name); in show_help()
871 FILE *f = fopen(helpname, "rb"); in show_help()
874 help_dialog->load(helpname); in show_help()
915 snprintf(helpname, sizeof(helpname), "http://www.fltk.org/%s", name); in show_help()
916 fl_open_uri(helpname); in show_help()
/dports/math/giacxcas/fltk-1.3.0/fluid/
H A Dfluid.cxx851 char helpname[FL_PATH_MAX]; in show_help() local
868 snprintf(helpname, sizeof(helpname), "%s/%s", docdir, name); in show_help()
871 FILE *f = fopen(helpname, "rb"); in show_help()
874 help_dialog->load(helpname); in show_help()
915 snprintf(helpname, sizeof(helpname), "http://www.fltk.org/%s", name); in show_help()
916 fl_open_uri(helpname); in show_help()
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/eval/
H A Deval.cc45 static char helpname[MAX_FUNCNAME_LEN+1]; variable
59 *helpname = 0; in set_helpmode()
62 strcpy(helpname, name); in set_helpmode()
1493 if ((!*helpname) || (*helpname && (strcmp(helpname, protos->name)==0))) { in std_eval_func_handler()
/dports/math/mathgl/mathgl-2.5/mgllab/
H A Dhelp.cpp38 str = helpname+cmd; in help_cb()
49 str = helpname+s; in link_cb()
57 static std::string str = helpname+"Examples"; in example_cb()
H A Dmgllab.h64 extern std::string helpname; ///< Path to help files
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dhashcmd.c136 if (name != NULL && streql(name, helpname)) {
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dhashcmd.c136 if (name != NULL && streql(name, helpname)) {
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dhashcmd.c136 if (name != NULL && streql(name, helpname)) {
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dhashcmd.c136 if (name != NULL && streql(name, helpname)) {
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dhashcmd.c136 if (name != NULL && streql(name, helpname)) {
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dhashcmd.c136 if (name != NULL && streql(name, helpname)) {
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dhashcmd.c136 if (name != NULL && streql(name, helpname)) {
/dports/misc/p5-asterisk-perl/asterisk-perl-1.08/lib/Asterisk/Conf/
H A DZapata.pm263 my ($self, $helpname) = @_;
/dports/misc/p5-asterisk-perl/asterisk-perl-1.08/lib/Asterisk/
H A DConf.pm342 my ($self, $helpname) = @_;
/dports/devel/osc/osc-0.175.0/osc/
H A Dcmdln.py829 helpname = attr[5:]
830 if helpname not in token2cmdname:
831 helpnames[helpname] = True
/dports/games/powwow/powwow-1.2.17/
H A Dmain.c117 static char *helpname = HELPNAME; variable
283 strcat(helpfile, helpname); in __P2()
284 if (access(helpfile, R_OK) == -1 && !access(helpname, R_OK)) in __P2()
285 strcpy(helpfile, helpname); in __P2()
/dports/audio/denemo/denemo-2.0.6/src/scripting/
H A Dscheme-identifiers.c36 gchar* helpname = g_strconcat("Help-", name, NULL); in install_scm_function() local
37 define_scheme_variable(helpname, tooltip, "Value is the help string of the variable"); in install_scm_function()
38 g_free(helpname); in install_scm_function()

123