mode_flags        446 ext/standard/proc_open.c 	int mode_flags;						/* mode flags for opening fds */
mode_flags        625 ext/standard/proc_open.c 				descriptors[ndesc].mode_flags = descriptors[ndesc].mode & DESC_PARENT_MODE_WRITE ? O_WRONLY : O_RDONLY;
mode_flags        628 ext/standard/proc_open.c 					descriptors[ndesc].mode_flags |= O_BINARY;
mode_flags        696 ext/standard/proc_open.c 				descriptors[ndesc].mode_flags = O_RDWR;
mode_flags        942 ext/standard/proc_open.c 				switch(descriptors[i].mode_flags) {
mode_flags        963 ext/standard/proc_open.c 							descriptors[i].mode_flags), mode_string, NULL);