Lines Matching refs:number
45 number(register char* s, register char* e, register long n, register int p, int w, int pad) in number() function
263 cp = number(cp, ep, (long)(1900 + tm->tm_year) / 100, 2, width, pad); in tmxfmt()
266 cp = number(cp, ep, (long)tm->tm_mday, 2, width, pad); in tmxfmt()
272 cp = number(cp, ep, (long)tm->tm_mday, 0, width, pad); in tmxfmt()
275 cp = number(cp, ep, (long)tm->tm_mday, -2, width, pad); in tmxfmt()
303 cp = number(cp, ep, (long)n, c, width, pad); in tmxfmt()
306 cp = number(cp, ep, (long)tm->tm_hour, 2, width, pad); in tmxfmt()
314 cp = number(cp, ep, (long)n, 2, width, pad); in tmxfmt()
317 cp = number(cp, ep, (long)tm->tm_yday, 3, width, pad); in tmxfmt()
320 cp = number(cp, ep, (long)(tm->tm_yday + 1), 3, width, pad); in tmxfmt()
356 cp = number(cp, ep, (long)(tm->tm_mon + 1), 2, width, pad); in tmxfmt()
359 cp = number(cp, ep, (long)tm->tm_min, 2, width, pad); in tmxfmt()
366 cp = number(cp, ep, (long)tm->tm_nsec, 9, width, pad); in tmxfmt()
457 cp = number(cp, ep, (long)tm->tm_sec, 2, width, pad); in tmxfmt()
474 cp = number(cp, ep, (long)i, 0, width, pad); in tmxfmt()
477 cp = number(cp, ep, (long)tmweek(tm, 0, -1, -1), 2, width, pad); in tmxfmt()
480 cp = number(cp, ep, (long)tmweek(tm, 2, -1, -1), 2, width, pad); in tmxfmt()
483 cp = number(cp, ep, (long)tmweek(tm, 1, -1, -1), 2, width, pad); in tmxfmt()
486 cp = number(cp, ep, (long)tm->tm_wday, 0, width, pad); in tmxfmt()
495 cp = number(cp, ep, (long)(tm->tm_year % 100), 2, width, pad); in tmxfmt()
498 cp = number(cp, ep, (long)(1900 + tm->tm_year), 4, width, pad); in tmxfmt()