HomeSort by relevance Sort by last modified time
    Searched refs:POPT_ERROR_BADOPERATION (Results 1 - 3 of 3) sorted by null

  /external/oprofile/libpopt/
popt.h 90 #define POPT_ERROR_BADOPERATION -19 /*!< mutually exclusive logical operations requested */
535 * @return 0 on success, POPT_ERROR_NULLARG/POPT_ERROR_BADOPERATION
550 * @return 0 on success, POPT_ERROR_NULLARG/POPT_ERROR_BADOPERATION
popt.c 670 return POPT_ERROR_BADOPERATION;
698 return POPT_ERROR_BADOPERATION;
853 return POPT_ERROR_BADOPERATION;
857 return POPT_ERROR_BADOPERATION;
926 return POPT_ERROR_BADOPERATION;
931 return POPT_ERROR_BADOPERATION;
    [all...]
  /external/oprofile/
popt.h 90 #define POPT_ERROR_BADOPERATION -19 /*!< mutually exclusive logical operations requested */
535 * @return 0 on success, POPT_ERROR_NULLARG/POPT_ERROR_BADOPERATION
550 * @return 0 on success, POPT_ERROR_NULLARG/POPT_ERROR_BADOPERATION

Completed in 142 milliseconds