Searched refs:struse (Results 1 - 13 of 13) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | cmd2.c | 330 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 D | local.c | 110 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 D | imap.c | 475 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 D | collect.c | 239 s = expand(struse(state.path.temp), 1); 584 if (!(fp = pipeopen(struse(state.path.temp), "r")))
|
H A D | quit.c | 166 temp = struse(state.path.temp); 171 move = struse(state.path.move);
|
H A D | vars.c | 210 printf("%16s\n", struse(state.path.temp)); 624 state.var.sendmail = varkeep(struse(state.path.temp));
|
H A D | fio.c | 271 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 D | misc.c | 576 struse(Sfio_t* sp) function
|
H A D | cmd3.c | 255 help = struse(state.path.temp); 954 note(0, "\"%s\": unknown %s condition", struse(state.path.temp), state.cmd->c_name);
|
H A D | cmd1.c | 704 mimeset(state.part.mime, struse(state.path.buf), MIME_REPLACE);
|
H A D | mailx.h | 1069 extern char* struse(Sfio_t*);
|
H A D | send.c | 111 if (!(ip = pipeopen(struse(state.path.temp), "r")))
|
/ast/src/cmd/mailx/port/ |
H A D | mime.c | 369 s = struse(mp->buf); 562 return struse(mp->buf);
|
Completed in 35 milliseconds