Home
last modified time | relevance | path

Searched refs:x_path (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/uefisign/
H A Dchild.c63 err(1, "%s: fstat", x->x_path); in load()
67 errx(1, "%s: file is empty", x->x_path); in load()
71 err(1, "%s: cannot malloc %zd bytes", x->x_path, len); in load()
75 err(1, "%s: fread", x->x_path); in load()
241 x->x_path = inpath; in child()
H A Duefisign.h41 const char *x_path; member
H A Dpe.c218 x->x_path, pde->pde_rva + offsetof(struct pe_certificate, pc_signature)); in show_certificate()
221 pde->pde_rva + offsetof(struct pe_certificate, pc_signature), x->x_path); in show_certificate()