Exemple #1
0
void
_writeLogEntry(const char *str, unsigned int size) {
	writeExactWithoutOXT(logFd, str, size);
}
Exemple #2
0
void
_writeFileDescriptorLogEntry(const char *str, unsigned int size) {
	writeExactWithoutOXT(fileDescriptorLog, str, size);
}
Exemple #3
0
void
_writeLogEntry(const char *str, unsigned int size) {
	writeExactWithoutOXT(STDERR_FILENO, str, size);
}