Searched refs:filetemp (Results 1 - 3 of 3) sorted by relevance
/ast/src/cmd/mailx/ |
H A D | quit.c | 95 filetemp(state.tmp.edit, sizeof(state.tmp.edit), 'E', 0); 96 filetemp(state.tmp.mail, sizeof(state.tmp.mail), 'M', 0); 97 filetemp(state.tmp.mesg, sizeof(state.tmp.mesg), 'G', 0); 98 filetemp(state.tmp.more, sizeof(state.tmp.more), 'X', 0); 99 filetemp(state.tmp.quit, sizeof(state.tmp.quit), 'Q', 0); 195 filetemp(temp, sizeof(state.path.path), 'B', 0);
|
H A D | proc.c | 223 filetemp(char* buf, int size, int type, int fd) function
|
H A D | mailx.h | 945 extern FILE* filetemp(char*, int, int, int);
|
Completed in 40 milliseconds