Home
last modified time | relevance | path

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

/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dtextfile.c347 bool is_filemode = (buf == NULL); in load_text_file() local
348 bool is_stdin = (is_filemode && path == NULL); in load_text_file()
355 if (is_filemode) { in load_text_file()
365 if (is_filemode) in load_text_file()
/dports/editors/xvile/vile-9.8v/
H A Dpath.c1836 is_filemode(struct stat *sb) in is_filemode() function
1850 return ((file_stat(path, &sb) >= 0) && is_filemode(&sb)); in is_file()
1861 return ((file_stat(path, &sb) >= 0) && !is_filemode(&sb)); in is_nonfile()
/dports/editors/vile/vile-9.8v/
H A Dpath.c1836 is_filemode(struct stat *sb) in is_filemode() function
1850 return ((file_stat(path, &sb) >= 0) && is_filemode(&sb)); in is_file()
1861 return ((file_stat(path, &sb) >= 0) && !is_filemode(&sb)); in is_nonfile()