Home
last modified time | relevance | path

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

/third_party/popt/src/
Dsystem.h46 #define xcalloc(_nmemb, _size) (calloc((_nmemb), (_size)) ? : vmefail()) argument
51 #define xcalloc(_nmemb, _size) calloc((_nmemb), (_size)) argument