Symbol: allocbuf
usr/src/cmd/cmd-inet/usr.bin/rcp.c
109
static BUF *allocbuf(BUF *, int, int);
usr/src/cmd/cmd-inet/usr.bin/rcp.c
1235
bp = allocbuf(&buffer, f, RCP_BUFSIZE);
usr/src/cmd/cmd-inet/usr.bin/rcp.c
1630
if ((bp = allocbuf(&buffer, ofd, RCP_BUFSIZE)) == 0) {
usr/src/cmd/devmgmt/cmds/getdev.c
278
char **allocbuf; /* Pointer to the allocated data */
usr/src/cmd/devmgmt/cmds/getdev.c
298
allocbuf = (char **) malloc((ncriteria+1)*sizeof(char **));
usr/src/cmd/devmgmt/cmds/getdev.c
303
pp = allocbuf; /* Beginning of the list */
usr/src/cmd/devmgmt/cmds/getdev.c
310
} else allocbuf = (char **) NULL; /* NO criteria */
usr/src/cmd/devmgmt/cmds/getdev.c
313
return (allocbuf);
usr/src/cmd/devmgmt/cmds/getdgrp.c
330
void *allocbuf; /* Pointer to the allocated data */
usr/src/cmd/devmgmt/cmds/getdgrp.c
348
if (allocbuf = malloc(ncriteria*sizeof(char **))) {
usr/src/cmd/devmgmt/cmds/getdgrp.c
351
pp = (char **) allocbuf;
usr/src/cmd/devmgmt/cmds/getdgrp.c
356
return ((char **) allocbuf);
usr/src/lib/nsswitch/nis/common/getgrent.c
103
if (!allocbuf || (newline = malloc(newlinelen + 1)) == NULL)
usr/src/lib/nsswitch/nis/common/getgrent.c
69
validate_group_ids(char **linepp, int *linelenp, int allocbuf)
usr/src/lib/nsswitch/nis/common/getpwnam.c
105
if (!allocbuf || (newline = malloc(newlinelen + 1)) == NULL)
usr/src/lib/nsswitch/nis/common/getpwnam.c
60
validate_passwd_ids(char **linepp, int *linelenp, int allocbuf)
usr/src/lib/nsswitch/nis/common/nis_common.h
135
extern int validate_passwd_ids(char **linepp, int *linelenp, int allocbuf);
usr/src/lib/nsswitch/nis/common/nis_common.h
136
extern int validate_group_ids(char **linepp, int *linelenp, int allocbuf);
usr/src/uts/common/fs/zfs/zcp.c
725
int64_t *allocbuf = (int64_t *)ptr - 1;
usr/src/uts/common/fs/zfs/zcp.c
726
int64_t allocsize = *allocbuf;
usr/src/uts/common/fs/zfs/zcp.c
731
kmem_free(allocbuf, allocsize);
usr/src/uts/common/fs/zfs/zcp.c
735
int64_t *allocbuf;
usr/src/uts/common/fs/zfs/zcp.c
744
allocbuf = kmem_alloc(allocsize, flags);
usr/src/uts/common/fs/zfs/zcp.c
745
if (allocbuf == NULL) {
usr/src/uts/common/fs/zfs/zcp.c
750
*allocbuf = allocsize;
usr/src/uts/common/fs/zfs/zcp.c
751
return (allocbuf + 1);
usr/src/uts/common/os/vm_subr.c
140
int allocbuf = 0;
usr/src/uts/common/os/vm_subr.c
157
allocbuf = 1;
usr/src/uts/common/os/vm_subr.c
281
if (allocbuf) {