Home
last modified time | relevance | path

Searched refs:ICCsockname (Results 1 – 3 of 3) sorted by relevance

/dports/news/inn/inn-2.6.4/lib/
H A Dinndcomm.c34 static char *ICCsockname = NULL; variable
78 if (ICCsockname == NULL) in ICCopen()
79 ICCsockname = concatpath(innconf->pathrun, INN_PATH_TEMPSOCK); in ICCopen()
80 fd = mkstemp(ICCsockname); in ICCopen()
86 if (unlink(ICCsockname) < 0 && errno != ENOENT) { in ICCopen()
105 strlcpy(ICCclient.sun_path, ICCsockname, sizeof(ICCclient.sun_path)); in ICCopen()
127 if (mkfifo(ICCsockname, 0666) < 0) { in ICCopen()
135 if ((ICCfd = open(ICCsockname, O_RDWR)) < 0) { in ICCopen()
160 if (unlink(ICCsockname) < 0 && errno != ENOENT) { in ICCclose()
250 snprintf(buff, bufsiz, "%s%c%c", ICCsockname, SC_SEP, cmd); in ICCcommand()
/dports/news/inn-current/inn-2.7-20211226/lib/
H A Dinndcomm.c33 static char *ICCsockname = NULL; variable
77 if (ICCsockname == NULL) in ICCopen()
78 ICCsockname = concatpath(innconf->pathrun, INN_PATH_TEMPSOCK); in ICCopen()
79 fd = mkstemp(ICCsockname); in ICCopen()
85 if (unlink(ICCsockname) < 0 && errno != ENOENT) { in ICCopen()
104 strlcpy(ICCclient.sun_path, ICCsockname, sizeof(ICCclient.sun_path)); in ICCopen()
126 if (mkfifo(ICCsockname, 0666) < 0) { in ICCopen()
134 if ((ICCfd = open(ICCsockname, O_RDWR)) < 0) { in ICCopen()
159 if (unlink(ICCsockname) < 0 && errno != ENOENT) { in ICCclose()
249 snprintf(buff, bufsiz, "%s%c%c", ICCsockname, SC_SEP, cmd); in ICCcommand()
/dports/sysutils/shlock/inn-2.6.4/lib/
H A Dinndcomm.c34 static char *ICCsockname = NULL; variable
78 if (ICCsockname == NULL) in ICCopen()
79 ICCsockname = concatpath(innconf->pathrun, INN_PATH_TEMPSOCK); in ICCopen()
80 fd = mkstemp(ICCsockname); in ICCopen()
86 if (unlink(ICCsockname) < 0 && errno != ENOENT) { in ICCopen()
105 strlcpy(ICCclient.sun_path, ICCsockname, sizeof(ICCclient.sun_path)); in ICCopen()
127 if (mkfifo(ICCsockname, 0666) < 0) { in ICCopen()
135 if ((ICCfd = open(ICCsockname, O_RDWR)) < 0) { in ICCopen()
160 if (unlink(ICCsockname) < 0 && errno != ENOENT) { in ICCclose()
250 snprintf(buff, bufsiz, "%s%c%c", ICCsockname, SC_SEP, cmd); in ICCcommand()