Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sort/common/
H A Dutility.h111 #define EMSG_OPEN gettext("can't open %s") macro
H A Dstreams.c227 die(EMSG_OPEN, str->s_filename); in stream_open_for_read()
255 die(EMSG_OPEN, str->s_filename); in stream_open_for_read()
H A Dutility.c693 die(EMSG_OPEN, src); in xcp()
695 die(EMSG_OPEN, dst); in xcp()
H A Dstreams_stdio.c63 die(EMSG_OPEN, str->s_filename); in stream_stdio_open_for_write()