Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_match.c182 int savesize; in __yp_match_cflookup() local
207 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() local
390 savesize = my_vallen + 2; in __yp_match_rsvdport_cflookup()
391 if ((*val = malloc((size_t)savesize)) == 0) { in __yp_match_rsvdport_cflookup()
[all …]