Searched refs:crypt_argchk (Results 1 – 2 of 2) sorted by relevance
12 LTC_NORETURN void crypt_argchk(const char *v, const char *s, int d);13 #define LTC_ARGCHK(x) do { if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } }while(0)14 #define LTC_ARGCHKVD(x) do { if (!(x)) { crypt_argchk(#x, __FILE__, __LINE__); } }while(0)
11 void crypt_argchk(const char *v, const char *s, int d) in crypt_argchk() function
Completed in 3 milliseconds