Searched refs:o_flags (Results 1 – 1 of 1) sorted by relevance
72 int o_flags = 0; in fopen() local75 o_flags = O_RDONLY; in fopen()77 o_flags = O_RDWR; in fopen()79 o_flags = O_WRONLY; in fopen()81 o_flags = O_RDWR | O_CREAT; in fopen()83 o_flags = O_APPEND | O_CREAT; in fopen()85 o_flags = O_APPEND | O_CREAT; in fopen()87 int fd = open(pathname, o_flags); in fopen()