Home | History | Annotate | Download | only in libcutils

Lines Matching refs:format

95 strftime_tz(s, maxsize, format, t, Locale)
98 const char * const format;
106 p = _fmt(((format == NULL) ? "%c" : format), t, s, s + maxsize, &warn, Locale);
110 if (format == NULL)
111 (void) fprintf(stderr, "NULL strftime format ");
112 else (void) fprintf(stderr, "strftime format \"%s\" ",
113 format);
146 _fmt(format, t, pt, ptlim, warnp, Locale)
147 const char * format;
154 for ( ; *format; ++format) {
155 if (*format == '%') {
158 switch (*++format) {
160 --format;
242 modifier = *format;
467 if (*format == 'V')
475 else if (*format == 'g') {
614 *pt++ = *format;
620 _conv(n, format, pt, ptlim)
622 const char * const format;
628 (void) sprintf(buf, format, n);
816 ** SunOS 4 used an obsolescent format; see localdtconv(3).
817 ** c_fmt had the ``short format for dates and times together''
819 ** date_fmt had the ``long format for dates''