Home
last modified time | relevance | path

Searched refs:statepath (Results 1 – 25 of 31) sorted by relevance

12

/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-persist/src/
H A Dfs.rs46 statepath: PathBuf, field
58 let statepath = path.join("state"); in from_path() localVariable
65 builder.recursive(true).create(&statepath)?; in from_path()
72 statepath, in from_path()
82 .statepath in filename()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/apache/apache_byprojects/
H A Dbyprojects_access29 my $statepath = $ENV{MUNIN_PLUGSTATE};
76 my $state = $statepath.'/'.$project.$x.'_access.state';
H A Dbyprojects_bandwidth34 my $statepath = $ENV{MUNIN_PLUGSTATE};
83 my $state = $statepath.'/'.$project.$x.'_totalbandwidth.state';
H A Dbyprojects_inout_bandwidth34 my $statepath = $ENV{MUNIN_PLUGSTATE};
86 my $state = $statepath.'/'.$project.$x.'_inoutbandwidth.state';
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/nginx/nginx_byprojects/
H A Dbyprojects_access37 my $statepath = $ENV{MUNIN_PLUGSTATE};
75 my $state = $statepath.'/'.$project.$x.'_access.state';
H A Dbyprojects_bandwidth43 my $statepath = $ENV{MUNIN_PLUGSTATE};
82 my $state = $statepath.'/'.$project.$x.'_totalbandwidth.state';
H A Dbyprojects_inout_bandwidth43 my $statepath = $ENV{MUNIN_PLUGSTATE};
85 my $state = $statepath.'/'.$project.$x.'_inoutbandwidth.state';
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/local/
H A Dcamel-local-folder.c323 gchar *statepath; in local_folder_rename() local
339 statepath = camel_local_store_get_meta_path (ls, newname, ".cmeta"); in local_folder_rename()
340 camel_object_set_state_filename (CAMEL_OBJECT (lf), statepath); in local_folder_rename()
341 g_free (statepath); in local_folder_rename()
536 gchar *statepath; local
578 statepath = camel_local_store_get_meta_path (ls, full_name, ".cmeta");
580 camel_object_set_state_filename (CAMEL_OBJECT (lf), statepath);
581 g_free (statepath);
/dports/editors/nano/nano-5.9/src/
H A Dhistory.c258 char *statepath = concatenate(homedir, "/.local"); in have_statedir() local
259 mkdir(statepath, S_IRWXU | S_IRWXG | S_IRWXO); in have_statedir()
260 free(statepath); in have_statedir()
261 statepath = concatenate(homedir, "/.local/share"); in have_statedir()
262 mkdir(statepath, S_IRWXU); in have_statedir()
263 free(statepath); in have_statedir()
/dports/sysutils/nut/nut-2.7.4/server/
H A Dupsd.c60 char *statepath = NULL; variable
648 free(statepath); in upsd_cleanup()
901 statepath = xstrdup(dflt_statepath()); in main()
1009 if (chdir(statepath)) { in main()
1010 fatal_with_errno(EXIT_FAILURE, "Can't chdir to %s", statepath); in main()
1014 check_perms(statepath); in main()
H A Dupsd.h74 extern char *statepath, *datapath;
H A Dconf.c136 free(statepath); in parse_upsd_conf_args()
137 statepath = xstrdup(arg[1]); in parse_upsd_conf_args()
/dports/sysutils/nut/nut-2.7.4/lib/
H A Dlibnutclient.pc.in6 statepath=@STATEPATH@
H A Dlibupsclient.pc.in6 statepath=@STATEPATH@
/dports/sysutils/nut-devel/nut-9e6a5ab2/lib/
H A Dlibnutclient.pc.in6 statepath=@STATEPATH@
H A Dlibnutclientstub.pc.in6 statepath=@STATEPATH@
H A Dlibupsclient.pc.in6 statepath=@STATEPATH@
/dports/sysutils/nut-devel/nut-9e6a5ab2/server/
H A Dupsd.c71 char *statepath = NULL; variable
698 free(statepath); in upsd_cleanup()
1220 statepath = xstrdup(dflt_statepath()); in main()
1355 if (chdir(statepath)) { in main()
1356 fatal_with_errno(EXIT_FAILURE, "Can't chdir to %s", statepath); in main()
1360 check_perms(statepath); in main()
H A Dupsd.h96 extern char *statepath, *datapath;
H A Dconf.c191 free(statepath); in parse_upsd_conf_args()
192 statepath = xstrdup(arg[1]); in parse_upsd_conf_args()
/dports/emulators/nestopia/nestopia-1.51.1/source/fltkui/
H A Dnstcommon.h25 char statepath[512]; member
H A Dnstcommon.cpp725 …snprintf(nstpaths.statepath, sizeof(nstpaths.statepath), "%sstate/%s", nstpaths.nstdir, nstpaths.g… in nst_set_paths()
788 snprintf(slotpath, sizeof(slotpath), "%s_%d.nst", nstpaths.statepath, slot); in nst_state_quicksave()
797 snprintf(slotpath, sizeof(slotpath), "%s_%d.nst", nstpaths.statepath, slot); in nst_state_quickload()
H A Dfltkui.cpp153 fc.directory((const char*)nstpaths.statepath); in fltkui_state_load()
175 fc.directory((const char*)nstpaths.statepath); in fltkui_state_save()
/dports/sysutils/nut/nut-2.7.4/
H A Dconfigure.ac773 AC_ARG_WITH(statepath, optwith
774 AS_HELP_STRING([--with-statepath=PATH], [path for ups state files (/var/state/ups)]),
778 AC_MSG_ERROR(invalid option --with(out)-statepath - see docs/configure.txt)
797 AS_HELP_STRING([--with-altpidpath=PATH], [path for driver/upsd .pid files (<statepath>)]),
/dports/sysutils/nut/nut-2.7.4/scripts/Aix/
H A Dnut-aix.spec.in89 --with-statepath=%{piddir} \

12