Searched refs:a_buf (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dengine.c24 char *a_buf; /* argument string */ member in struct:arg_struct
394 arg.a_buf = buf;
867 (void) memcpy((void *) &i, (void *) &(g->a_buf[0]), MILTER_LEN_BYTES);
887 (void) memcpy((void *) &i, (void *) &(g->a_buf[MILTER_LEN_BYTES]),
897 (void) memcpy((void *) &i, (void *) &(g->a_buf[MILTER_LEN_BYTES * 2]),
1182 s = g->a_buf;
1272 return (*fi_connect)(g->a_ctx, g->a_buf,
1348 if (g->a_len == 0 || g->a_buf[g->a_len - 1] != '\0')
1350 return (*fi_helo)(g->a_ctx, g->a_buf);
1377 if (dec_arg2(g->a_buf,
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_asn1.c428 *a_buf = NULL, *b_buf = NULL; local
461 a_buf = &char_zero;
472 a_buf = buffer_1;
492 if (!M_ASN1_OCTET_STRING_set(curve->a, a_buf, len_1) ||
/freebsd-9.3-release/sys/fs/nullfs/
H A Dnull_vnops.c832 error = vn_vptocnp(&ldvp, cred, ap->a_buf, ap->a_buflen);
/freebsd-9.3-release/sys/fs/pseudofs/
H A Dpseudofs_vnops.c357 char *buf = ap->a_buf;
/freebsd-9.3-release/sys/kern/
H A Dvfs_default.c767 char *buf = ap->a_buf;
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c1627 bcopy(sep->se_name, ap->a_buf + *ap->a_buflen, len);
/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs_vnops.c239 char *buf = ap->a_buf;

Completed in 182 milliseconds