HomeSort by: relevance | last modified time | path
    Searched defs:_conv (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
strftime.c 145 static char * _conv(int, const char *, char *, const char *, locale_t);
310 pt = _conv(t->tm_mday,
334 pt = _conv(t->tm_mday,
343 pt = _conv(t->tm_hour,
348 pt = _conv((t->tm_hour % 12) ?
354 pt = _conv(t->tm_yday + 1,
361 ** _conv(t->tm_hour % 12 ?
369 pt = _conv(t->tm_hour,
384 ** _conv(t->tm_hour, 2, ' ');
391 pt = _conv((t->tm_hour % 12)
817 _conv(int n, const char *format, char *pt, const char *ptlim, locale_t loc) function in typeref:typename:char *
    [all...]
strftime.c 145 static char * _conv(int, const char *, char *, const char *, locale_t);
310 pt = _conv(t->tm_mday,
334 pt = _conv(t->tm_mday,
343 pt = _conv(t->tm_hour,
348 pt = _conv((t->tm_hour % 12) ?
354 pt = _conv(t->tm_yday + 1,
361 ** _conv(t->tm_hour % 12 ?
369 pt = _conv(t->tm_hour,
384 ** _conv(t->tm_hour, 2, ' ');
391 pt = _conv((t->tm_hour % 12)
817 _conv(int n, const char *format, char *pt, const char *ptlim, locale_t loc) function in typeref:typename:char *
    [all...]

Completed in 25 milliseconds