Searched refs:mode_t (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-wasi.h | 9 typedef unsigned mode_t; typedef 10 int fchmod(int fd, mode_t mode); 11 int fchmod(int fd, mode_t mode){ in fchmod()
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | fileio.c | 368 mode_t mode, /* MODE parameter passed to writefile() */ in writeFile() 485 mode_t mode = 0; in writefileFunc() 499 mode = (mode_t)sqlite3_value_int(argv[2]); in writefileFunc() 690 mode_t m = pCur->sStat.st_mode; in fsdirNext() 773 mode_t m = pCur->sStat.st_mode; in fsdirColumn()
|
| /sqlite-3.40.0/src/ |
| H A D | test_syscall.c | 122 static int ts_fchmod(int fd, mode_t mode); 171 #define orig_fchmod ((int(*)(int,mode_t))aSyscall[14].xOrig) 377 static int ts_fchmod(int fd, mode_t mode){ in ts_fchmod()
|
| H A D | test_windirent.h | 69 typedef unsigned short mode_t; typedef
|
| H A D | os_unix.c | 461 #define osFchmod ((int(*)(int,mode_t))aSyscall[14].pCurrent) 477 #define osMkdir ((int(*)(const char*,mode_t))aSyscall[18].pCurrent) 675 static int robust_open(const char *z, int f, mode_t m){ in robust_open() 677 mode_t m2 = m ? m : SQLITE_DEFAULT_FILE_PERMISSIONS; in robust_open() 5966 mode_t *pMode, /* OUT: Permissions of zFile */ in getFileMode() 6006 mode_t *pMode, /* OUT: Permissions to open file with */ in findCreateFileMode() 6211 mode_t openMode; /* Permissions to create file with */ in unixOpen() 7448 mode_t cmode = buf.st_mode&(S_IRUSR|S_IWUSR | S_IRGRP|S_IWGRP | in proxyTakeConch()
|