Searched refs:__mempcpy (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_i18n_number.h30 s = (CHAR_T *) __mempcpy (src, w,
H A Dprintf_fp.c1140 cp = (char *) __mempcpy (cp, decimal, decimal_len);
1142 cp = (char *) __mempcpy (cp, thousands_sep, thousands_sep_len);
H A Dvfscanf.c974 str = __mempcpy (str, buf, n);
2379 str = __mempcpy (str, buf, n);
H A Dvfprintf.c2000 s = (CHAR_T *) __mempcpy (src, w,
/haiku/src/system/libroot/posix/glibc/include/
H A Dstring.h26 __mempcpy(void *to, const void *from, size_t size) function
/haiku/src/system/libroot/posix/glibc/libio/
H A Dgenops.c276 __mempcpy (__mempcpy (new_buffer + avail,
464 f->_IO_write_ptr = __mempcpy (f->_IO_write_ptr, s, count);
521 s = __mempcpy (s, fp->_IO_read_ptr, count);
H A Dfileops.c336 *((char *) __mempcpy (ccs, cs + 5, endp - (cs + 5))) = '\0';
1330 f->_IO_write_ptr = __mempcpy (f->_IO_write_ptr, s, count);
1414 s = __mempcpy (s, fp->_IO_read_ptr, have);
1497 s = __mempcpy (s, read_ptr, have);
1527 s = __mempcpy (s, read_ptr, have);
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt.c338 memset (__mempcpy (new_str, __getopt_nonoption_flags,
449 memset (__mempcpy (__getopt_nonoption_flags, orig_str, len),
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h120 # define __mempcpy mempcpy macro
H A Dregcomp.c560 *((char *) __mempcpy (errbuf, msg, errbuf_size - 1)) = '\0';
H A Dregexec.c386 memcpy (__mempcpy (s, string1, length1), string2, length2);

Completed in 144 milliseconds