Home | History | Annotate | Download | only in ps

Lines Matching defs:ofmt

1231 	static char ofmt[32] = "%";
1356 cp = ofmt + 1;
1366 (void)printf(ofmt, width, GET(char));
1369 (void)printf(ofmt, width, CHK_INF127(GET(u_char)));
1372 (void)printf(ofmt, width, GET(short));
1381 (void)printf(ofmt, width, CHK_INF127(GET(u_short)));
1391 (void)printf(ofmt, width, GET(int));
1394 (void)printf(ofmt, width, CHK_INF127(GET(u_int)));
1397 (void)printf(ofmt, width, GET(long));
1400 (void)printf(ofmt, width, CHK_INF127(GET(u_long)));
1403 (void)printf(ofmt, width, GET(u_int64_t));
1406 (void)printf(ofmt, width, GET(u_int64_t) & 0xffffff);
1409 (void)printf(ofmt, width, GET(int32_t));
1412 (void)printf(ofmt, width, CHK_INF127(GET(u_int32_t)));
1415 (void)printf(ofmt, width, GET(int64_t));
1418 (void)printf(ofmt, width, CHK_INF127(GET(u_int64_t)));