Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c1289 # define STAT_CHR_SRC(mode) ((mode & (_S_IFCHR|_S_IFIFO|_S_IFREG))!=0) in openChrSource() macro
1296 || !STAT_CHR_SRC(x.st_mode)){ in openChrSource()
1304 # define STAT_CHR_SRC(mode) (S_ISREG(mode)||S_ISFIFO(mode)||S_ISCHR(mode)) in openChrSource()
1306 if( STAT_CHR_SRC(x.st_mode) ){ in openChrSource()
1312 #undef STAT_CHR_SRC in openChrSource()