Searched refs:oexp (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/nvi/ex/
H A Dex_init.c48 EX_PRIVATE *oexp, *nexp; local
61 oexp = EXP(orig);
63 if (oexp->lastbcomm != NULL &&
64 (nexp->lastbcomm = strdup(oexp->lastbcomm)) == NULL) {
H A Dex_tag.c674 EX_PRIVATE *oexp, *nexp; local
679 oexp = EXP(orig);
683 for (aqp = oexp->tq.cqh_first;
684 aqp != (void *)&oexp->tq; aqp = aqp->q.cqe_next) {
700 for (atfp = oexp->tagfq.tqh_first;
708 if (oexp->tag_last != NULL &&
709 (nexp->tag_last = strdup(oexp->tag_last)) == NULL) {
/freebsd-9.3-release/sys/kern/
H A Dvfs_mount.c1993 vfs_oexport_conv(const struct oexport_args *oexp, struct export_args *exp) argument
1996 bcopy(oexp, exp, sizeof(*oexp));
/freebsd-9.3-release/sys/sys/
H A Dmount.h912 void vfs_oexport_conv(const struct oexport_args *oexp,

Completed in 112 milliseconds