Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 3 of 3) sorted by relevance

/stdlib/
A Dcanonicalize.c201 char *dest; in realpath_stk() local
290 for (--dest; dest > rname && !ISSLASH (dest[-1]); --dest) in realpath_stk()
294 && ISSLASH (*dest) && !ISSLASH (dest[1])) in realpath_stk()
295 dest++; in realpath_stk()
312 dest = __mempcpy (dest, start, startlen); in realpath_stk()
381 for (--dest; dest > rname && !ISSLASH (dest[-1]); --dest) in realpath_stk()
394 if (dest > rname + prefix_len + 1 && ISSLASH (dest[-1])) in realpath_stk()
395 --dest; in realpath_stk()
397 && ISSLASH (*dest) && !ISSLASH (dest[1])) in realpath_stk()
398 dest++; in realpath_stk()
[all …]
A Dstrfmon_l.c36 if (dest >= s + maxsize - 1) \
42 *dest++ = (Ch); \
88 dest = s; in __vstrfmon_l_internal()
231 if (width >= maxsize - (dest - s)) in __vstrfmon_l_internal()
531 _IO_str_init_static_internal (&f, dest, (s + maxsize) - dest, dest); in __vstrfmon_l_internal()
557 dest += done; in __vstrfmon_l_internal()
598 if (dest - startp < width) in __vstrfmon_l_internal()
604 while (dest - startp < width); in __vstrfmon_l_internal()
611 dest += dist; in __vstrfmon_l_internal()
621 *dest = '\0'; in __vstrfmon_l_internal()
[all …]
A Dstrfrom-skeleton.c37 STRFROM (char *dest, size_t size, const char *format, FLOAT f) in STRFROM() argument
117 dest = sfile.overflow_buf; in STRFROM()
124 _IO_str_init_static_internal (&sfile.f, dest, size - 1, dest); in STRFROM()

Completed in 8 milliseconds