Searched refs:dirfd (Results 101 - 111 of 111) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c22620 int dirfd; /* File descriptor for the directory */ member in struct:unixFile
24027 if( pFile->dirfd>=0 ){
24028 int err = close(pFile->dirfd);
24033 pFile->dirfd=-1;
25564 if( pFile->dirfd>=0 ){
25566 OSTRACE(("DIRSYNC %-3d (have_fullfsync=%d fullsync=%d)\n", pFile->dirfd,
25573 if( (!HAVE_FULLFSYNC || !isFullsync) && full_fsync(pFile->dirfd,0,0) ){
25584 err = close(pFile->dirfd); /* Only need to sync once, so close the */
25586 pFile->dirfd = -1;
26683 int dirfd, /* Director
26680 fillInUnixFile( sqlite3_vfs *pVfs, int h, int dirfd, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete ) argument
27091 int dirfd = -1; /* Directory file descriptor */ local
27912 int dirfd = -1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c22620 int dirfd; /* File descriptor for the directory */ member in struct:unixFile
24027 if( pFile->dirfd>=0 ){
24028 int err = close(pFile->dirfd);
24033 pFile->dirfd=-1;
25564 if( pFile->dirfd>=0 ){
25566 OSTRACE(("DIRSYNC %-3d (have_fullfsync=%d fullsync=%d)\n", pFile->dirfd,
25573 if( (!HAVE_FULLFSYNC || !isFullsync) && full_fsync(pFile->dirfd,0,0) ){
25584 err = close(pFile->dirfd); /* Only need to sync once, so close the */
25586 pFile->dirfd = -1;
26683 int dirfd, /* Director
26680 fillInUnixFile( sqlite3_vfs *pVfs, int h, int dirfd, sqlite3_file *pId, const char *zFilename, int noLock, int isDelete ) argument
27091 int dirfd = -1; /* Directory file descriptor */ local
27912 int dirfd = -1; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/
H A Dmaint.mk682 _de1 = dirfd|(close|(fd)?open|read|rewind|seek|tell)dir(64)?(_r)?
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/
H A Dmaint.mk682 _de1 = dirfd|(close|(fd)?open|read|rewind|seek|tell)dir(64)?(_r)?
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/
H A Dmaint.mk682 _de1 = dirfd|(close|(fd)?open|read|rewind|seek|tell)dir(64)?(_r)?
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/
H A Dconfigure13286 for ac_func in backtrace_symbols dirfd getusershell pread pwrite pselect
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/
H A Dconfigure13286 for ac_func in backtrace_symbols dirfd getusershell pread pwrite pselect
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/
H A Dconfigure13286 for ac_func in backtrace_symbols dirfd getusershell pread pwrite pselect
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/
H A Dconfigure23929 for ac_func in dirfd
24030 { $as_echo "$as_me:$LINENO: checking for dirfd declaration" >&5
24031 $as_echo_n "checking for dirfd declaration... " >&6; }
24046 int i = (int)dirfd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/
H A Dconfigure23929 for ac_func in dirfd
24030 { $as_echo "$as_me:$LINENO: checking for dirfd declaration" >&5
24031 $as_echo_n "checking for dirfd declaration... " >&6; }
24046 int i = (int)dirfd
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/
H A Dconfigure23929 for ac_func in dirfd
24030 { $as_echo "$as_me:$LINENO: checking for dirfd declaration" >&5
24031 $as_echo_n "checking for dirfd declaration... " >&6; }
24046 int i = (int)dirfd
[all...]

Completed in 923 milliseconds

12345