Searched refs:FileBase (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrond.c90 static CronFile *FileBase; variable
533 file->cf_Next = FileBase;
534 FileBase = file;
567 for (file = FileBase; file && file->cf_Deleted; file = file->cf_Next);
619 CronFile **pfile = &FileBase;
674 for (file = FileBase; file; file = file->cf_Next) {
716 for (file = FileBase; file; file = file->cf_Next) {
752 for (file = FileBase; file; file = file->cf_Next) {

Completed in 27 milliseconds