Searched defs:PERROR (Results 1 – 2 of 2) sorted by relevance
1715 # define PERROR(msg) (void)semsg("%s: %s", (char *)msg, strerror(errno)) macro1717 # define PERROR(msg) do_perror(msg) macro
253 # define PERROR(msg) (void)semsg("%s: %s", msg, strerror_win32(errno)) macro