Lines Matching defs:types
37 #include <sys/types.h>
86 REASSIGN(conv->types, NULL);
295 char *suffix, *types, *disable, *convcmd;
303 NEXTWORD(p, types);
309 if (none || EMPTYSTR(types) ||
311 types = NULL;
315 types = ftpd_strdup(types);
342 REASSIGN(conv->types, types);
782 filetypematch(char *types, int mode)
784 for ( ; types[0] != '\0'; types++)
785 switch (*types) {
829 if (cp->types == NULL || cp->disable == NULL ||
840 if (!filetypematch(cp->types, st.st_mode))