Searched refs:filtcmd (Results 1 – 1 of 1) sorted by relevance
994 char *av[15], *filtcmd; in sendfile() local1025 filtcmd = NULL; in sendfile()1052 filtcmd = pp->filters[LPF_INPUT]; in sendfile()1053 av[0] = filtcmd; in sendfile()1070 filtcmd = pp->filters[LPF_OUTPUT]; in sendfile()1071 av[0] = filtcmd; in sendfile()1078 if (filtcmd) { in sendfile()1094 filtstat = execfilter(pp, filtcmd, av, sfd, tfd); in sendfile()