Lines Matching +full:en +full:- +full:us
3 * https://git.uclibc.org/uClibc/tree/utils/mmap-windows.c
12 * CreateFileMapping: http://msdn.microsoft.com/en-us/library/aa366537(VS.85).aspx
13 * CloseHandle: http://msdn.microsoft.com/en-us/library/ms724211(VS.85).aspx
14 * MapViewOfFile: http://msdn.microsoft.com/en-us/library/aa366761(VS.85).aspx
15 * UnmapViewOfFile: http://msdn.microsoft.com/en-us/library/aa366882(VS.85).aspx
32 if (fd == -1) { in mmap()
54 if (fd == -1) in mmap()
83 /* ruh-ro, we leaked handle from CreateFileMapping() ... */ in munmap()
90 return -1; /* Not supported. */ in msync()
98 return -1; in msync()
102 return -1; in msync()
108 * return -1; in msync()
119 return -1; /* Not supported. */ in madvise()
122 return -1; in madvise()
139 // In non-blocking mode, return an error if the file is locked. in lock()
141 return -1; // EWOULDBLOCK in lock()
146 return -1; in lock()
150 return -1; in lock()
160 return -1; in flock()
174 return -1; in flock()
178 return -1; in flock()