Home
last modified time | relevance | path

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

/third_party/sqlite/src/
H A Dshell.c649 # define STAT_CHR_SRC(mode) ((mode & (_S_IFCHR|_S_IFIFO|_S_IFREG))!=0) in openChrSource() macro
656 || !STAT_CHR_SRC(x.st_mode)){ in openChrSource()
664 # define STAT_CHR_SRC(mode) (S_ISREG(mode)||S_ISFIFO(mode)||S_ISCHR(mode)) in openChrSource()
666 if( STAT_CHR_SRC(x.st_mode) ){ in openChrSource()
672 #undef STAT_CHR_SRC in openChrSource() macro

Completed in 33 milliseconds