Symbol: allocate
lib/libc/include/env.h
38
extern ssize_t __getenvslot(const char *name, size_t l_name, bool allocate);
lib/libc/stdlib/_env.c
253
__getenvslot(const char *name, size_t l_name, bool allocate)
lib/libc/stdlib/_env.c
272
if (!allocate)
sbin/nvmectl/bignum.c
426
a->dp = allocate(1, sizeof(*a->dp) * MP_PREC);
sbin/nvmectl/bignum.c
5031
if ((s = allocate(1, (size_t)len)) != NULL) {
sbin/nvmectl/bignum.c
506
a->dp = allocate(1, sizeof(*a->dp) * size);
sbin/nvmectl/bignum.c
5267
if ((a = allocate(1, sizeof(*a))) != NULL) {
sbin/nvmectl/bignum.c
5532
return allocate(1, sizeof(BN_CTX));
sbin/nvmectl/bignum.c
5540
if ((c->v = allocate(sizeof(*c->v), c->arraysize)) == NULL) {
sys/kern/subr_kobj.c
1167
bool allocate)
sys/kern/subr_kobj.c
1188
if (allocate)
sys/kern/subr_kobj.c
1194
out: if (allocate)
sys/kern/subr_kobj_vfs.c
104
if (allocate) {
sys/kern/subr_kobj_vfs.c
135
if (allocate && error != 0) {
sys/kern/subr_kobj_vfs.c
140
if (allocate)
sys/kern/subr_kobj_vfs.c
96
bool allocate)
tests/usr.bin/xlint/lint1/msg_247.c
109
void *allocate(void);
tests/usr.bin/xlint/lint1/msg_247.c
114
struct counter_impl *impl = allocate();
tests/usr.bin/xlint/lint1/msg_247.c
123
struct counter_impl *impl = allocate();
tests/usr.bin/xlint/lint1/queries.c
179
void *allocate(void);
tests/usr.bin/xlint/lint1/queries.c
277
str = (char *)allocate();
tests/usr.bin/xlint/lint1/queries.c
279
cstr = (const char *)allocate();
tests/usr.bin/xlint/lint1/queries.c
280
cstr = (char *)allocate();
usr.sbin/makefs/v7fs/v7fs_populate.c
157
if ((error = allocate(fs, parent_inode, node, 0, &inode))) {
usr.sbin/makefs/v7fs/v7fs_populate.c
212
if ((error = allocate(fs, parent_inode, cur,
usr.sbin/makefs/v7fs/v7fs_populate.c
222
if ((error = allocate(fs, parent_inode, cur, 0,
usr.sbin/makefs/v7fs/v7fs_populate.c
241
if ((error = allocate(fs, parent_inode, cur, 0,