Home
last modified time | relevance | path

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

/external/oprofile/libpopt/
Dpoptconfig.c106 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()
Dpopt.c427 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()
Dpopt.h87 #define POPT_ERROR_ERRNO -16 /*!< errno set, use strerror(errno) */ macro
/external/oprofile/
Dpopt.h87 #define POPT_ERROR_ERRNO -16 /*!< errno set, use strerror(errno) */ macro