Searched refs:__buf (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/libssp/ssp/
H A Dunistd.h47 extern ssize_t __SSP_REDIRECT (__read_alias, (int __fd, void *__buf,
51 read (int __fd, void *__buf, size_t __nbytes) argument
53 if (__ssp_bos0 (__buf) != (size_t) -1 && __nbytes > __ssp_bos0 (__buf))
55 return __read_alias (__fd, __buf, __nbytes);
60 char *__restrict__ __buf, size_t __len),
64 readlink (const char *__restrict__ __path, char *__restrict__ __buf, argument
67 if (__ssp_bos (__buf) != (size_t) -1 && __len > __ssp_bos (__buf))
69 return __readlink_alias (__path, __buf, __le
76 getcwd(char *__buf, size_t __size) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dsnprintf_lite.cc43 // NUL-terminates __buf.
45 __throw_insufficient_space(const char *__buf, const char *__bufend)
49 __throw_insufficient_space(const char *__buf, const char *__bufend) argument
52 const size_t __len = __bufend - __buf + 1;
62 __builtin_memcpy(__e + __errlen, __buf, __len - 1);
72 int __concat_size_t(char *__buf, size_t __bufsize, size_t __val) argument
90 __builtin_memcpy(__buf, __cs + __ilen - __len, __len);
95 // Private routine to print into __buf arguments according to format,
99 // Always NUL-terminates __buf.
101 int __snprintf_lite(char *__buf, size_ argument
[all...]
H A Ddebug.cc526 char __buf[__bufsize]; local
537 __formatter->_M_format_word(__buf, __bufsize, "%p",
539 __formatter->_M_print_word(__buf);
579 __formatter->_M_format_word(__buf, __bufsize, "%p",
581 __formatter->_M_print_word(__buf);
605 __formatter->_M_format_word(__buf, __bufsize, "%p",
607 __formatter->_M_print_word(__buf);
652 char __buf[__bufsize]; local
659 __formatter->_M_format_word(__buf, __bufsize, "\"%s\" ",
661 __formatter->_M_print_word(__buf);
736 char __buf[__bufsize]; local
787 _M_format_word(char* __buf, int __n __attribute__ ((__unused__)), const char* __fmt, _Tp __s) const argument
853 char __buf[__bufsize]; local
[all...]
H A Dfunctexcept.cc48 int __snprintf_lite(char *__buf, size_t __bufsize, const char *__fmt,
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWreturn-3.C13 g __buf; local
/haiku-buildtools/gcc/fixincludes/tests/base/sys/
H A Dstat.h16 __inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/noncompile/
H A D971104-1.c12 struct seminfo *__buf; member in union:semun
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010328-1.c56 extern int __statfs (__const char *__file, struct statfs *__buf);
57 extern int __statfs64 (__const char *__file, struct statfs64 *__buf);
H A Dpr32584.c25 typedef __ssize_t __io_write_fn (void *__cookie, __const char *__buf,
H A Dpr34334.c14 extern int stat64 (__const char *__restrict __file, struct stat64 *__restrict __buf) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
15 extern int fstatat64 (int __fd, __const char *__restrict __file, struct stat64 *__restrict __buf, int __flag) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3)));
/haiku-buildtools/gcc/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc77 extern_type __buf[MB_LEN_MAX]; local
80 const size_t __conv = wcrtomb(__buf, *__from, &__tmp_state);
92 memcpy(__to, __buf, __conv);
/haiku-buildtools/gcc/gcc/config/bfin/
H A Dbfin.h1057 do { char __buf[256]; \
1059 ASM_GENERATE_INTERNAL_LABEL (__buf, "L", VALUE); \
1060 assemble_name (FILE, __buf); \
1070 char __buf[256]; \
1072 ASM_GENERATE_INTERNAL_LABEL (__buf, "L", VALUE); \
1073 assemble_name (FILE, __buf); \
1075 ASM_GENERATE_INTERNAL_LABEL (__buf, "L", REL); \
1076 assemble_name (FILE, __buf); \
/haiku-buildtools/gcc/libstdc++-v3/config/locale/gnu/
H A Dcodecvt_members.cc95 extern_type __buf[MB_LEN_MAX]; local
97 const size_t __conv2 = wcrtomb(__buf, *__from_next, &__tmp_state);
102 memcpy(__to_next, __buf, __conv2);
/haiku-buildtools/gcc/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc220 char* __buf = NULL; local
223 setvbuf(_M_cfile, __buf, _IONBF, 0);
/haiku-buildtools/gcc/gcc/config/c6x/
H A Dc6x.h546 do { char __buf[256]; \
548 ASM_GENERATE_INTERNAL_LABEL (__buf, "L", VALUE); \
549 assemble_name (FILE, __buf); \
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Drc_string_base.h517 _CharT __buf[128];
519 while (__beg != __end && __len < sizeof(__buf) / sizeof(_CharT))
521 __buf[__len++] = *__beg;
525 _S_copy(__r->_M_refdata(), __buf, __len);
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_rope.h1489 _CharT* __buf = __a.allocate(_S_rounded_up_size(__size));
1491 _CharT* __buf = _Data_allocate(_S_rounded_up_size(__size));
1495 uninitialized_copy_n(__s, __size, __buf);
1496 _S_cond_store_eos(__buf[__size]);
1498 return _S_new_RopeLeaf(__buf, __size, __a);
1500 __STL_UNWIND(_RopeRep::__STL_FREE_STRING(__buf, __size, __a))
1647 _CharT* __buf = _Data_allocate(_S_rounded_up_size(1)); local
1649 construct(__buf, __c);
1651 _M_tree_ptr = _S_new_RopeLeaf(__buf, 1, __a);
1653 __STL_UNWIND(_RopeRep::__STL_FREE_STRING(__buf,
[all...]
H A Dstl_algo.h1088 _Temporary_buffer<_ForwardIter, _Tp> __buf(__first, __last);
1089 if (__buf.size() > 0)
1091 _Distance(__buf.requested_size()),
1092 __buf.begin(), __buf.size());
1095 _Distance(__buf.requested_size()));
2228 _Temporary_buffer<_BidirectionalIter, _Tp> __buf(__first, __last);
2229 if (__buf.begin() == 0)
2233 __buf.begin(), _Distance(__buf
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_algo.h1621 _Temporary_buffer<_ForwardIterator, _ValueType> __buf(__first, __last);
1624 _DistanceType(__buf.requested_size()),
1625 __buf.begin(),
1626 _DistanceType(__buf.size()));
2555 _TmpBuf __buf(__first, __last);
2557 if (__buf.begin() == 0)
2562 (__first, __middle, __last, __len1, __len2, __buf.begin(),
2563 _DistanceType(__buf.size()), __comp);
4860 _TmpBuf __buf(__first, __last);
4862 if (__buf
[all...]
/haiku-buildtools/legacy/gcc/libio/
H A Deditbuf.cc324 __buf ==
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dse-10.c308 extern int random_r (struct random_data *__restrict __buf,
329 __attribute__ ((__nothrow__)) ptsname_r (int __fd, char *__buf, size_t __buflen) argument

Completed in 572 milliseconds