Searched refs:robust_open (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 41031 static int robust_open(const char *z, int f, mode_t m){ in robust_open() function 44084 fd = robust_open(zDirname, O_RDONLY|O_BINARY, 0); in openDirectory() 45230 pShmNode->hShm = robust_open(zShm, O_RDWR|O_CREAT|O_NOFOLLOW, in unixOpenSharedMemory() 45234 pShmNode->hShm = robust_open(zShm, O_RDONLY|O_NOFOLLOW, in unixOpenSharedMemory() 46878 fd = robust_open(zName, openFlags, openMode); in unixOpen() 46899 fd = robust_open(zName, openFlags, openMode); in unixOpen() 47318 fd = robust_open("/dev/urandom", O_RDONLY, 0); in unixRandomness() 47739 fd = robust_open(path, openFlags, 0); in proxyCreateUnixFile() 47743 fd = robust_open(path, openFlags, 0); in proxyCreateUnixFile() 47749 fd = robust_open(path, openFlags, 0); in proxyCreateUnixFile() [all …]
|