Home
last modified time | relevance | path

Searched defs:SpecialEntry (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/miscutils/
Dcrond.c491 typedef struct SpecialEntry { in load_crontab() struct
492 const char *name; in load_crontab()
493 const char tokens[8]; in load_crontab()
494 } SpecialEntry; in load_crontab() typedef