Searched refs:a_buf (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/sendmail/libmilter/ |
| H A D | engine.c | 24 char *a_buf; /* argument string */ member 398 arg.a_buf = buf; 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); 1402 if ((argv = dec_argv(g->a_buf, g->a_len)) == NULL) \ 1491 switch (g->a_buf[0]) 1523 g->a_ctx->ctx_mac_buf[i] = g->a_buf; 1573 return (*fi_body)(g->a_ctx, (unsigned char *)g->a_buf, [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/ec/ |
| H A D | ec_asn1.c | 313 unsigned char *a_buf = NULL, *b_buf = NULL; in ec_asn1_group2curve() local 336 if ((a_buf = OPENSSL_malloc(len)) == NULL in ec_asn1_group2curve() 341 if (BN_bn2binpad(tmp_1, a_buf, len) < 0 in ec_asn1_group2curve() 348 if (!ASN1_OCTET_STRING_set(curve->a, a_buf, len) in ec_asn1_group2curve() 376 OPENSSL_free(a_buf); in ec_asn1_group2curve()
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_ctldir.c | 739 memcpy(ap->a_buf + *ap->a_buflen, dotzfs_name, sizeof (dotzfs_name)); in zfsctl_root_vptocnp() 1242 memcpy(ap->a_buf + *ap->a_buflen, node->sn_name, len); in zfsctl_snapshot_vptocnp()
|
| H A D | zfs_vnops_os.c | 6160 memcpy(ap->a_buf + *ap->a_buflen, name, len); in zfs_vptocnp() 6183 error = VOP_VPTOCNP(covered_vp, ap->a_vpp, ap->a_buf, in zfs_vptocnp() 6187 ap->a_buf, ap->a_buflen); in zfs_vptocnp()
|
| /freebsd-14.2/sys/fs/nullfs/ |
| H A D | null_vnops.c | 998 error = vn_vptocnp(&ldvp, ap->a_buf, ap->a_buflen); in null_vptocnp()
|
| /freebsd-14.2/sys/fs/pseudofs/ |
| H A D | pseudofs_vnops.c | 375 char *buf = ap->a_buf; in pfs_vptocnp()
|
| /freebsd-14.2/sys/kern/ |
| H A D | vfs_default.c | 684 char *buf = ap->a_buf; in vop_stdvptocnp()
|
| /freebsd-14.2/sys/fs/devfs/ |
| H A D | devfs_vnops.c | 406 char *buf = ap->a_buf; in devfs_vptocnp()
|
| /freebsd-14.2/sys/fs/tmpfs/ |
| H A D | tmpfs_vnops.c | 1793 buf = ap->a_buf; in tmpfs_vptocnp()
|