Searched refs:x_path (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/uefisign/ |
H A D | child.c | 63 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 D | uefisign.h | 41 const char *x_path; member
|
H A D | pe.c | 218 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()
|