Home
last modified time | relevance | path

Searched refs:PID_FILENAME (Results 1 – 9 of 9) sorted by relevance

/dports/games/openarena/openarena-engine-source-0.8.8/code/sys/
H A Dsys_main.c155 # define PID_FILENAME PRODUCT_NAME "_server.pid" macro
157 # define PID_FILENAME PRODUCT_NAME ".pid" macro
167 return va( "%s/%s", Sys_TempPath( ), PID_FILENAME ); in Sys_PIDFileName()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/sys/
H A Dsys_main.c155 # define PID_FILENAME PRODUCT_NAME "_server.pid" macro
157 # define PID_FILENAME PRODUCT_NAME ".pid" macro
167 return va( "%s/%s", Sys_TempPath( ), PID_FILENAME ); in Sys_PIDFileName()
/dports/net/httpry/httpry-0.1.8/
H A Dconfig.h42 #define PID_FILENAME "/var/run/httpry.pid" macro
H A Dhttpry.c737 if (!pid_filename) pid_filename = PID_FILENAME; in main()
/dports/games/iortcw/iortcw-1.51c/MP/code/sys/
H A Dsys_main.c168 # define PID_FILENAME "iowolfmp_server.pid" macro
170 # define PID_FILENAME "iowolfmp.pid" macro
183 return va( "%s/%s/%s", homePath, gamedir, PID_FILENAME ); in Sys_PIDFileName()
/dports/games/iortcw/iortcw-1.51c/SP/code/sys/
H A Dsys_main.c168 # define PID_FILENAME "iowolfsp_server.pid" macro
170 # define PID_FILENAME "iowolfsp.pid" macro
183 return va( "%s/%s/%s", homePath, gamedir, PID_FILENAME ); in Sys_PIDFileName()
/dports/sysutils/dnf/dnf-4.9.0/dnf/
H A Dconst.py.in41 PID_FILENAME = '/var/run/dnf.pid' variable
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/IndexServer/
H A Dmod.rs296 pub const PID_FILENAME: u32 = 100u32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/IndexServer/
H A Dmod.rs557 pub const PID_FILENAME: u32 = 100u32; const