OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcv_mpath
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nvi/dist/common/
exf.h
59
char *
rcv_mpath
; /* Recover mail file name. */
member in struct:_exf
exf.c
739
if (ep->
rcv_mpath
!= NULL && unlink(ep->
rcv_mpath
))
740
msgq_str(sp, M_SYSERR, ep->
rcv_mpath
, "243|%s: remove");
755
if (ep->
rcv_mpath
!= NULL)
756
free(ep->
rcv_mpath
);
recover.c
90
* If the EXF structure paths (rcv_path and
rcv_mpath
) are not NULL,
215
if (ep->
rcv_mpath
== NULL) {
391
if ((ep->
rcv_mpath
= strdup(mpath)) == NULL) {
806
ep->
rcv_mpath
= recp;
Completed in 24 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026