Home
last modified time | relevance | path

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

/openbsd/bin/ksh/
H A Dmail.c21 char *mb_path; /* path to mail file */ member
69 if (mbp->mb_path && stat(mbp->mb_path, &stbuf) == 0 && in mcheck()
102 afree(mbox.mb_path, APERM); in mbset()
104 mbox.mb_path = str_save(p, APERM); in mbset()
165 afree(mbp->mb_path, APERM); in munset()
178 mbp->mb_path = p; in mballoc()
180 if (stat(mbp->mb_path, &stbuf) == 0 && S_ISREG(stbuf.st_mode)) in mballoc()
202 setstr((vp = local("_", false)), mbp->mb_path, KSH_RETURN_ERROR); in mprintit()