Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c82 char yplastbuf[32]; in ypmap_update() local
134 snprintf(yplastbuf, sizeof(yplastbuf), "%jd", (intmax_t)time(NULL)); in ypmap_update()
137 data.data = (char *)&yplastbuf; in ypmap_update()
138 data.size = strlen(yplastbuf); in ypmap_update()
/freebsd/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c326 char yplastbuf[64]; in update_inplace() local
328 snprintf(yplastbuf, sizeof yplastbuf, "%llu", in update_inplace()
446 data.data = (char *)&yplastbuf; in update_inplace()
447 data.size = strlen(yplastbuf); in update_inplace()