Searched refs:get_headers (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/posix/ |
D | ps.c | 1115 static long long get_headers(struct ofields *field, char *buf, int blen) in get_headers() function 1347 TT.bits = get_headers(TT.fields, toybuf, sizeof(toybuf)); in ps_main() 1370 get_headers(TT.fields, toybuf, sizeof(toybuf)); in ps_main() 1475 TT.bits = get_headers(TT.fields, toybuf, sizeof(toybuf)); in top_common() 1647 get_headers(TT.fields, pos = toybuf, sizeof(toybuf)); in top_common()
|