Searched defs:oflags (Results 1 - 1 of 1) sorted by relevance

/sssd/src/util/
H A Dio.c41 int oflags; local
43 oflags = flags;
45 oflags |= O_CLOEXEC;
49 fd = open(pathname, oflags);
72 int oflags; local
74 oflags = flags;
76 oflags |= O_CLOEXEC;
80 fd = openat(dir_fd, pathname, oflags);

Completed in 6 milliseconds