Home
last modified time | relevance | path

Searched refs:a_buf (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/sendmail/libmilter/
H A Dengine.c24 char *a_buf; /* argument string */ member
398 arg.a_buf = buf;
1186 s = g->a_buf;
1276 return (*fi_connect)(g->a_ctx, g->a_buf,
1352 if (g->a_len == 0 || g->a_buf[g->a_len - 1] != '\0')
1354 return (*fi_helo)(g->a_ctx, g->a_buf);
1398 if ((argv = dec_argv(g->a_buf, g->a_len)) == NULL) \
1487 switch (g->a_buf[0])
1519 g->a_ctx->ctx_mac_buf[i] = g->a_buf;
1569 return (*fi_body)(g->a_ctx, (unsigned char *)g->a_buf,
[all …]
/freebsd-12.1/crypto/openssl/crypto/ec/
H A Dec_asn1.c370 unsigned char *a_buf = NULL, *b_buf = NULL; in ec_asn1_group2curve() local
393 if ((a_buf = OPENSSL_malloc(len)) == NULL in ec_asn1_group2curve()
398 if (BN_bn2binpad(tmp_1, a_buf, len) < 0 in ec_asn1_group2curve()
405 if (!ASN1_OCTET_STRING_set(curve->a, a_buf, len) in ec_asn1_group2curve()
433 OPENSSL_free(a_buf); in ec_asn1_group2curve()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c727 bcopy(dotzfs_name, ap->a_buf + *ap->a_buflen, sizeof (dotzfs_name)); in zfsctl_root_vptocnp()
1236 bcopy(node->sn_name, ap->a_buf + *ap->a_buflen, len); in zfsctl_snapshot_vptocnp()
H A Dzfs_vnops.c5945 bcopy(name, ap->a_buf + *ap->a_buflen, len); in zfs_vptocnp()
5960 ap->a_buf, ap->a_buflen); in zfs_vptocnp()
/freebsd-12.1/sys/fs/nullfs/
H A Dnull_vnops.c888 error = vn_vptocnp(&ldvp, cred, ap->a_buf, ap->a_buflen); in null_vptocnp()
/freebsd-12.1/sys/kern/
H A Dvfs_default.c723 char *buf = ap->a_buf; in vop_stdvptocnp()
/freebsd-12.1/sys/fs/pseudofs/
H A Dpseudofs_vnops.c361 char *buf = ap->a_buf; in pfs_vptocnp()
/freebsd-12.1/sys/fs/tmpfs/
H A Dtmpfs_vnops.c1499 buf = ap->a_buf; in tmpfs_vptocnp()
/freebsd-12.1/sys/fs/devfs/
H A Ddevfs_vnops.c275 char *buf = ap->a_buf; in devfs_vptocnp()