Searched refs:POPT_ERROR_ERRNO (Results 1 – 4 of 4) sorted by relevance
106 return (errno == ENOENT ? 0 : POPT_ERROR_ERRNO); in poptReadConfigFile()113 return POPT_ERROR_ERRNO; in poptReadConfigFile()121 return POPT_ERROR_ERRNO; in poptReadConfigFile()124 return POPT_ERROR_ERRNO; in poptReadConfigFile()
427 if (rc) return POPT_ERROR_ERRNO; in execCommand()429 if (rc) return POPT_ERROR_ERRNO; in execCommand()438 if (rc) return POPT_ERROR_ERRNO; in execCommand()440 if (rc) return POPT_ERROR_ERRNO; in execCommand()443 if (rc) return POPT_ERROR_ERRNO; in execCommand()445 if (rc) return POPT_ERROR_ERRNO; in execCommand()466 return POPT_ERROR_ERRNO; in execCommand()1203 case POPT_ERROR_ERRNO: in poptStrerror()
87 #define POPT_ERROR_ERRNO -16 /*!< errno set, use strerror(errno) */ macro