Searched defs:allocbuf (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetpwnam.c60 validate_passwd_ids(char **linepp, int *linelenp, int allocbuf) argument
105 if (!allocbuf || (newline = malloc(newlinelen + 1)) == NULL)
H A Dgetgrent.c69 validate_group_ids(char **linepp, int *linelenp, int allocbuf) argument
103 if (!allocbuf || (newline = malloc(newlinelen + 1)) == NULL)
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetdev.c284 char **allocbuf; /* Pointer to the allocated data */
304 allocbuf = (char **) malloc((ncriteria+1)*sizeof(char **));
309 pp = allocbuf; /* Beginning of the list */
316 } else allocbuf = (char **) NULL; /* NO criteria */
319 return (allocbuf);
281 char **allocbuf; /* Pointer to the allocated data */ local
H A Dgetdgrp.c336 void *allocbuf; /* Pointer to the allocated data */
354 if (allocbuf = malloc(ncriteria*sizeof(char **))) {
357 pp = (char **) allocbuf;
362 return ((char **) allocbuf);
333 void *allocbuf; /* Pointer to the allocated data */ local
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c141 int allocbuf = 0; local
165 allocbuf = 1;
289 if (allocbuf) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drcp.c109 static BUF *allocbuf(BUF *, int, int);
1235 bp = allocbuf(&buffer, f, RCP_BUFSIZE);
1630 if ((bp = allocbuf(&buffer, ofd, RCP_BUFSIZE)) == 0) {
1715 allocbuf(BUF *bp, int fd, int blksize) function

Completed in 75 milliseconds