Searched refs:buf_alloc (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dexclude.c91 size_t buf_alloc = 1024; local
101 buf = xmalloc (buf_alloc);
106 if (buf_count == buf_alloc)
107 buf = xrealloc (buf, buf_alloc *= 2);
/freebsd-10.0-release/contrib/diff/lib/
H A Dexclude.c212 size_t buf_alloc = 0; local
224 if (buf_count == buf_alloc)
225 buf = x2realloc (buf, &buf_alloc);
/freebsd-10.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c605 char *buf_alloc = NULL, *outbufp; local
640 buf_alloc = alloca(sendsz); /* not in IDR2? */
642 buf_alloc = malloc(sendsz);
644 if (buf_alloc == NULL) {
652 a.rmt_args.args = buf_alloc;
911 if (buf_alloc)
912 free(buf_alloc);
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dtrap.c566 if ((sndbuf = buf_alloc(1)) == NULL) {
633 if ((sndbuf = buf_alloc(1)) == NULL) {
H A Dmain.c249 buf_alloc(int tx) function
1068 if ((pi->buf = buf_alloc(0)) == NULL) {
1122 if ((pi->buf = buf_alloc(0)) == NULL) {
1357 if ((sndbuf = buf_alloc(1)) == NULL) {
1408 if ((sndbuf = buf_alloc(1)) == NULL)
H A Dsnmpmod.h578 void *buf_alloc(int tx);
/freebsd-10.0-release/lib/libc/db/mpool/
H A Dmpool.libtp14 buf_alloc
234 buf_alloc
240 buf_alloc ( fid, new_pageno )

Completed in 145 milliseconds