mode_flags 418 ext/standard/proc_open.c int mode_flags; /* mode flags for opening fds */ mode_flags 605 ext/standard/proc_open.c descriptors[ndesc].mode_flags = descriptors[ndesc].mode & DESC_PARENT_MODE_WRITE ? O_WRONLY : O_RDONLY; mode_flags 608 ext/standard/proc_open.c descriptors[ndesc].mode_flags |= O_BINARY; mode_flags 676 ext/standard/proc_open.c descriptors[ndesc].mode_flags = O_RDWR; mode_flags 921 ext/standard/proc_open.c switch(descriptors[i].mode_flags) { mode_flags 942 ext/standard/proc_open.c descriptors[i].mode_flags), mode_string, NULL);