Home
last modified time | relevance | path

Searched refs:EMSG_OPEN (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sort/
H A Dutility.h109 #define EMSG_OPEN gettext("can't open %s") macro
H A Dstreams.c225 die(EMSG_OPEN, str->s_filename); in stream_open_for_read()
253 die(EMSG_OPEN, str->s_filename); in stream_open_for_read()
H A Dutility.c691 die(EMSG_OPEN, src); in xcp()
693 die(EMSG_OPEN, dst); in xcp()
H A Dstreams_stdio.c61 die(EMSG_OPEN, str->s_filename); in stream_stdio_open_for_write()