Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/sqlite3/
HDshell.c1737 # define STAT_CHR_SRC(mode) ((mode & (_S_IFCHR|_S_IFIFO|_S_IFREG))!=0) in openChrSource() macro
1744 || !STAT_CHR_SRC(x.st_mode)){ in openChrSource()
1752 # define STAT_CHR_SRC(mode) (S_ISREG(mode)||S_ISFIFO(mode)||S_ISCHR(mode)) in openChrSource()
1754 if( STAT_CHR_SRC(x.st_mode) ){ in openChrSource()
1760 #undef STAT_CHR_SRC in openChrSource()