Searched refs:_conv (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/tzcode/ |
| H A D | strftime.c | 164 static char * _conv(int, const char *, char *, const char *); 284 pt = _conv(t->tm_mday, "%02d", pt, ptlim); in _fmt() 299 pt = _conv(t->tm_mday, "%2d", pt, ptlim); in _fmt() 305 pt = _conv(t->tm_hour, "%02d", pt, ptlim); in _fmt() 308 pt = _conv((t->tm_hour % 12) ? in _fmt() 313 pt = _conv(t->tm_yday + 1, "%03d", pt, ptlim); in _fmt() 326 pt = _conv(t->tm_hour, "%2d", pt, ptlim); in _fmt() 346 pt = _conv((t->tm_hour % 12) ? in _fmt() 351 pt = _conv(t->tm_min, "%02d", pt, ptlim); in _fmt() 354 pt = _conv(t->tm_mon + 1, "%02d", pt, ptlim); in _fmt() [all …]
|
| /src/lib/libc/stdtime/ |
| H A D | strftime.c | 36 static char * _conv(int, const char *, char *, const char *, locale_t); 185 pt = _conv(t->tm_mday, in _fmt() 212 pt = _conv(t->tm_mday, in _fmt() 220 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_HMS][PadIndex], in _fmt() 224 pt = _conv((t->tm_hour % 12) ? in _fmt() 230 pt = _conv(t->tm_yday + 1, in _fmt() 245 pt = _conv(t->tm_hour, fmt_padding[PAD_FMT_SHMS][PadIndex], in _fmt() 266 pt = _conv((t->tm_hour % 12) ? in _fmt() 272 pt = _conv(t->tm_min, fmt_padding[PAD_FMT_HMS][PadIndex], in _fmt() 276 pt = _conv(t->tm_mon + 1, in _fmt() [all …]
|
| /src/contrib/nvi/common/ |
| H A D | conv.h | 48 struct _conv { struct
|
| H A D | common.h | 24 typedef struct _conv CONV;
|
| /src/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 2232 * lib/krb5/principal.c: Quick patch to make 425_conv work
|