Searched defs:SIZEOFPID (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/tip/
H A Duucplock.c34 #define SIZEOFPID 10 /* maximum number of digits in a pid */ macro
84 static char pid[SIZEOFPID+2] = { '\0' }; /* +2 for '\n' and NULL */
88 (void) snprintf(pid, sizeof (pid), "%*d\n", SIZEOFPID,
122 char alpid[SIZEOFPID+2]; /* +2 for '\n' and NULL */
131 ret = read(fd, (char *)alpid, SIZEOFPID+1); /* +1 for '\n' */
133 if (ret != (SIZEOFPID+1))
224 if (write(fd, pid, SIZEOFPID+1) != (SIZEOFPID+1)) {
/illumos-gate/usr/src/lib/libnsl/dial/
H A Duucp.h226 #define SIZEOFPID 10 /* maximum number of digits in a pid */ macro
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.h331 #define SIZEOFPID 10 /* maximum number of digits in a pid */ macro
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h269 #define SIZEOFPID 10 /* maximum number of digits in a pid */ macro

Completed in 51 milliseconds