Searched refs:filtcmd (Results 1 – 1 of 1) sorted by relevance
1006 char *av[15], *filtcmd; in sendfile() local1037 filtcmd = NULL; in sendfile()1064 filtcmd = pp->filters[LPF_INPUT]; in sendfile()1065 av[0] = filtcmd; in sendfile()1082 filtcmd = pp->filters[LPF_OUTPUT]; in sendfile()1083 av[0] = filtcmd; in sendfile()1090 if (filtcmd) { in sendfile()1106 filtstat = execfilter(pp, filtcmd, av, sfd, tfd); in sendfile()