Searched refs:__mempcpy (Results 1 – 9 of 9) sorted by relevance
/haiku/src/system/libroot/posix/glibc/stdio-common/ |
H A D | _i18n_number.h | 30 s = (CHAR_T *) __mempcpy (src, w, in _i18n_number_rewrite()
|
H A D | printf_fp.c | 1140 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 D | vfscanf.c | 974 str = __mempcpy (str, buf, n); 2379 str = __mempcpy (str, buf, n);
|
H A D | vfprintf.c | 1998 s = (CHAR_T *) __mempcpy (src, w, in group_number()
|
/haiku/src/system/libroot/posix/glibc/include/ |
H A D | string.h | 26 __mempcpy(void *to, const void *from, size_t size) in __mempcpy() function
|
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | genops.c | 276 __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 D | fileops.c | 336 *((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 D | getopt.c | 335 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 D | regexec.c | 345 memcpy (__mempcpy (s, string1, length1), string2, length2); in weak_alias()
|