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

/haiku/src/tools/fs_shell/
H A Dfcntl.cpp28 fssh_open(const char *pathname, int oflags, ...) argument
31 va_start(args, oflags);
35 if (oflags & FSSH_O_CREAT)
44 fd = open(pathname, to_platform_open_mode(oflags),
47 fd = _kern_open(-1, pathname, to_platform_open_mode(oflags),
/haiku/src/libs/iconv/
H A Dconverters.h96 int oflags; member in struct:conv_struct
H A Dloop_unicode.h27 if (cd->oflags & HAVE_HANGUL_JAMO) {
110 (cd->oflags & HAVE_QUOTATION_MARKS
112 : (cd->oflags & HAVE_ACCENTS
H A Diconv.c81 int oflags; /* flags for unicode -> multibyte conversion */ member in struct:encoding
391 cd->oflags = all_encodings[to_index].oflags;
/haiku/headers/private/fs_shell/
H A Dfssh_fcntl.h72 extern int fssh_open(const char *pathname, int oflags, ...);
74 is passed in oflags */
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_query.c117 u_int oflags; local
121 oflags = statp->_flags;
157 ((oflags ^ statp->_flags) & RES_F_EDNS0ERR) != 0) {
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto.c271 int oflags; local
313 oflags = key->wk_flags;
316 flags |= (oflags & IEEE80211_KEY_DEVICE);
359 key->wk_flags = oflags; /* restore old flags */
397 oflags, key->wk_flags);
404 key->wk_flags = oflags; /* restore old flags */
H A Dieee80211_ht.c1841 uint16_t oflags = ni->ni_flags; local
1858 return (oflags ^ ni->ni_flags);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dfileops.c244 int oflags = 0, omode; local
264 oflags = O_CREAT|O_TRUNC;
269 oflags = O_CREAT|O_APPEND;
293 oflags |= O_EXCL;
308 oflags |= O_CLOEXEC;
318 result = _IO_file_open (fp, filename, omode|oflags, oprot, read_write,
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c2597 u_int oflags; local
2600 oflags = statp->_flags;
2642 ((oflags ^ statp->_flags) & RES_F_EDNS0ERR) != 0) {

Completed in 181 milliseconds