errno            1184 modules/widgetman/unzip.c 		if ((mymkdir(buffer) == -1) && (errno == ENOENT))
errno            1359 modules/x11_out/x11_out.c 		GF_LOG(GF_LOG_ERROR, GF_LOG_MMIO, ("[X11] Failed to open X11 display %d\n", errno));
errno             606 src/utils/dlmalloc.c #define MALLOC_FAILURE_ACTION  errno = ENOMEM;
errno             205 src/utils/gzio.cpp 	errno = 0;
errno             285 src/utils/gzio.cpp 		errno = 0;
errno             320 src/utils/gzio.cpp 		errno = 0;
errno             394 src/utils/gzio.cpp 		if (errno != ESPIPE) /* gf_fclose is broken for pipes in HP/UX */
errno             463 src/utils/gzio.cpp 			errno = 0;
errno             982 src/utils/gzio.cpp 	m = (char*)(*errnum == Z_ERRNO ? zstrerror(errno) : s->stream.msg);
errno             122 src/utils/os_divers.c 		errno = 0;
errno             137 src/utils/os_divers.c 	} while ( sel_err && (errno == EINTR) );
errno              77 src/utils/os_file.c 		GF_LOG(GF_LOG_ERROR, GF_LOG_CORE, ("Cannot delete directory %s: last error %d\n", DirPathName, errno  ));
errno             105 src/utils/os_file.c 		if(errno == 17) {
errno             106 src/utils/os_file.c 			GF_LOG(GF_LOG_ERROR, GF_LOG_CORE, ("Cannot create directory %s, it already exists: last error %d \n", DirPathName, errno ));
errno             109 src/utils/os_file.c 			GF_LOG(GF_LOG_ERROR, GF_LOG_CORE, ("Cannot create directory %s: last error %d\n", DirPathName, errno ));
errno             466 src/utils/os_file.c 		GF_LOG(GF_LOG_ERROR, GF_LOG_CORE, ("[Core] Cannot open directory %s for enumeration: %d\n", path, errno));
errno             712 src/utils/os_file.c 			GF_LOG(GF_LOG_ERROR, GF_LOG_CORE, ("[Core] system failure for file opening of %s in mode %s: %d\n", file_name, mode, errno));
errno             751 src/utils/os_file.c 		int errno_save = errno;
errno             127 src/utils/os_net.c #define LASTSOCKERROR errno
errno             678 src/utils/os_thread.c 		GF_LOG(GF_LOG_ERROR, GF_LOG_MUTEX, ("Couldn't init semaphore: error %d\n", errno));
errno             684 src/utils/os_thread.c 		GF_LOG(GF_LOG_ERROR, GF_LOG_MUTEX, ("Couldn't init semaphore: error %d\n", errno));
errno             751 src/utils/os_thread.c 		GF_LOG(GF_LOG_ERROR, GF_LOG_MUTEX, ("[Semaphore] failed to wait for semaphore %s: %d\n", sm->SemName, errno));
errno             755 src/utils/os_thread.c 		GF_LOG(GF_LOG_ERROR, GF_LOG_MUTEX, ("[Semaphore] failed to wait for semaphore: %d\n", errno));
errno              92 src/utils/symbian_net.cpp #define LASTSOCKERROR errno
errno             172 src/utils/zutil.c int errno = 0;
errno              39 src/utils/zutil.h extern int errno;