Home
last modified time | relevance | path

Searched refs:oexp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_init.c42 EX_PRIVATE *oexp, *nexp; in ex_screen_copy() local
55 oexp = EXP(orig); in ex_screen_copy()
57 if (oexp->lastbcomm != NULL && in ex_screen_copy()
58 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm, in ex_screen_copy()
59 STRLEN(oexp->lastbcomm))) == NULL) { in ex_screen_copy()
H A Dex_tag.c539 EX_PRIVATE *oexp, *nexp; in ex_tag_copy() local
544 oexp = EXP(orig); in ex_tag_copy()
548 TAILQ_FOREACH(aqp, oexp->tq, q) { in ex_tag_copy()
563 TAILQ_FOREACH(atfp, oexp->tagfq, q) { in ex_tag_copy()
570 if (oexp->tag_last != NULL && in ex_tag_copy()
571 (nexp->tag_last = v_wstrdup(sp, oexp->tag_last, in ex_tag_copy()
572 STRLEN(oexp->tag_last))) == NULL) { in ex_tag_copy()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c3998 struct nfsex_oldargs oexp; in nfssvc_srvcall() local
4042 error = copyin(uap->argp,(caddr_t)&oexp, in nfssvc_srvcall()
4046 export.export.ex_flags = (uint64_t)oexp.export.ex_flags; in nfssvc_srvcall()
4047 export.export.ex_root = oexp.export.ex_root; in nfssvc_srvcall()
4048 export.export.ex_uid = oexp.export.ex_anon.cr_uid; in nfssvc_srvcall()
4050 oexp.export.ex_anon.cr_ngroups; in nfssvc_srvcall()
4061 oexp.export.ex_anon.cr_groups[i]; in nfssvc_srvcall()
4063 export.export.ex_addr = oexp.export.ex_addr; in nfssvc_srvcall()
4064 export.export.ex_addrlen = oexp.export.ex_addrlen; in nfssvc_srvcall()
4065 export.export.ex_mask = oexp.export.ex_mask; in nfssvc_srvcall()
[all …]