/src/usr.bin/mail/ |
mime_child.h | 39 int mime_run_command(const char *, FILE *);
|
mime_child.h | 39 int mime_run_command(const char *, FILE *);
|
mime_child.c | 118 mime_run_command(const char *cmd, FILE *fo) function in typeref:typename:PUBLIC int 142 warn("mime_run_command: prepare_pipe"); 150 warnx("mime_run_command: %s", cmd); /* tell a bit more */ 164 warn("mime_run_command: fdopen");
|
mime_child.c | 118 mime_run_command(const char *cmd, FILE *fo) function in typeref:typename:PUBLIC int 142 warn("mime_run_command: prepare_pipe"); 150 warnx("mime_run_command: %s", cmd); /* tell a bit more */ 164 warn("mime_run_command: fdopen");
|
mime_decode.c | 526 flags = mime_run_command(cmd, NULL); 1010 flags = mime_run_command(mip->mi_command_hook, NULL); 1012 flags = mime_run_command(cmd, pipe_end(mip)); 1164 flags = mime_run_command(cmd, pipe_end(mip)); 1170 flags = mime_run_command(cmd, pipe_end(mip));
|
mime_decode.c | 526 flags = mime_run_command(cmd, NULL); 1010 flags = mime_run_command(mip->mi_command_hook, NULL); 1012 flags = mime_run_command(cmd, pipe_end(mip)); 1164 flags = mime_run_command(cmd, pipe_end(mip)); 1170 flags = mime_run_command(cmd, pipe_end(mip));
|