Home
last modified time | relevance | path

Searched refs:nbuff (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_disk_set_standard_lookup.c189 char * nbuff; in lookup_uname_helper()
213 nbuff = realloc(cache->buff, nbuff_size); in lookup_uname_helper()
214 if (nbuff == NULL) in lookup_uname_helper()
216 cache->buff = nbuff; in lookup_uname_helper()
258 char * nbuff; in lookup_gname_helper()
280 nbuff = realloc(cache->buff, nbuff_size); in lookup_gname_helper()
281 if (nbuff == NULL) in lookup_gname_helper()
283 cache->buff = nbuff; in lookup_gname_helper()
190 char * nbuff; lookup_uname_helper() local
259 char * nbuff; lookup_gname_helper() local
/freebsd/sbin/ipf/ipfsync/
H A Dipfsyncd.c217 char nbuff[BUFFERLEN]; in do_io() local
285 n1 = recv(nfd, nbuff, sizeof(nbuff), 0); in do_io()
296 switch (do_packet(n1, nbuff)) in do_io()
/freebsd/contrib/tcsh/
H A Dtw.init.c44 nbuff, /* Current space in name buf */ member
115 if (sl->tbuff <= sl->nbuff + len) { in tw_str_add()
129 ptr = sl->list[sl->nlist++] = &sl->buff[sl->nbuff]; in tw_str_add()
130 sl->nbuff += len; in tw_str_add()
150 sl->tbuff = sl->nbuff = 0; in tw_str_free()