Home
last modified time | relevance | path

Searched refs:opt_logpath (Results 1 – 2 of 2) sorted by relevance

/dports/security/sudo/sudo-1.9.8p2/plugins/python/regress/
H A Dcheck_python_examples.c70 char opt_logpath[PATH_MAX + 16]; in create_io_plugin_options() local
71 snprintf(opt_logpath, sizeof(opt_logpath), "LogPath=%s", log_path); in create_io_plugin_options()
72 create_plugin_options("example_io_plugin", "SudoIOPlugin", opt_logpath); in create_io_plugin_options()
90 char opt_logpath[PATH_MAX + 16]; in create_conversation_plugin_options() local
91 snprintf(opt_logpath, sizeof(opt_logpath), "LogPath=%s", data.tmp_dir); in create_conversation_plugin_options()
92 create_plugin_options("example_conversation", "ReasonLoggerIOPlugin", opt_logpath); in create_conversation_plugin_options()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dmain.c798 *opt_logpath = NULL, in main() local
875 { 'l', "logfile", N_("Enable debug to file"), OPT_STR, &opt_logpath }, in main()
1009 if (opt_stderr || opt_syslog || opt_logpath) { in main()
1017 if (opt_logpath) in main()
1037 tvhlog_init(log_level, log_options, opt_logpath); in main()