Home
last modified time | relevance | path

Searched refs:conf_new (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/libvirt/libvirt-7.10.0/examples/sh/
H A Dvirt-lxc-convert53 conf_new=$conf_dir/config
55 cp "$conf" "$conf_new"
59 "$conf_new" | cut -f 2 -d '=')
61 sed 's/^lxc.mount[[:space:]]*=.*$//' "$conf_new" >"${conf_new}.tmp"
62 mv "${conf_new}.tmp" "${conf_new}"
105 "$conf_new" >"${conf_new}.tmp"
106 mv "${conf_new}.tmp" "${conf_new}"
114 "$conf_new" >"${conf_new}.tmp"
115 mv "${conf_new}.tmp" "${conf_new}"
117 done < "$conf_new"
[all …]
/dports/math/polymake/polymake-4.5/perllib/Polymake/
H A DConfigure.pm376 my ($conf_new, $conf_k)=new OverwriteFile($conf_file);
377 print $conf_new $_;
378 close $conf_new;
/dports/net/openradius/openradius-0.9.12c/server/
H A Dconfig.h39 CONF *conf_new(META *m, char *basepath, char *modbasepath);
H A Dbigtest.c92 c = conf_new(m, RADDB, MODULES); in main()
H A Dconfig.c260 CONF *conf_new(META *m, char *basepath, char *modbasepath) in conf_new() function
642 c = conf_new(m, argv[1], MODULES); in main()
/dports/misc/xiphos/xiphos-4.2.1/src/gtk/
H A Dmenu_popup.c1309 char *conf_new; in on_rename_perscomm_activate() local
1346 conf_new = g_strdup(info->text1); // dirname is lowercase. in on_rename_perscomm_activate()
1347 for (s = conf_new; *s; ++s) in on_rename_perscomm_activate()
1361 s = g_strdup_printf("%s%s", datapath_new, conf_new); in on_rename_perscomm_activate()
1374 modsdir, info->text1, conf_new, conf_old, in on_rename_perscomm_activate()
1375 conf_new); in on_rename_perscomm_activate()
1409 g_free(conf_new); in on_rename_perscomm_activate()
/dports/dns/knot3/knot-3.1.5/tests/knot/
H A Dtest_conf.h31 int ret = conf_new(&new_conf, schema, NULL, 2 * 1024 * 1024, CONF_FNONE); in test_conf()
/dports/dns/knot3-lib/knot-3.1.5/tests/knot/
H A Dtest_conf.h31 int ret = conf_new(&new_conf, schema, NULL, 2 * 1024 * 1024, CONF_FNONE); in test_conf()
/dports/dns/drool/drool-1.1.0/src/
H A Dconf.h125 drool_conf_t* conf_new(void);
/dports/dns/knot3/knot-3.1.5/src/knot/conf/
H A Dbase.h208 int conf_new(
/dports/dns/knot3-lib/knot-3.1.5/src/knot/conf/
H A Dbase.h208 int conf_new(
/dports/net-im/meanwhile/meanwhile-1.0.2/src/
H A Dsrvc_conf.c126 static struct mwConference *conf_new(struct mwServiceConference *srvc) { in conf_new() function
231 conf = conf_new(srvc_conf); in recv_channelCreate()
628 conf = conf_new(srvc); in mwConference_new()
/dports/dns/knot3/knot-3.1.5/src/utils/kzonesign/
H A Dmain.c42 int ret = conf_new(&new_conf, conf_schema, confdb, max_conf_size, flags); in init_conf()
/dports/dns/knot3-lib/knot-3.1.5/src/utils/kzonesign/
H A Dmain.c42 int ret = conf_new(&new_conf, conf_schema, confdb, max_conf_size, flags); in init_conf()
/dports/dns/knot3-lib/knot-3.1.5/src/utils/knotc/
H A Dprocess.c112 int ret = conf_new(&new_conf, conf_schema, params->confdb, in set_config()
/dports/dns/knot3/knot-3.1.5/src/utils/knotc/
H A Dprocess.c112 int ret = conf_new(&new_conf, conf_schema, params->confdb, in set_config()
/dports/security/putty/putty-0.76/unix/
H A Dgtkapp.c241 Conf *conf = conf_new(); in launch_saved_session()
/dports/security/putty-nogtk/putty-0.76/unix/
H A Dgtkapp.c241 Conf *conf = conf_new(); in launch_saved_session()
/dports/security/putty/putty-0.76/
H A Dconf.c205 Conf *conf_new(void) in conf_new() function
258 Conf *newconf = conf_new(); in conf_copy()
H A Dfuzzterm.c25 conf = conf_new(); in main()
/dports/security/putty-nogtk/putty-0.76/
H A Dconf.c205 Conf *conf_new(void) in conf_new() function
258 Conf *newconf = conf_new(); in conf_copy()
H A Dfuzzterm.c25 conf = conf_new(); in main()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dconf.c205 Conf *conf_new(void) in conf_new() function
258 Conf *newconf = conf_new(); in conf_copy()
/dports/dns/knot3/knot-3.1.5/src/utils/knotd/
H A Dmain.c338 int ret = conf_new(&new_conf, conf_schema, confdb, max_conf_size, CONF_FREQMODULES); in set_config()
/dports/dns/knot3-lib/knot-3.1.5/src/utils/knotd/
H A Dmain.c338 int ret = conf_new(&new_conf, conf_schema, confdb, max_conf_size, CONF_FREQMODULES); in set_config()

123