Home
last modified time | relevance | path

Searched refs:newconfigfile (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/
H A Dsmogrify102 my $newconfigfile;
8717 unlink $newconfigfile;
8797 unlink $newconfigfile;
8861 unlink $newconfigfile;
8873 unlink $newconfigfile;
8887 unlink $newconfigfile;
9007 unlink $newconfigfile;
9017 unlink $newconfigfile;
9028 unlink $newconfigfile;
9053 unlink $newconfigfile;
[all …]
/dports/multimedia/lives/lives-3.2.0/src/
H A Dstartup.h12 boolean migrate_config(const char *old_vhash, const char *newconfigfile);
H A Dmain.c114 static char *newconfigfile = NULL; variable
3087 if (!newconfigfile) { in get_capabilities()
3125 if (!newconfigfile) in get_capabilities()
3145 if (!newconfigfile) { in get_capabilities()
3182 if (!newconfigfile) { in get_capabilities()
3214 if (newconfigfile && *newconfigfile) { in get_capabilities()
3222 if (newconfigfile && *newconfigfile) { in get_capabilities()
3225 lives_free(newconfigfile); in get_capabilities()
3226 newconfigfile = lives_strdup(""); in get_capabilities()
4060 if (newconfigfile) { in lives_startup2()
[all …]
H A Dstartup.c20 boolean migrate_config(const char *old_vhash, const char *newconfigfile) { in migrate_config() argument
27 lives_cp(prefs->configfile, newconfigfile); in migrate_config()