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

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

Completed in 157 milliseconds