Home
last modified time | relevance | path

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

/dports/news/slrn/slrn-1.0.3/src/
H A Dgroup.c2595 struct stat st_o, st_as; in read_and_parse_newsrc_file() local
2608 ret_stat_as = stat (file, &st_as); in read_and_parse_newsrc_file()
2611 (((ret_stat_o == -1) || (st_as.st_mtime > st_o.st_mtime)))) in read_and_parse_newsrc_file()