Searched refs:__mode (Results 1 - 25 of 37) sorted by relevance

12

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
H A Ddes_crypt.h80 unsigned __mode, char *__ivec) __THROW;
86 unsigned __mode) __THROW;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
[all...]
H A Dstdio_sync_filebuf.h187 std::ios_base::openmode __mode =
189 { return seekoff(std::streamoff(__pos), std::ios_base::beg, __mode); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Dstdio_filebuf.h69 * @param __mode Same meaning as in a standard filebuf.
77 stdio_filebuf(int __fd, std::ios_base::openmode __mode,
82 * @param __mode Same meaning as in a standard filebuf.
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode,
128 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) argument
130 this->_M_file.sys_open(__fd, __mode);
133 this->_M_mode = __mode;
144 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, argument
147 this->_M_file.sys_open(__f, __mode);
150 this->_M_mode = __mode;
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
H A Dstat.h286 extern int chmod (__const char *__file, __mode_t __mode)
293 extern int lchmod (__const char *__file, __mode_t __mode)
299 extern int fchmod (int __fd, __mode_t __mode) __THROW;
305 extern int fchmodat (int __fd, __const char *__file, __mode_t __mode,
323 extern int mkdir (__const char *__path, __mode_t __mode)
330 extern int mkdirat (int __fd, __const char *__path, __mode_t __mode)
338 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
345 extern int mknodat (int __fd, __const char *__path, __mode_t __mode,
352 extern int mkfifo (__const char *__path, __mode_t __mode)
359 extern int mkfifoat (int __fd, __const char *__path, __mode_t __mode)
485 mknod(__const char *__path, __mode_t __mode, __dev_t __dev) argument
493 mknodat(int __fd, __const char *__path, __mode_t __mode, __dev_t __dev) argument
[all...]
H A Dmman.h145 extern int shm_open (__const char *__name, int __oflag, mode_t __mode);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
H A Dstat.h286 extern int chmod (__const char *__file, __mode_t __mode)
293 extern int lchmod (__const char *__file, __mode_t __mode)
299 extern int fchmod (int __fd, __mode_t __mode) __THROW;
305 extern int fchmodat (int __fd, __const char *__file, __mode_t __mode,
323 extern int mkdir (__const char *__path, __mode_t __mode)
330 extern int mkdirat (int __fd, __const char *__path, __mode_t __mode)
338 extern int mknod (__const char *__path, __mode_t __mode, __dev_t __dev)
345 extern int mknodat (int __fd, __const char *__path, __mode_t __mode,
352 extern int mkfifo (__const char *__path, __mode_t __mode)
359 extern int mkfifoat (int __fd, __const char *__path, __mode_t __mode)
485 mknod(__const char *__path, __mode_t __mode, __dev_t __dev) argument
493 mknodat(int __fd, __const char *__path, __mode_t __mode, __dev_t __dev) argument
[all...]
H A Dmman.h145 extern int shm_open (__const char *__name, int __oflag, mode_t __mode);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Ddlfcn.h57 extern void *dlopen (__const char *__file, int __mode) __THROW;
70 extern void *dlmopen (Lmid_t __nsid, __const char *__file, int __mode) __THROW;
H A Dmntent.h67 extern FILE *setmntent (__const char *__file, __const char *__mode) __THROW;
H A Daio.h150 extern int lio_listio (int __mode,
185 (int __mode,
224 extern int lio_listio64 (int __mode,
H A Dfcntl.h165 extern int creat (__const char *__file, __mode_t __mode) __nonnull ((1));
168 extern int __REDIRECT (creat, (__const char *__file, __mode_t __mode),
175 extern int creat64 (__const char *__file, __mode_t __mode) __nonnull ((1));
H A Dlibio.h371 opened for append (__mode.__append set), then set the file pointer
507 extern int _IO_fwide (_IO_FILE *__fp, int __mode) __THROW;
525 # define _IO_fwide(__fp, __mode) \
526 ({ int __result = (__mode); \
534 else if (__builtin_constant_p (__mode) && (__mode) == 0) \
H A Dspawn.h173 int __oflag, mode_t __mode)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
H A Dbasic_file.h65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
71 sys_open(int __fd, ios_base::openmode __mode) throw ();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
H A Dbasic_file.h65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
71 sys_open(int __fd, ios_base::openmode __mode) throw ();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Dbasic_file.h65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
71 sys_open(int __fd, ios_base::openmode __mode) throw ();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Dbasic_file.h65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
71 sys_open(int __fd, ios_base::openmode __mode) throw ();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Dbasic_file.h65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
71 sys_open(int __fd, ios_base::openmode __mode) throw ();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Dbasic_file.h65 open(const char* __name, ios_base::openmode __mode, int __prot = 0664);
71 sys_open(int __fd, ios_base::openmode __mode) throw ();
/prebuilts/misc/common/swig/include/2.0.11/std/
H A Dstd_sstream.i47 basic_stringbuf(ios_base::openmode __mode = ios_base::in | ios_base::out);
51 ios_base::openmode __mode = ios_base::in | ios_base::out);
82 basic_istringstream(ios_base::openmode __mode = ios_base::in);
86 ios_base::openmode __mode = ios_base::in);
121 basic_ostringstream(ios_base::openmode __mode = ios_base::out);
125 ios_base::openmode __mode = ios_base::out);
H A Dstd_streambuf.i40 ios_base::openmode __mode = std::ios_base::in | std::ios_base::out);
44 ios_base::openmode __mode = std::ios_base::in | std::ios_base::out);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
H A Dfcntl.h307 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
310 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
318 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
H A Dfcntl.h325 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
328 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
336 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,

Completed in 976 milliseconds

12