Searched refs:a_buf (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/sendmail/libmilter/ |
| D | engine.c | 24 char *a_buf; /* argument string */ member 398 arg.a_buf = buf; 875 (void) memcpy((void *) &i, (void *) &(g->a_buf[0]), MILTER_LEN_BYTES); 895 (void) memcpy((void *) &i, (void *) &(g->a_buf[MILTER_LEN_BYTES]), 905 (void) memcpy((void *) &i, (void *) &(g->a_buf[MILTER_LEN_BYTES * 2]), 1190 s = g->a_buf; 1280 return (*fi_connect)(g->a_ctx, g->a_buf, 1356 if (g->a_len == 0 || g->a_buf[g->a_len - 1] != '\0') 1358 return (*fi_helo)(g->a_ctx, g->a_buf); 1385 if (dec_arg2(g->a_buf, g->a_len, &hf, &hv) == MI_SUCCESS) [all …]
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/ |
| D | ec_asn1.c | 376 unsigned char *a_buf = NULL, *b_buf = NULL; in ec_asn1_group2curve() local 399 if ((a_buf = OPENSSL_malloc(len)) == NULL in ec_asn1_group2curve() 404 if (BN_bn2binpad(tmp_1, a_buf, len) < 0 in ec_asn1_group2curve() 411 if (!ASN1_OCTET_STRING_set(curve->a, a_buf, len) in ec_asn1_group2curve() 439 OPENSSL_free(a_buf); in ec_asn1_group2curve()
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | zfs_ctldir.c | 727 bcopy(dotzfs_name, ap->a_buf + *ap->a_buflen, sizeof (dotzfs_name)); in zfsctl_root_vptocnp() 1237 bcopy(node->sn_name, ap->a_buf + *ap->a_buflen, len); in zfsctl_snapshot_vptocnp()
|
| D | zfs_vnops.c | 5974 bcopy(name, ap->a_buf + *ap->a_buflen, len); in zfs_vptocnp() 5989 ap->a_buf, ap->a_buflen); in zfs_vptocnp()
|
| /freebsd-12-stable/sys/fs/nullfs/ |
| D | null_vnops.c | 899 error = vn_vptocnp(&ldvp, cred, ap->a_buf, ap->a_buflen); in null_vptocnp()
|
| /freebsd-12-stable/sys/kern/ |
| D | vfs_default.c | 724 char *buf = ap->a_buf; in vop_stdvptocnp()
|
| /freebsd-12-stable/sys/fs/pseudofs/ |
| D | pseudofs_vnops.c | 363 char *buf = ap->a_buf; in pfs_vptocnp()
|
| /freebsd-12-stable/sys/fs/tmpfs/ |
| D | tmpfs_vnops.c | 1551 buf = ap->a_buf; in tmpfs_vptocnp()
|
| /freebsd-12-stable/sys/fs/devfs/ |
| D | devfs_vnops.c | 275 char *buf = ap->a_buf; in devfs_vptocnp()
|