Lines Matching refs:safefilep
1928 struct safefile *safefilep; in cmpstat() local
1973 safefilep = safefiles; in cmpstat()
1974 safefilep->name = s_calloc(1, MAXPATHLEN + in cmpstat()
1976 safefilep->next = NULL; in cmpstat()
1977 while (s_fgets(safefilep->name, MAXPATHLEN + in cmpstat()
1979 safefilep->next = s_calloc(1, in cmpstat()
1981 safefilep = safefilep->next; in cmpstat()
1982 safefilep->name = s_calloc(1, in cmpstat()
1984 safefilep->next = NULL; in cmpstat()
2065 safefilep = safefiles; in cmpstat()
2066 while (safefilep != NULL && in cmpstat()
2067 safefilep->name[0] != '\0') { in cmpstat()
2068 if (regcomp(&re, safefilep->name, in cmpstat()
2080 safefilep = safefilep->next; in cmpstat()