Searched refs:EXTN (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/cpio/ |
H A D | cpio.c | 832 msg(EXTN, "close error"); in main() 836 msg(EXTN, "close error"); in main() 943 msg(EXTN, "Cannot lseek()"); in bfill() 1050 msg(EXTN, "Error during stat() of archive"); in chgreel() 1062 msg(EXTN, "close error"); in chgreel() 1199 msg(EXTN, "buffer overflow"); in ckname() 1211 msg(EXTN, in ckname() 2769 msg(data_in_info->data_in_wr_part ? EXTN : ERRN, in data_in() 2788 msg(EXTN, "close error"); in data_in() 2813 msg(EXTN, "close error"); in data_in() [all …]
|
H A D | cpio.h | 221 #define EXTN 4 /* Error message with errno - fatal, causes exit */ macro
|
H A D | utils.c | 55 msg(EXTN, "Out of memory"); in e_alloc_fail()
|