Searched refs:savesize (Results 1 – 1 of 1) sorted by relevance
182 int savesize; in __yp_match_cflookup() local207 savesize = my_vallen + 2; in __yp_match_cflookup()208 if ((*val = malloc((size_t)savesize)) == 0) { in __yp_match_cflookup()212 (void) memcpy(*val, my_val, (size_t)savesize); in __yp_match_cflookup()270 savesize = *vallen + 2; in __yp_match_cflookup()271 c = makenode(domain, map, keylen, savesize); in __yp_match_cflookup()278 (void) memcpy(c->val, *val, (size_t)savesize); in __yp_match_cflookup()366 int savesize; in __yp_match_rsvdport_cflookup() local390 savesize = my_vallen + 2; in __yp_match_rsvdport_cflookup()391 if ((*val = malloc((size_t)savesize)) == 0) { in __yp_match_rsvdport_cflookup()[all …]