Searched refs:nbuff (Results 1 – 3 of 3) sorted by relevance
190 char * nbuff; in lookup_uname_helper() local214 nbuff = realloc(cache->buff, nbuff_size); in lookup_uname_helper()215 if (nbuff == NULL) in lookup_uname_helper()217 cache->buff = nbuff; in lookup_uname_helper()258 char * nbuff; in lookup_gname_helper() local280 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()
221 char nbuff[BUFFERLEN]; in do_io() local289 n1 = recv(nfd, nbuff, sizeof(nbuff), 0); in do_io()300 switch (do_packet(n1, nbuff)) in do_io()
48 nbuff, /* Current space in name buf */ member119 if (sl->tbuff <= sl->nbuff + len) { in tw_str_add()134 ptr = sl->list[sl->nlist++] = &sl->buff[sl->nbuff]; in tw_str_add()135 sl->nbuff += len; in tw_str_add()155 sl->tbuff = sl->nbuff = 0; in tw_str_free()