Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c832 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 Dcpio.h221 #define EXTN 4 /* Error message with errno - fatal, causes exit */ macro
H A Dutils.c55 msg(EXTN, "Out of memory"); in e_alloc_fail()