Lines Matching +full:43 +full:s
1 /* $NetBSD: state.c,v 1.19 2016/09/26 19:43:43 christos Exp $ */
36 __RCSID("$NetBSD: state.c,v 1.19 2016/09/26 19:43:43 christos Exp $");
68 (*lfun)(LOG_ERR, "%s: can't close db (%m)", __func__); in state_close()
87 (*lfun)(LOG_ERR, "%s: can't open `%s' (%m)", __func__, dbname); in state_open()
107 (*lfun)(LOG_DEBUG, "%s", buf); in dumpkey()
108 (*lfun)(LOG_DEBUG, "%s: %s", __func__, in dumpkey()
129 (*lfun)(LOG_DEBUG, "%s: returns %d", __func__, rv); in state_del()
134 (*lfun)(LOG_ERR, "%s: failed (%m)", __func__); in state_del()
159 (*lfun)(LOG_DEBUG, "%s: returns %d", __func__, rv); in state_get()
162 (*lfun)(LOG_ERR, "%s: failed (%m)", __func__); in state_get()
184 (*lfun)(LOG_DEBUG, "%s: returns %d", __func__, rv); in state_put()
192 (*lfun)(LOG_ERR, "%s: failed (%m)", __func__); in state_put()
204 (*lfun)(LOG_ERR, "%s: called with no database file", __func__); in state_iterate()
219 (*lfun)(LOG_DEBUG, "%s: returns %d", __func__, rv); in state_iterate()
223 (*lfun)(LOG_DEBUG, "%s: returns %d", __func__, rv); in state_iterate()
226 (*lfun)(LOG_ERR, "%s: failed (%m)", __func__); in state_iterate()