Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dos.h67 #ifndef OS_UNIX
73 # define OS_UNIX 0 macro
77 # define OS_UNIX 0 macro
81 # define OS_UNIX 1 macro
85 # define OS_UNIX 0 macro
89 # define OS_UNIX 0 macro
101 #if OS_UNIX
H A Dos.c20 #if OS_UNIX
116 #if OS_UNIX
391 #if OS_UNIX in sqliteOsDelete()
407 #if OS_UNIX in sqliteOsFileExists()
424 #if OS_UNIX
462 #if OS_UNIX in sqliteOsOpenReadWrite()
590 #if OS_UNIX in sqliteOsOpenExclusive()
681 #if OS_UNIX in sqliteOsOpenReadOnly()
765 #if OS_UNIX in sqliteOsOpenDirectory()
793 #if OS_UNIX in sqliteOsTempFileName()
[all …]
H A Dtest4.c18 #if defined(OS_UNIX) && OS_UNIX==1 && defined(THREADSAFE) && THREADSAFE==1