Home
last modified time | relevance | path

Searched refs:ARG_STR (Results 1 – 25 of 37) sorted by relevance

12

/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/server/
H A Dconfiguration.c426 ADD_CONFIG_OPTION(SocketPath, ARG_STR); in load_config_options()
430 ADD_CONFIG_OPTION(LogFile, ARG_STR); in load_config_options()
431 ADD_CONFIG_OPTION(LogDir, ARG_STR); in load_config_options()
434 ADD_CONFIG_OPTION(DefaultModule, ARG_STR); in load_config_options()
440 ADD_CONFIG_OPTION(DefaultLanguage, ARG_STR); in load_config_options()
441 ADD_CONFIG_OPTION(DefaultPriority, ARG_STR); in load_config_options()
444 ADD_CONFIG_OPTION(SymbolsPreproc, ARG_STR); in load_config_options()
455 ADD_CONFIG_OPTION(AudioOSSDevice, ARG_STR); in load_config_options()
456 ADD_CONFIG_OPTION(AudioALSADevice, ARG_STR); in load_config_options()
457 ADD_CONFIG_OPTION(AudioNASServer, ARG_STR); in load_config_options()
[all …]
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/server/
H A Dconfiguration.c426 ADD_CONFIG_OPTION(SocketPath, ARG_STR); in load_config_options()
430 ADD_CONFIG_OPTION(LogFile, ARG_STR); in load_config_options()
431 ADD_CONFIG_OPTION(LogDir, ARG_STR); in load_config_options()
434 ADD_CONFIG_OPTION(DefaultModule, ARG_STR); in load_config_options()
440 ADD_CONFIG_OPTION(DefaultLanguage, ARG_STR); in load_config_options()
441 ADD_CONFIG_OPTION(DefaultPriority, ARG_STR); in load_config_options()
444 ADD_CONFIG_OPTION(SymbolsPreproc, ARG_STR); in load_config_options()
455 ADD_CONFIG_OPTION(AudioOSSDevice, ARG_STR); in load_config_options()
456 ADD_CONFIG_OPTION(AudioALSADevice, ARG_STR); in load_config_options()
457 ADD_CONFIG_OPTION(AudioNASServer, ARG_STR); in load_config_options()
[all …]
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmetad/
H A Dconf.c431 {"gridname", ARG_STR, cb_gridname, &gmetad_config, 0},
432 {"authority", ARG_STR, cb_authority, &gmetad_config, 0},
440 {"rrd_rootdir", ARG_STR, cb_rrd_rootdir, &gmetad_config, 0},
443 {"setuid_username", ARG_STR, cb_setuid_username, &gmetad_config, 0},
444 {"scalable", ARG_STR, cb_scalable, &gmetad_config, 0},
445 {"write_rrds", ARG_STR, cb_write_rrds, &gmetad_config, 0},
448 {"carbon_server", ARG_STR, cb_carbon_server, &gmetad_config, 0},
450 {"carbon_protocol", ARG_STR, cb_carbon_protocol, &gmetad_config, 0},
454 {"graphite_prefix", ARG_STR, cb_graphite_prefix, &gmetad_config, 0},
455 {"graphite_path", ARG_STR, cb_graphite_path, &gmetad_config, 0},
[all …]
H A Dconf.c.in431 {"gridname", ARG_STR, cb_gridname, &gmetad_config, 0},
432 {"authority", ARG_STR, cb_authority, &gmetad_config, 0},
440 {"rrd_rootdir", ARG_STR, cb_rrd_rootdir, &gmetad_config, 0},
443 {"setuid_username", ARG_STR, cb_setuid_username, &gmetad_config, 0},
444 {"scalable", ARG_STR, cb_scalable, &gmetad_config, 0},
445 {"write_rrds", ARG_STR, cb_write_rrds, &gmetad_config, 0},
448 {"carbon_server", ARG_STR, cb_carbon_server, &gmetad_config, 0},
450 {"carbon_protocol", ARG_STR, cb_carbon_protocol, &gmetad_config, 0},
454 {"graphite_prefix", ARG_STR, cb_graphite_prefix, &gmetad_config, 0},
455 {"graphite_path", ARG_STR, cb_graphite_path, &gmetad_config, 0},
[all …]
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/
H A Dg25_config.c319 {"name", ARG_STR, cb_name, &gmond_config, 0}, in print_ganglia_25_config()
320 {"owner", ARG_STR, cb_owner, &gmond_config, 0}, in print_ganglia_25_config()
321 {"latlong", ARG_STR, cb_latlong, &gmond_config, 0}, in print_ganglia_25_config()
322 {"url", ARG_STR, cb_url, &gmond_config, 0}, in print_ganglia_25_config()
323 {"location", ARG_STR, cb_location, &gmond_config, 0}, in print_ganglia_25_config()
324 {"mcast_channel", ARG_STR, cb_mcast_channel, &gmond_config, 0}, in print_ganglia_25_config()
326 {"mcast_if", ARG_STR, cb_mcast_if, &gmond_config, 0}, in print_ganglia_25_config()
339 {"setuid", ARG_STR, cb_setuid, &gmond_config, 0}, in print_ganglia_25_config()
/dports/devel/dotconf/dotconf-1.3/examples/modules/
H A Dmodule.c27 {"ExampleOption", ARG_STR, cb_example, 0, 0},
29 {"AddModule", ARG_STR, cb_addmodule, 0, 0},
30 {"MultiLineRaw", ARG_STR, cb_multiline, 0, 0},
H A Dmy_module.c16 {"NewOption", ARG_STR, cb_newoption, 0, 0},
/dports/ftp/yafc/yafc-1.3.7/src/
H A Dset.c117 {"type", ARG_STR, set_type},
118 {"anonpass", ARG_STR, set_anonpass},
177 } else if(sp->argtype == ARG_STR) { in cmd_set()
H A Dset.h19 #define ARG_STR 4 macro
/dports/misc/window/window/
H A Dlcmd2.c106 { "who", 1, ARG_STR },
298 { "", 0, ARG_STR },
299 { "", 0, ARG_STR|ARG_LIST },
366 { "alias", 1, ARG_STR },
373 if (a->v_type == ARG_STR)
H A Dlcmd1.c57 { "label", 1, ARG_STR },
63 { "shell", 1, ARG_STR|ARG_LIST },
205 { "escapec", 1, ARG_STR },
227 { "label", 1, ARG_STR },
283 { "filename", 1, ARG_STR },
H A Dlcmd.h59 #define ARG_STR 0x02 /* must be a string */ macro
H A Dparser2.c157 (ap->arg_flags&ARG_TYPE) == ARG_STR &&
/dports/devel/m4/m4-1.4.19/src/
H A Dformat.c110 #define ARG_STR(argc, argv) \ macro
162 f = fmt = ARG_STR (argc, argv); in expand_format()
377 str = xasprintf (fstart, width, prec, ARG_STR(argc, argv)); in expand_format()
/dports/devel/dotconf/dotconf-1.3/examples/duplicates/
H A Dfirst_module.c12 {"DupOption", ARG_STR, cb_newoption, 0, 0}
/dports/devel/dotconf/dotconf-1.3/examples/caseinsensitive/
H A Dcaseinsensitive.c12 {"StrNCAseCMp", ARG_STR, cb_strncasecmp, NULL, 0},
/dports/devel/dotconf/dotconf-1.3/examples/errorhandler/
H A Derrorhandler.c13 {"ErrorHandler", ARG_STR, cb_errorhandler, NULL, 0},
/dports/devel/dotconf/dotconf-1.3/examples/simple/
H A Dsimple.c9 {"ExampleStr", ARG_STR, cb_str, NULL, CTX_ALL},
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/vm/
H A DASHandlers.h37 ARG_STR, enumerator
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/lib/
H A Ddotconf.c88 { "Include", ARG_STR, dotconf_cb_include, NULL, CTX_ALL },
89 { "IncludePath", ARG_STR, dotconf_cb_includepath, NULL, CTX_ALL },
509 else if (option->type == ARG_STR) { in dotconf_set_command()
521 if (!(option->type == ARG_STR && cmd->data.str != 0)) { in dotconf_set_command()
560 case ARG_STR: in dotconf_set_command()
H A Ddotconf.h32 #define ARG_STR 2 /* callback expects a \0 terminated str */ macro
/dports/devel/dotconf/dotconf-1.3/src/
H A Ddotconf.c84 {"Include", ARG_STR, dotconf_cb_include, NULL, CTX_ALL},
85 {"IncludePath", ARG_STR, dotconf_cb_includepath, NULL, CTX_ALL},
513 } else if (option->type == ARG_STR) { in dotconf_set_command()
526 if (!(option->type == ARG_STR && cmd->data.str != 0)) { in dotconf_set_command()
590 case ARG_STR: in dotconf_set_command()
H A Ddotconf.h33 #define ARG_STR 2 /* callback expects a \0 terminated str */ macro
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Dmodule_utils_addvoice.c161 "VoiceFileDependency", ARG_STR, in module_register_available_voices()
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/modules/
H A Dmodule_utils_addvoice.c161 "VoiceFileDependency", ARG_STR, in module_register_available_voices()

12