Home
last modified time | relevance | path

Searched refs:userconf (Results 1 – 25 of 122) sorted by relevance

12345

/dports/mail/spamassassin-devel/spamassassin-1ea352210/rules/
H A D60_whitelist.cf38 tflags USER_IN_BLOCKLIST userconf nice noautolearn
53 tflags USER_IN_BLOCKLIST userconf nice noautolearn
58 tflags USER_IN_BLACKLIST userconf nice noautolearn
68 tflags USER_IN_WELCOMELIST userconf nice noautolearn
83 tflags USER_IN_WELCOMELIST userconf nice noautolearn
128 tflags USER_IN_BLOCKLIST_TO userconf nice noautolearn
178 tflags USER_IN_WHITELIST_TO userconf nice noautolearn
198 tflags URI_HOST_IN_BLOCKLIST userconf noautolearn
204 tflags URI_HOST_IN_BLACKLIST userconf noautolearn
214 tflags URI_HOST_IN_BLOCKLIST userconf noautolearn
[all …]
H A Dactive.list110 # tflags userconf
281 # tflags userconf
284 # tflags userconf
461 # tflags userconf
488 # tflags userconf
515 # tflags userconf
728 # tflags userconf
752 # tflags userconf
812 # tflags userconf
914 # tflags userconf
[all …]
H A D20_compensate.cf31 tflags NO_RECEIVED nice userconf
41 tflags ALL_TRUSTED nice userconf
44 tflags NO_RELAYS nice userconf
/dports/devel/radare2/radare2-5.1.1/
H A Dmeson.build312 userconf = configuration_data()
319 userconf.set('PREFIX', r2_prefix)
333 userconf.set('SDB', r2_sdb)
334 userconf.set('ZIGNS', r2_zigns)
335 userconf.set('THEMES', r2_themes)
337 userconf.set('FLAGS', r2_flags)
338 userconf.set('HUD', r2_hud)
340 userconf.set('EXTRAS', r2_extras)
344 userconf.set10('HAVE_FORK', true)
348 userconf.set10('WITH_GPL', true)
[all …]
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/t/data/
H A D01_test_rules.cf111 tflags HASHCASH_20 nice userconf
112 tflags HASHCASH_21 nice userconf
113 tflags HASHCASH_22 nice userconf
114 tflags HASHCASH_23 nice userconf
115 tflags HASHCASH_24 nice userconf
116 tflags HASHCASH_25 nice userconf
117 tflags HASHCASH_HIGH nice userconf
127 tflags HASHCASH_2SPEND userconf
132 tflags MISSING_HB_SEP userconf
203 tflags SPF_PASS nice userconf net
[all …]
/dports/devel/gamin/gamin-0.1.10/server/
H A Dgam_conf.c113 gchar *userconf = NULL; in gam_conf_read() local
114 userconf = g_strconcat(g_get_home_dir(), "/.gaminrc", NULL); in gam_conf_read()
115 if (userconf == NULL) { in gam_conf_read()
129 gam_conf_read_internal (userconf); in gam_conf_read()
132 g_free (userconf); in gam_conf_read()
/dports/net/sngrep/sngrep-1.4.9/src/curses/
H A Dui_column_select.c378 char *userconf = NULL; in column_select_save_columns() local
385 sprintf(userconf, "%s", rcfile); in column_select_save_columns()
388 sng_free(userconf); in column_select_save_columns()
397 sprintf(userconf, "%s/.sngreprc", rcfile); in column_select_save_columns()
400 sng_free(userconf); in column_select_save_columns()
414 rename(userconf, tmpfile); in column_select_save_columns()
417 if (!(fo = fopen(userconf, "w"))) { in column_select_save_columns()
418 dialog_run("Unable to open %s: %s", userconf, strerror(errno)); in column_select_save_columns()
419 sng_free(userconf); in column_select_save_columns()
454 dialog_run("Column layout successfully saved to %s", userconf); in column_select_save_columns()
[all …]
H A Dui_settings.c453 char *userconf = NULL; in ui_settings_save() local
463 if ((userconf = sng_malloc(strlen(rcfile) + RCFILE_EXTRA_LEN))) { in ui_settings_save()
465 sprintf(userconf, "%s", rcfile); in ui_settings_save()
468 sng_free(userconf); in ui_settings_save()
477 sprintf(userconf, "%s/.sngreprc", rcfile); in ui_settings_save()
480 sng_free(userconf); in ui_settings_save()
495 rename(userconf, tmpfile); in ui_settings_save()
498 if (!(fo = fopen(userconf, "w"))) { in ui_settings_save()
499 sng_free(userconf); in ui_settings_save()
530 dialog_run("Settings successfully saved to %s", userconf); in ui_settings_save()
[all …]
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/src/
H A Dutils.c524 static char *userconf = NULL; in get_default_conf() local
535 userconf = malloc(buf_size); in get_default_conf()
537 snprintf(userconf, buf_size, "%s%s", getenv("HOME"), in get_default_conf()
542 userconf = malloc(buf_size); in get_default_conf()
544 snprintf(userconf, buf_size, "%s%s", conf_home, in get_default_conf()
549 if (access(userconf, F_OK) != -1) in get_default_conf()
550 return userconf; in get_default_conf()
553 free(userconf); in get_default_conf()
/dports/mail/rspamd-devel/rspamd-93430bb/test/functional/configs/
H A Dspamassassin.rules40 tflags USER_IN_BLACKLIST userconf noautolearn
45 tflags USER_IN_WHITELIST userconf nice noautolearn
50 tflags USER_IN_BLACKLIST_TO userconf noautolearn
55 tflags USER_IN_WHITELIST_TO userconf nice noautolearn
61 #tflags USER_IN_DEF_WHITELIST userconf nice noautolearn
67 #tflags USER_IN_MORE_SPAM_TO userconf nice noautolearn
72 #tflags USER_IN_ALL_SPAM_TO userconf nice noautolearn
/dports/mail/rspamd/rspamd-3.1/test/functional/configs/
H A Dspamassassin.rules40 tflags USER_IN_BLACKLIST userconf noautolearn
45 tflags USER_IN_WHITELIST userconf nice noautolearn
50 tflags USER_IN_BLACKLIST_TO userconf noautolearn
55 tflags USER_IN_WHITELIST_TO userconf nice noautolearn
61 #tflags USER_IN_DEF_WHITELIST userconf nice noautolearn
67 #tflags USER_IN_MORE_SPAM_TO userconf nice noautolearn
72 #tflags USER_IN_ALL_SPAM_TO userconf nice noautolearn
/dports/mail/spamassassin/Mail-SpamAssassin-3.4.5/rules/
H A Dactive.list107 # tflags userconf
272 # tflags userconf
275 # tflags userconf
464 # tflags userconf
488 # tflags userconf
515 # tflags userconf
713 # tflags userconf
740 # tflags userconf
803 # tflags userconf
902 # tflags userconf
[all …]
/dports/net/sngrep/sngrep-1.4.9/src/
H A Doption.c53 char *userconf = NULL; in init_options() local
87 if ((userconf = sng_malloc(strlen(rcfile) + RCFILE_EXTRA_LEN))) { in init_options()
88 sprintf(userconf, "%s/.sngreprc", rcfile); in init_options()
89 read_options(userconf); in init_options()
90 sng_free(userconf); in init_options()
/dports/games/quakeforge/quakeforge-0.7.2/config.d/
H A Dpaths.m453 userconf="$withval", userconf="auto")
54 if test "x$userconf" = "xauto" || test "x$userconf" = "xyes" || \
55 test "x$userconf" = "xno"; then dnl yes/no sanity checks
56 userconf="$default_userconf"
58 AC_DEFINE_UNQUOTED(FS_USERCFG, "$userconf", [Define this to the location of the user config file])
/dports/sysutils/unieject/unieject-6/
H A Dunieject.c100 char *userconf = g_strdup_printf("%s/.unieject", getenv("HOME")); in parse_configuration() local
101 if ( cfg_parse(cfg, userconf) == CFG_PARSE_ERROR ) in parse_configuration()
103 g_critical(_("Error parsing configuration file %s\n"), userconf); in parse_configuration()
104 g_free(userconf); in parse_configuration()
109 g_free(userconf); in parse_configuration()
/dports/net-mgmt/netdisco/App-Netdisco-2.047002/lib/App/Netdisco/Worker/
H A DPlugin.pm54 my @userconf = @{ dclone (setting('device_auth') || []) };
66 foreach my $stanza (@userconf) {
83 my $guard = guard { set(device_auth => \@userconf) };
H A DRunner.pm38 my @userconf = @{ dclone (setting('device_auth') || []) };
42 foreach my $stanza (@userconf) {
58 my $configguard = guard { set(device_auth => \@userconf) };
/dports/textproc/scim/scim-1.4.9/modules/Config/
H A Dscim_simple_config.cpp372 String userconf = get_userconf_filename (); in flush() local
381 if (userconf.length ()) { in flush()
385 std::ofstream os (userconf.c_str ()); in flush()
581 String userconf = get_userconf_filename (); in load_all_config() local
585 if (userconf.length ()) { in load_all_config()
586 std::ifstream is (userconf.c_str ()); in load_all_config()
589 << userconf << "\n"; in load_all_config()
/dports/net/qadsl/qadsl-1.3.3/
H A Dconfigure.in140 userconf="$withval", userconf="auto")
141 if test "x$userconf" = "xauto" || test "x$userconf" = "xyes" || \
142 test "x$userconf" = "xno"; then dnl yes/no sanity checks
143 userconf="$default_userconf"
145 AC_DEFINE_UNQUOTED(USER_CONF, "$userconf", [Define this to the location of the user config file])
/dports/comms/tkscanfax/tkscanfax1/
H A Dfax-scan.tcl16 if [file exists $c(userconf)] {source $c(userconf)}
H A Dscan-init.tcl68 if [file exists $c(userconf)] {source $c(userconf)}
/dports/graphics/megapov/megapov-1.2.1/unix/
H A Dunix.cpp180 char *userconf; // user conf filename member
314 config->userconf = config->home in unix_create_globals()
345 config->userconf, in unix_create_globals()
382 if(config->userconf) in UNIX_free_globals()
383 POV_FREE(config->userconf); in UNIX_free_globals()
1563 if(config->userconf) in unix_process_povray_conf()
1565 f = fopen(config->userconf, "r"); in unix_process_povray_conf()
1570 config->conf = config->userconf; in unix_process_povray_conf()
1578 perror(config->userconf); in unix_process_povray_conf()
1997 || (config->userconf && ! strcmp(config->userconf, filename))) in UNIX_allow_file_write()
[all …]
/dports/graphics/povray36/povray-3.6.1/unix/
H A Dunix.cpp173 char *userconf; // user conf filename member
307 config->userconf = config->home in unix_create_globals()
338 config->userconf, in unix_create_globals()
375 if(config->userconf) in UNIX_free_globals()
376 POV_FREE(config->userconf); in UNIX_free_globals()
1556 if(config->userconf) in unix_process_povray_conf()
1558 f = fopen(config->userconf, "r"); in unix_process_povray_conf()
1563 config->conf = config->userconf; in unix_process_povray_conf()
1571 perror(config->userconf); in unix_process_povray_conf()
1990 || (config->userconf && ! strcmp(config->userconf, filename))) in UNIX_allow_file_write()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dprefs.cc78 fs::path userconf = fs::path(gr::userconf_path()) / "config.conf"; in _sys_prefs_filenames() local
79 if (fs::exists(userconf)) { in _sys_prefs_filenames()
80 fnames.push_back(userconf.string()); in _sys_prefs_filenames()
156 fs::path userconf = fs::path(gr::userconf_path()) / "config.conf"; in save() local
157 fs::ofstream fout(userconf); in save()
/dports/net/openldap25-server/openldap-2.5.9/libraries/libldap/
H A Dinit.c154 char *cmd, char *opt, int userconf ) in ldap_int_conf_option() argument
161 if( !userconf && attrs[i].useronly ) { in ldap_int_conf_option()
261 char *cmd, char *opt, int userconf ) in ldap_pvt_conf_option() argument
278 return ldap_int_conf_option( gopts, cmd, opt, userconf ); in ldap_pvt_conf_option()
282 const char *file, int userconf ) in openldap_ldap_init_w_conf() argument
346 ldap_int_conf_option( gopts, cmd, opt, userconf ); in openldap_ldap_init_w_conf()

12345