Searched refs:struse (Results 1 - 13 of 13) sorted by relevance

/ast/src/cmd/mailx/
H A Dcmd2.c330 temp = struse(state.path.temp);
615 name = expand(struse(state.path.temp), 1);
629 s = struse(state.path.temp);
651 s = struse(state.path.temp);
661 s = struse(state.path.temp);
834 file = struse(state.path.buf);
845 file = struse(state.path.buf);
H A Dlocal.c110 if (!access(struse(state.path.temp), F_OK))
121 if (!access(struse(state.path.temp), F_OK))
129 return savestr(struse(state.path.temp));
H A Dimap.c475 return struse(sp);
881 ip->from = struse(imap->tp);
921 pp->type = vmstrdup(imap->vm, struse(imap->tp));
930 pp->id = vmstrdup(imap->vm, struse(imap->tp));
944 pp->type = vmstrdup(imap->vm, struse(imap->tp));
1009 pp->name = vmstrdup(imap->vm, struse(imap->tp));
1378 s = struse(imap->np);
1425 s = struse(imap->tp);
1577 meth = struse(imap->tp);
1593 svc = struse(ima
[all...]
H A Dcollect.c239 s = expand(struse(state.path.temp), 1);
584 if (!(fp = pipeopen(struse(state.path.temp), "r")))
H A Dquit.c166 temp = struse(state.path.temp);
171 move = struse(state.path.move);
H A Dvars.c210 printf("%16s\n", struse(state.path.temp));
624 state.var.sendmail = varkeep(struse(state.path.temp));
H A Dfio.c271 if (fp = fileopen(struse(state.path.temp), "r")) {
326 if (fp = fileopen(struse(state.path.temp), "Ew")) {
517 if (!(state.msg.ap = fileopen(struse(state.path.temp), "EIr")) && !(state.msg.ap = fileopen("/dev/null", "EIr")))
H A Dmisc.c576 struse(Sfio_t* sp) function
H A Dcmd3.c255 help = struse(state.path.temp);
954 note(0, "\"%s\": unknown %s condition", struse(state.path.temp), state.cmd->c_name);
H A Dcmd1.c704 mimeset(state.part.mime, struse(state.path.buf), MIME_REPLACE);
H A Dmailx.h1069 extern char* struse(Sfio_t*);
H A Dsend.c111 if (!(ip = pipeopen(struse(state.path.temp), "r")))
/ast/src/cmd/mailx/port/
H A Dmime.c369 s = struse(mp->buf);
562 return struse(mp->buf);

Completed in 35 milliseconds