#include <stdint.h>#include <stdarg.h>#include <assert.h>#include <string>#include <openssl/ssl.h>#include <openssl/err.h>#include <openssl/rand.h>#include "util.hxx"Go to the source code of this file.
Namespaces | |
| namespace | sherpa |
Defines | |
| #define | BUFSZ 20 |
Functions | |
| std::string | sherpa::strdowncase (const std::string &s) |
| std::string | sherpa::unsigned_str (uint32_t n) |
| static char * | sherpa::unsigned64_to_buffer (uint64_t ul, char *buf) |
| std::string | sherpa::unsigned64_str (uint64_t ul) |
| uint64_t | sherpa::atollu (const char *s) |
| uint64_t | sherpa::atollu (const std::string &s) |
| void * | sherpa::xbsearch (const void *key, const void *base, size_t nmemb, size_t size, int(*compar)(const void *, const void *)) |
| std::string | sherpa::sgetenv (const char *var) |
| #define BUFSZ 20 |
Definition at line 87 of file util.cxx.
Referenced by sherpa::unsigned64_str(), and sherpa::unsigned64_to_buffer().
1.4.7