Searched refs:O_RDONLY (Results 1 – 6 of 6) sorted by relevance
458 #ifndef O_RDONLY459 #define O_RDONLY 2 macro465 #define O_RDWR (O_RDONLY|O_WRONLY)
193 fd = open(SENSORS_DIR, O_RDONLY); in lwip_privmib_init()
35 int got_fd = open("/dev/null", O_RDONLY);
841 fd = open(lock_file, O_RDONLY, 0);
1370 if ((fd = open_pn_file(O_RDONLY)) >= 0) { in eap_request()
3908 op_mode |= O_RDONLY; in lwip_fcntl()3925 ret |= (op_mode == (O_RDONLY | O_WRONLY)) ? O_RDWR : op_mode; in lwip_fcntl()3930 val &= ~(O_RDONLY | O_WRONLY | O_RDWR); in lwip_fcntl()
Completed in 29 milliseconds