Searched refs:bl_create (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | blocklist.c | 58 struct blocklist *bl_create(bool, char *, void (*)(int, const char *, va_list)); 87 blstate = bl_create(false, NULL, im_log); in blocklist_init()
|
| /freebsd/contrib/blocklist/lib/ |
| H A D | blacklist.c | 103 return bl_create(false, NULL, vsyslog_r); in blacklist_open() 110 return bl_create(false, NULL, logger); in blacklist_open2()
|
| H A D | blocklist.c | 103 return bl_create(false, NULL, vsyslog_r); in blocklist_open() 110 return bl_create(false, NULL, logger); in blocklist_open2()
|
| H A D | old_bl.c | 294 bl_create(bool srv, const char *path, in bl_create() function
|
| H A D | bl.c | 294 bl_create(bool srv, const char *path, in bl_create() function
|
| /freebsd/contrib/blocklist/include/ |
| H A D | old_bl.h | 69 bl_t bl_create(bool, const char *,
|
| H A D | bl.h | 68 bl_t bl_create(bool, const char *,
|
| /freebsd/contrib/blocklist/test/ |
| H A D | srvtest.c | 218 b = bl_create(false, sockpath, vsyslog_r); in main()
|
| /freebsd/contrib/blocklist/bin/ |
| H A D | blacklistd.c | 341 bl_t bl = bl_create(true, path, vflag ? vdlog : vsyslog_r); in addfd()
|
| H A D | blocklistd.c | 341 bl_t bl = bl_create(true, path, vflag ? vdlog : vsyslog_r); in addfd()
|