Home
last modified time | relevance | path

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

/dports/devel/hs-git-annex/git-annex-8.20210903/Upgrade/
H A DV2.hs76 return $ mapMaybe (islogfile config) (concat files)
79 islogfile config f = maybe Nothing (\k -> Just (k, f)) $ function
/dports/sysutils/screen/screen-4.8.0/
H A Dlogfile.h54 int islogfile __P((char *name));
H A Dlogfile.c186 int islogfile(char *name) { in islogfile() function
H A Dwindow.c542 if ((w->w_log = logfopen(buf, islogfile(buf) ? NULL : secfopen(buf, "a"))) == NULL)
H A Dscreen.c3306 if (!islogfile(NULL)) in logflush_fn()