HomeSort by relevance Sort by last modified time
    Searched refs:__bos0 (Results 1 - 6 of 6) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
socket2.h 37 if (__bos0 (__buf) != (size_t) -1)
40 return __recv_chk (__fd, __buf, __n, __bos0 (__buf), __flags);
42 if (__n > __bos0 (__buf))
43 return __recv_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags);
68 if (__bos0 (__buf) != (size_t) -1)
71 return __recvfrom_chk (__fd, __buf, __n, __bos0 (__buf), __flags,
73 if (__n > __bos0 (__buf))
74 return __recvfrom_chk_warn (__fd, __buf, __n, __bos0 (__buf), __flags,
string3.h 52 return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
59 return __builtin___memmove_chk (__dest, __src, __len, __bos0 (__dest));
67 return __builtin___mempcpy_chk (__dest, __src, __len, __bos0 (__dest));
85 return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest));
93 (void) __builtin___memmove_chk (__dest, __src, __len, __bos0 (__dest));
99 (void) __builtin___memset_chk (__dest, '\0', __len, __bos0 (__dest));
unistd.h 37 if (__bos0 (__buf) != (size_t) -1)
40 return __read_chk (__fd, __buf, __nbytes, __bos0 (__buf));
42 if (__nbytes > __bos0 (__buf))
43 return __read_chk_warn (__fd, __buf, __nbytes, __bos0 (__buf));
75 if (__bos0 (__buf) != (size_t) -1)
78 return __pread_chk (__fd, __buf, __nbytes, __offset, __bos0 (__buf));
80 if ( __nbytes > __bos0 (__buf))
82 __bos0 (__buf));
90 if (__bos0 (__buf) != (size_t) -1)
93 return __pread64_chk (__fd, __buf, __nbytes, __offset, __bos0 (__buf))
    [all...]
stdio2.h 190 if (__bos0 (__ptr) != (size_t) -1)
195 return __fread_chk (__ptr, __bos0 (__ptr), __size, __n, __stream);
197 if (__size * __n > __bos0 (__ptr))
198 return __fread_chk_warn (__ptr, __bos0 (__ptr), __size, __n, __stream);
251 if (__bos0 (__ptr) != (size_t) -1)
256 return __fread_unlocked_chk (__ptr, __bos0 (__ptr), __size, __n,
259 if (__size * __n > __bos0 (__ptr))
260 return __fread_unlocked_chk_warn (__ptr, __bos0 (__ptr), __size, __n,
wchar2.h 43 if (__bos0 (__s1) != (size_t) -1)
47 __bos0 (__s1) / sizeof (wchar_t));
49 if (__n > __bos0 (__s1) / sizeof (wchar_t))
51 __bos0 (__s1) / sizeof (wchar_t));
73 if (__bos0 (__s1) != (size_t) -1)
77 __bos0 (__s1) / sizeof (wchar_t));
79 if (__n > __bos0 (__s1) / sizeof (wchar_t))
81 __bos0 (__s1) / sizeof (wchar_t));
106 if (__bos0 (__s1) != (size_t) -1)
110 __bos0 (__s1) / sizeof (wchar_t))
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
cdefs.h 133 #define __bos0(ptr) __builtin_object_size (ptr, 0) macro

Completed in 37 milliseconds