Searched refs:OPEN_MODE (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | source.c | 53 #define OPEN_MODE (O_RDONLY | O_BINARY) macro 844 result = open (*fullname, OPEN_MODE); in find_and_open_source() 873 result = openp (path, OPF_SEARCH_IN_PATH, filename, OPEN_MODE, 0, fullname); in find_and_open_source() 879 result = openp (path, OPF_SEARCH_IN_PATH, p, OPEN_MODE, 0, fullname); in find_and_open_source()
|
| /mirbsd/src/lib/libc/time/ |
| D | localtime.c | 63 #define OPEN_MODE (O_RDONLY | O_BINARY) macro 65 #define OPEN_MODE O_RDONLY macro 313 if ((fid = open(name, OPEN_MODE)) == -1)
|