Home
last modified time | relevance | path

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

/openbsd/usr.bin/newsyslog/
H A Dnewsyslog.c106 #define CE_FOLLOW 0x10 /* Follow symbolic links */ macro
292 (!S_ISLNK(sb.st_mode) || !(ent->flags & CE_FOLLOW))) { in do_entry()
308 (ent->flags & CE_FOLLOW) ? "F" : "", in do_entry()
341 (ent->flags & CE_FOLLOW) ? "F" : ""); in do_entry()
639 working->flags |= CE_FOLLOW; in parse_file()