Home
last modified time | relevance | path

Searched refs:buf (Results 1 – 7 of 7) sorted by relevance

/include/
A Dalloc_buffer.h158 return buf->__alloc_buffer_end - buf->__alloc_buffer_current; in alloc_buffer_size()
173 if (__glibc_likely (buf->__alloc_buffer_current < buf->__alloc_buffer_end)) in alloc_buffer_add_byte()
176 ++buf->__alloc_buffer_current; in alloc_buffer_add_byte()
179 alloc_buffer_mark_failed (buf); in alloc_buffer_add_byte()
190 if (length <= alloc_buffer_size (buf)) in alloc_buffer_alloc_bytes()
198 alloc_buffer_mark_failed (buf); in alloc_buffer_alloc_bytes()
263 alloc_buffer_mark_failed (buf); in __alloc_buffer_alloc()
295 alloc_buffer_mark_failed (buf); in __alloc_buffer_next()
359 *buf = __libc_alloc_buffer_copy_bytes (*buf, src, size); in alloc_buffer_copy_bytes()
374 *buf = __libc_alloc_buffer_copy_string (*buf, src); in alloc_buffer_copy_string()
[all …]
A Dstring.h126 # define explicit_bzero(buf, len) \ argument
127 __explicit_bzero_chk_internal (buf, len, __glibc_objsize0 (buf))
130 # define explicit_bzero(buf, len) __explicit_bzero_chk (buf, len, \
131 __glibc_objsize0 (buf))
A Dnss_files.h37 int __nss_readline (FILE *fp, char *buf, size_t len, off64_t *poffset);
A Dstdio.h73 extern char *__fgets_unlocked_chk (char *buf, size_t size, int n, FILE *fp);
74 extern char *__fgets_chk (char *buf, size_t size, int n, FILE *fp);
262 extern FILE * __fmemopen (void *buf, size_t len, const char *mode);
A Dunistd.h14 extern size_t __confstr (int name, char *buf, size_t len);
A Dstdlib.h101 extern int __ptsname_internal (int fd, char *buf, size_t buflen,
/include/sys/
A Dstat.h38 extern int __fstatat (int dirfd, const char *pathname, struct stat *buf,
40 extern int __fstatat64 (int dirfd, const char *pathname, struct stat64 *buf,
55 extern int __stat64_time64 (const char *file, struct __stat64_t64 *buf);
57 extern int __lstat64_time64 (const char *file, struct __stat64_t64 *buf);
59 extern int __fstat64_time64 (int fd, struct __stat64_t64 *buf);
62 struct __stat64_t64 *buf, int flags);

Completed in 13 milliseconds