Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Denvelope.c763 static char ybuf[60]; /* holds tty id */ local
816 (void) sm_strlcpy(ybuf, sizeof(ybuf), p);
817 macdefine(&e->e_macro, A_PERM, 'y', ybuf);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c1348 vdev_raidz_reconst_pq_func(void *xbuf, void *ybuf, size_t size, void *private) in vdev_raidz_reconst_pq_func() argument
1352 uint8_t *yd = ybuf; in vdev_raidz_reconst_pq_func()