Home
last modified time | relevance | path

Searched refs:OPEN_MODE (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sbin/drvctl/
Ddrvctl.c41 #define OPEN_MODE(mode) \ macro
113 fd = open(DRVCTLDEV, OPEN_MODE(mode), 0); in main()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsource.c55 #define OPEN_MODE (O_RDONLY | O_BINARY) macro
1053 scoped_fd result = gdb_open_cloexec (fullname->get (), OPEN_MODE, 0); in find_and_open_source()
1105 OPEN_MODE, fullname); in find_and_open_source()
1119 cdir_filename.c_str (), OPEN_MODE, fullname); in find_and_open_source()
1127 OPEN_MODE, fullname); in find_and_open_source()
DChangeLog-19971308 * source.c (OPEN_MODE, FDOPEN_MODE): Define; value depends upon
1310 (open_source_file): Use OPEN_MODE with open and openp.
DChangeLog-2004937 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the