Lines Matching refs:print_frac

1899 static int print_frac (char *s, int leftalign, u_long numerator, u_long divider)
1956 length += print_frac (s + length, 0, c->currnt.uas, c->cursec);
1957 length += print_frac (s + length, 1, 60 * c->currnt.dm, c->cursec);
1960 length += print_frac (s + length, 0, c->currnt.bpv, c->cursec);
1961 length += print_frac (s + length, 1, c->currnt.fse, c->cursec);
1964 length += print_frac (s + length, 0, c->currnt.crce, c->cursec);
1965 length += print_frac (s + length, 1, c->currnt.rcrce, c->cursec);
1968 length += print_frac (s + length, 0, c->currnt.es, c->cursec);
1969 length += print_frac (s + length, 1, c->currnt.les, c->cursec);
1972 length += print_frac (s + length, 0, c->currnt.ses, c->cursec);
1973 length += print_frac (s + length, 1, c->currnt.bes, c->cursec);
1976 length += print_frac (s + length, 0, c->currnt.oofs, c->cursec);
1977 length += print_frac (s + length, 1, c->currnt.css, c->cursec);
1982 length += print_frac (s + length, 0, total.uas, totsec);
1983 length += print_frac (s + length, 1, 60 * total.dm, totsec);
1985 length += print_frac (s + length, 0, total.bpv, totsec);
1986 length += print_frac (s + length, 1, total.fse, totsec);
1988 length += print_frac (s + length, 0, total.crce, totsec);
1989 length += print_frac (s + length, 1, total.rcrce, totsec);
1991 length += print_frac (s + length, 0, total.es, totsec);
1992 length += print_frac (s + length, 1, total.les, totsec);
1994 length += print_frac (s + length, 0, total.ses, totsec);
1995 length += print_frac (s + length, 1, total.bes, totsec);
1997 length += print_frac (s + length, 0, total.oofs, totsec);
1998 length += print_frac (s + length, 1, total.css, totsec);