| /src/crypto/external/bsd/libsaslc/dist/src/ |
| list.c | 128 alloc_list(const char *b, size_t len) function 188 t = alloc_list(p, (size_t)(e - p)); 218 n = alloc_list(p, strlen(p));
|
| list.c | 128 alloc_list(const char *b, size_t len) function 188 t = alloc_list(p, (size_t)(e - p)); 218 n = alloc_list(p, strlen(p));
|
| /src/external/bsd/unbound/dist/libunbound/ |
| context.h | 113 struct alloc_cache* alloc_list; member in struct:ub_ctx
|
| context.h | 113 struct alloc_cache* alloc_list; member in struct:ub_ctx
|
| /src/external/bsd/wpa/dist/src/utils/ |
| os_unix.c | 35 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list); variable in typeref:struct:dl_list 382 dl_list_for_each(a, &alloc_list, struct os_alloc_trace, list) { 738 dl_list_add(&alloc_list, &a->list);
|
| os_unix.c | 35 static struct dl_list alloc_list = DL_LIST_HEAD_INIT(alloc_list); variable in typeref:struct:dl_list 382 dl_list_for_each(a, &alloc_list, struct os_alloc_trace, list) { 738 dl_list_add(&alloc_list, &a->list);
|