Home
last modified time | relevance | path

Searched defs:z (Results 1 – 2 of 2) sorted by relevance

/pciutils/lib/
H A Dsysdep.h14 #define FORMAT_CHECK(x,y,z) __attribute__((format(x,y,z))) argument
18 #define FORMAT_CHECK(x,y,z) argument
H A Ddump.c73 char *z = strchr(buf, '\n'); in dump_init() local