HomeSort by relevance Sort by last modified time
    Searched full:err_2_str (Results 1 - 1 of 1) sorted by null

  /external/dropbear/libtomcrypt/src/misc/
error_to_string.c 19 static const char *err_2_str[] = variable
64 if (err < 0 || err >= (int)(sizeof(err_2_str)/sizeof(err_2_str[0]))) {
67 return err_2_str[err];

Completed in 40 milliseconds