Home
last modified time | relevance | path

Searched refs:motd_stat (Results 1 – 3 of 3) sorted by relevance

/dports/irc/ircII/ircii-20210314/source/
H A Dirc.c999 struct stat motd_stat, in main() local
1006 if (stat(CP(motd), &motd_stat) == 0) in main()
1022 if (motd_stat.st_mtime > my_stat.st_mtime) in main()
/dports/irc/ninja/ninja-1.5.8.1/source/
H A Dirc.c1507 struct stat motd_stat, local
1514 if (stat_file(CP(motd), &motd_stat) == 0)
1534 if (motd_stat.st_mtime > my_stat.st_mtime)
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dirc.c1857 struct stat motd_stat, local
1864 if (stat(motd, &motd_stat) == 0)
1880 if (motd_stat.st_mtime > my_stat.st_mtime)