Searched refs:nv_add_stringf (Results 1 – 3 of 3) sorted by relevance
| /src/sbin/hastd/ |
| H A D | hastd.c | 832 nv_add_stringf(nverr, "errmsg", "Resource not configured."); in listen_accept() 842 nv_add_stringf(nverr, "errmsg", "No access to the resource."); in listen_accept() 850 nv_add_stringf(nverr, "errmsg", in listen_accept() 866 nv_add_stringf(nverr, "errmsg", "Token doesn't match."); in listen_accept() 936 nv_add_stringf(nverr, "errmsg", in listen_accept() 946 nv_add_stringf(nverr, "errmsg", in listen_accept()
|
| H A D | nv.h | 88 void nv_add_stringf(struct nv *nv, const char *name, const char *valuefmt, ...)
|
| H A D | nv.c | 461 nv_add_stringf(struct nv *nv, const char *name, const char *valuefmt, ...) in nv_add_stringf() function
|