Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1723 # define STAT_CHR_SRC(mode) ((mode & (_S_IFCHR|_S_IFIFO|_S_IFREG))!=0) in openChrSource() macro
1730 || !STAT_CHR_SRC(x.st_mode)){ in openChrSource()
1738 # define STAT_CHR_SRC(mode) (S_ISREG(mode)||S_ISFIFO(mode)||S_ISCHR(mode)) in openChrSource()
1740 if( STAT_CHR_SRC(x.st_mode) ){ in openChrSource()
1746 #undef STAT_CHR_SRC in openChrSource()