Searched refs:nbuff (Results 1 – 3 of 3) sorted by relevance
190 char * nbuff; in lookup_uname_helper() local215 nbuff = realloc(cache->buff, nbuff_size); in lookup_uname_helper()216 if (nbuff == NULL) in lookup_uname_helper()218 cache->buff = nbuff; in lookup_uname_helper()260 char * nbuff; in lookup_gname_helper() local283 nbuff = realloc(cache->buff, nbuff_size); in lookup_gname_helper()284 if (nbuff == NULL) in lookup_gname_helper()286 cache->buff = nbuff; in lookup_gname_helper()
217 char nbuff[BUFFERLEN]; in do_io() local285 n1 = recv(nfd, nbuff, sizeof(nbuff), 0); in do_io()296 switch (do_packet(n1, nbuff)) in do_io()
44 nbuff, /* Current space in name buf */ member115 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()