Searched refs:hexdump (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dhexdecoct.h56 void hexdump(FILE *f, const void *p, size_t s);
H A Dhexdecoct.c712 void hexdump(FILE *f, const void *p, size_t s) { function
/systemd/src/test/
H A Dtest-util.c1000 hexdump(stdout, NULL, 0);
1001 hexdump(stdout, "", 0);
1002 hexdump(stdout, "", 1);
1003 hexdump(stdout, "x", 1);
1004 hexdump(stdout, "x", 2);
1005 hexdump(stdout, "foobar", 7);
1006 hexdump(stdout, "f\nobar", 7);
1007 hexdump(stdout, "xxxxxxxxxxxxxxxxxxxxyz", 23);
1012 hexdump(stdout, data, sizeof(data));

Completed in 316 milliseconds