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

/freebsd-current/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c113 char *keybuf, *datbuf; local
272 datbuf = sep + 1;
275 /* set datbuf to start at first non-whitespace character */
276 while (*datbuf == ' ' || *datbuf == '\t')
277 datbuf++;
282 *datbuf == '+' || *datbuf == '-') {
299 if (strlen(datbuf) > YPMAXRECORD) {
300 warnx("data too long: %s", datbuf);
[all...]
/freebsd-current/usr.sbin/ypserv/
H A Dyp_dblookup.c570 static unsigned char datbuf[YPMAXRECORD]; local
640 bcopy(data->data, &datbuf, data->size);
641 data->data = &datbuf;

Completed in 64 milliseconds