Home
last modified time | relevance | path

Searched refs:__mempcpy (Results 1 – 9 of 9) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_i18n_number.h30 s = (CHAR_T *) __mempcpy (src, w, in _i18n_number_rewrite()
H A Dprintf_fp.c1140 cp = (char *) __mempcpy (cp, decimal, decimal_len); in __printf_fp()
1142 cp = (char *) __mempcpy (cp, thousands_sep, thousands_sep_len); in __printf_fp()
H A Dvfscanf.c974 str = __mempcpy (str, buf, n);
2379 str = __mempcpy (str, buf, n);
H A Dvfprintf.c1998 s = (CHAR_T *) __mempcpy (src, w, in group_number()
/haiku/src/system/libroot/posix/glibc/include/
H A Dstring.h26 __mempcpy(void *to, const void *from, size_t size) in __mempcpy() 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'; in libc_hidden_def()
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.c335 memset (__mempcpy (new_str, __getopt_nonoption_flags,
446 memset (__mempcpy (__getopt_nonoption_flags, orig_str, len),
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c345 memcpy (__mempcpy (s, string1, length1), string2, length2); in weak_alias()