Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c81 char yplastbuf[YPMAXRECORD]; in ypmap_update() local
133 snprintf(yplastbuf, sizeof(yplastbuf), "%lu", time(NULL)); in ypmap_update()
136 data.data = (char *)&yplastbuf; in ypmap_update()
137 data.size = strlen(yplastbuf); in ypmap_update()
/dragonfly/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c309 char yplastbuf[YPMAXRECORD]; in update_inplace() local
311 snprintf(yplastbuf, sizeof yplastbuf, "%llu", in update_inplace()
419 data.data = (char *)&yplastbuf; in update_inplace()
420 data.size = strlen(yplastbuf); in update_inplace()