Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c105 static wchar_t * _sadd(const char *, wchar_t *, const wchar_t *);
442 pt = _sadd(t->tm_zone, pt, ptlim); in _fmt()
445 pt = _sadd(tzname[t->tm_isdst != 0], in _fmt()
509 _sadd(const char *str, wchar_t *pt, const wchar_t *ptlim) in _sadd() function