Lines Matching refs:pidBuf
71 char pidBuf[BUF_SIZE_TINY] = "";
73 if (snprintf_s(pidBuf, sizeof(pidBuf), sizeof(pidBuf) - 1, "%d", pid) < 0) {
103 rc = fwrite(&pidBuf, sizeof(char), strlen(pidBuf), fp);
130 char pidBuf[BUF_SIZE_TINY] = "";
132 if (snprintf_s(pidBuf, sizeof(pidBuf), sizeof(pidBuf) - 1, "%d", pid) < 0) {
157 rc = write(fd, &pidBuf, strlen(pidBuf));