Lines Matching refs:errno
57 #include <errno.h>
62 #include <errno.h>
123 fprintf(temp, "\tSIGTERM signal set failed!, errno=%d\n",
124 errno);
169 "\t\n%s The path_list file cannot be created, errno=%d \n",
170 root, errno);
214 "\t\n%s The path_list file cannot be opened for reading, errno=%d\n",
215 root, errno);
243 "Failed to close list_stream: ret=%d errno=%d (%s)\n",
244 status, errno, strerror(errno));
355 "\tImpossible to create file %s, errno=%d\n",
356 new_string, errno);
375 "\tUnsuccessful write to file %s, expected return of %d, got %d, errno=%d\n",
377 ret_len, errno);
407 "\tImpossible to create directory %s, errno=%d\n",
408 new_string, errno);
505 "\tImpossible to open file %s, errno=%d\n",
506 path_string, errno);
523 "\tFile read error for file %s, expected return of %d, got %d, errno=%d\n",
525 ret_len, errno);
676 "\tA string of deviant length %d written to path_list, errno=%d\n",
677 ret_len, errno);