• Home
  • Raw
  • Download

Lines Matching refs:PLOG_W

54         PLOG_W("Couldn't open '%s' for R/O", fileName);  in files_readFileToBufMax()
71 PLOG_W("Couldn't open '%s' for R/W", fileName); in files_writeBufToFile()
77 PLOG_W("Couldn't write '%zu' bytes to file '%s' (fd='%d')", fileSz, fileName, fd); in files_writeBufToFile()
92 PLOG_W("mkostemp('%s') failed", template); in files_writeBufToTmpFile()
96 PLOG_W("unlink('%s')", template); in files_writeBufToTmpFile()
99 PLOG_W("Couldn't save data to the temporary file"); in files_writeBufToTmpFile()
104 PLOG_W("Couldn't rewind file '%s' fd=%d", template, fd); in files_writeBufToTmpFile()
144 PLOG_W("lseek(fd=%d, %lld, SEEK_SET)", fd, (long long int)off); in files_readFromFdSeek()
157 PLOG_W("Couldn't allocate memory"); in files_writePatternToFd()
248 PLOG_W("Couldn't fstat(fd='%d' fileName='%s')", inFD, source); in files_copyFile()
265 PLOG_W("malloc(%zu) failed", (size_t)inSt.st_size); in files_copyFile()
273 PLOG_W("Couldn't read '%s' to a buf", source); in files_copyFile()
281 PLOG_W("Couldn't write '%zu' bytes to file '%s' (fd='%d')", (size_t)readSz, destination, in files_copyFile()
305 PLOG_W("Couldn't open '%s' - R/O mode", srcFile); in files_parseSymbolFilter()
323 PLOG_W("realloc failed (sz=%zu)", (symbolsRead + 1) * sizeof((*filterList)[0])); in files_parseSymbolFilter()
350 PLOG_W("Couldn't open() '%s' file in R/O mode", fileName); in files_mapFile()
356 PLOG_W("Couldn't stat() the '%s' file", fileName); in files_mapFile()
363 PLOG_W("Couldn't mmap() the '%s' file", fileName); in files_mapFile()
374 PLOG_W("Couldn't open() '%s' file in R/O mode", fileName); in files_mapFileShared()
380 PLOG_W("Couldn't stat() the '%s' file", fileName); in files_mapFileShared()
387 PLOG_W("Couldn't mmap() the '%s' file", fileName); in files_mapFileShared()
421 PLOG_W("mkstemp('%s')", template); in files_mapSharedMem()
427 PLOG_W("ftruncate(%d, %zu)", *fd, sz); in files_mapSharedMem()
434 PLOG_W("mmap(sz=%zu, fd=%d)", sz, *fd); in files_mapSharedMem()
447 PLOG_W("getsockname(sock=%d)", sock); in files_sockFamily()