Searched refs:filtcmd (Results 1 – 1 of 1) sorted by relevance
1008 char *av[15], *filtcmd; in sendfile() local1039 filtcmd = NULL; in sendfile()1066 filtcmd = pp->filters[LPF_INPUT]; in sendfile()1067 av[0] = filtcmd; in sendfile()1084 filtcmd = pp->filters[LPF_OUTPUT]; in sendfile()1085 av[0] = filtcmd; in sendfile()1092 if (filtcmd) { in sendfile()1108 filtstat = execfilter(pp, filtcmd, av, sfd, tfd); in sendfile()