OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pidFile
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xdm/dist/xdm/
dm.c
156
LogError ("Can't create/lock pid file %s\n",
pidFile
);
159
pidFile
, oldpid);
926
if (
pidFile
[0] != '\0')
928
Debug ("storing process ID in %s\n",
pidFile
);
929
pidFd = open (
pidFile
, O_WRONLY|O_CREAT|O_EXCL, 0666);
935
char *pidDir = strdup(
pidFile
);
953
pidFd = open (
pidFile
, O_WRONLY|O_CREAT|O_EXCL, 0666);
959
/*
pidFile
already exists; see if we can open it */
960
pidFilePtr = fopen (
pidFile
, "r");
964
"%s\n",
pidFile
, _SysErrorMsg (errno))
[
all
...]
resource.c
49
char *
pidFile
;
159
{ "
pidFile
", "
PidFile
", DM_STRING, &
pidFile
,
/xsrc/external/mit/xfs/dist/os/
utils.c
91
static const char *
pidFile
= XFSPIDDIR "/xfs.pid";
533
ErrorF ("error opening process-id file %s\n",
pidFile
);
536
"running (pid %d); exiting\n",
pidFile
, oldpid);
548
if (
pidFile
[0] != '\0') {
549
pidFd = open (
pidFile
, O_RDWR);
551
pidFd = open (
pidFile
, O_RDWR|O_CREAT, 0666);
554
ErrorF ("cannot open process-id file %s: %s\n",
pidFile
,
562
ErrorF ("cannot seek process-id file %s: %s\n",
pidFile
,
568
ErrorF ("cannot write to process-id file %s: %s\n",
pidFile
,
/xsrc/external/mit/xdm/dist/include/
dm.h
310
extern char *
pidFile
;
Completed in 6 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026