Home
last modified time | relevance | path

Searched refs:__mode (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/include/
Dfstream209 basic_filebuf* open(const char* __s, ios_base::openmode __mode);
210 basic_filebuf* open(const string& __s, ios_base::openmode __mode);
468 basic_filebuf<_CharT, _Traits>::open(const char* __s, ios_base::openmode __mode)
475 switch (__mode & ~ios_base::ate)
528 __om_ = __mode;
529 if (__mode & ios_base::ate)
549 basic_filebuf<_CharT, _Traits>::open(const string& __s, ios_base::openmode __mode)
551 return open(__s.c_str(), __mode);
1008 explicit basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in);
1009 explicit basic_ifstream(const string& __s, ios_base::openmode __mode = ios_base::in);
[all …]
Dstrstream292 ostrstream(char* __s, int __n, ios_base::openmode __mode = ios_base::out)
294 __sb_(__s, __n, __s + (__mode & ios::app ? strlen(__s) : 0))
352 strstream(char* __s, int __n, ios_base::openmode __mode = ios_base::in | ios_base::out)
354 __sb_(__s, __n, __s + (__mode & ios::app ? strlen(__s) : 0))
/external/blktrace/btt/
Dseek.c159 static void __mode(struct rb_node *n, struct mode *mp) in __mode() function
164 __mode(n->rb_left, mp); in __mode()
166 __mode(n->rb_right, mp); in __mode()
302 __mode(root->rb_node, mp); in seeki_mode()
/external/bison/lib/
Dspawn.in.h784 const char *_Restrict_ __path, int __oflag, mode_t __mode)
789 const char *_Restrict_ __path, int __oflag, mode_t __mode));
795 const char *_Restrict_ __path, int __oflag, mode_t __mode)
801 const char *_Restrict_ __path, int __oflag, mode_t __mode));
/external/bison/darwin-lib/
Dspawn.h1096 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1101 const char *_Restrict_ __path, int __oflag, mode_t __mode));
1107 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1113 const char *_Restrict_ __path, int __oflag, mode_t __mode));
/external/bison/linux-lib/
Dspawn.h1096 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1101 const char *_Restrict_ __path, int __oflag, mode_t __mode));
1107 const char *_Restrict_ __path, int __oflag, mode_t __mode)
1113 const char *_Restrict_ __path, int __oflag, mode_t __mode));