Searched refs:o_flags (Results 1 – 1 of 1) sorted by relevance
65 int o_flags = 0; in fopen() local68 o_flags = O_RDONLY; in fopen()70 o_flags = O_RDWR; in fopen()72 o_flags = O_WRONLY; in fopen()74 o_flags = O_RDWR | O_CREAT; in fopen()76 o_flags = O_APPEND | O_CREAT; in fopen()78 o_flags = O_APPEND | O_CREAT; in fopen()80 int fd = open(pathname, o_flags); in fopen()