Home
last modified time | relevance | path

Searched refs:stbuf (Results 1 – 25 of 1341) sorted by relevance

12345678910>>...54

/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libfuse-lite/
H A Dfuse_misc.h27 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec)
28 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec)
29 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec)
30 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val)
34 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec)
35 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec)
36 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec)
40 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimensec)
41 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimensec)
42 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimensec)
[all …]
/dports/devel/py-llfuse/llfuse-1.3.8/src/
H A Dmacros.c17 #define GET_ATIME_NS(stbuf) ((stbuf)->st_atim.tv_nsec)
18 #define GET_CTIME_NS(stbuf) ((stbuf)->st_ctim.tv_nsec)
19 #define GET_MTIME_NS(stbuf) ((stbuf)->st_mtim.tv_nsec)
20 #define SET_ATIME_NS(stbuf, val) (stbuf)->st_atim.tv_nsec = (val)
21 #define SET_CTIME_NS(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val)
22 #define SET_MTIME_NS(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val)
31 #define GET_BIRTHTIME(stbuf) ((stbuf)->st_birthtime)
32 #define SET_BIRTHTIME(stbuf, val) ((stbuf)->st_birthtime = (val))
34 #define GET_ATIME_NS(stbuf) ((stbuf)->st_atimespec.tv_nsec)
35 #define GET_CTIME_NS(stbuf) ((stbuf)->st_ctimespec.tv_nsec)
[all …]
/dports/comms/owfs/owfs-3.2p4/module/owlib/src/c/
H A Dow_fstat.c56 stbuf->st_nlink += nr; in FS_fstat_postparse()
58 stbuf->st_atime = stbuf->st_ctime = stbuf->st_mtime = StateInfo.start_time; in FS_fstat_postparse()
70 stbuf->st_nlink += nr; in FS_fstat_postparse()
72 stbuf->st_atime = stbuf->st_ctime = stbuf->st_mtime = StateInfo.dir_time; in FS_fstat_postparse()
81 stbuf->st_nlink += nr; in FS_fstat_postparse()
84 stbuf->st_atime = stbuf->st_ctime = stbuf->st_mtime = StateInfo.dir_time; in FS_fstat_postparse()
91 stbuf->st_mode |= 0444; in FS_fstat_postparse()
96 stbuf->st_nlink = 1; in FS_fstat_postparse()
102 stbuf->st_atime = stbuf->st_ctime = stbuf->st_mtime = NOW_TIME; in FS_fstat_postparse()
106 stbuf->st_atime = stbuf->st_ctime = stbuf->st_mtime = StateInfo.dir_time; in FS_fstat_postparse()
[all …]
/dports/sysutils/fusefs-libs3/fuse-3.10.5/lib/
H A Dfuse_misc.h27 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
28 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
29 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
30 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
31 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument
32 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
35 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
36 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
37 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
38 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument
[all …]
/dports/emulators/qemu5/qemu-5.2.0/tools/virtiofsd/
H A Dfuse_misc.h39 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
40 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
41 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
42 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
43 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument
44 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
47 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
48 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
49 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
50 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tools/virtiofsd/
H A Dfuse_misc.h39 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
40 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
41 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
42 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
43 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument
44 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
47 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
48 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
49 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
50 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument
[all …]
/dports/emulators/qemu/qemu-6.2.0/tools/virtiofsd/
H A Dfuse_misc.h38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
39 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
40 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
41 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
42 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument
43 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
47 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
48 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
49 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tools/virtiofsd/
H A Dfuse_misc.h38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
39 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
40 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
41 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
42 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument
43 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
47 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
48 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
49 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tools/virtiofsd/
H A Dfuse_misc.h39 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
40 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
41 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
42 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
43 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument
44 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
47 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
48 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
49 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
50 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument
[all …]
/dports/emulators/qemu60/qemu-6.0.0/tools/virtiofsd/
H A Dfuse_misc.h38 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
39 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
40 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
41 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
42 #define ST_CTIM_NSEC_SET(stbuf, val) (stbuf)->st_ctim.tv_nsec = (val) argument
43 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
47 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
48 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
49 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument
[all …]
/dports/sysutils/fusefs-libs/fuse-2.9.9/lib/
H A Dfuse_misc.h39 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atim.tv_nsec) argument
40 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctim.tv_nsec) argument
41 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtim.tv_nsec) argument
42 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atim.tv_nsec = (val) argument
43 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
46 #define ST_ATIM_NSEC(stbuf) ((stbuf)->st_atimespec.tv_nsec) argument
47 #define ST_CTIM_NSEC(stbuf) ((stbuf)->st_ctimespec.tv_nsec) argument
48 #define ST_MTIM_NSEC(stbuf) ((stbuf)->st_mtimespec.tv_nsec) argument
49 #define ST_ATIM_NSEC_SET(stbuf, val) (stbuf)->st_atimespec.tv_nsec = (val) argument
50 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimespec.tv_nsec = (val) argument
[all …]
/dports/mail/procmail/procmail-3.22/src/
H A Dfoldinfo.c80 { if(!(paranoid?lstat(dir,&stbuf):stat(dir,&stbuf))) /* does it exist? */
122 { if(paranoid?lstat(buf,&stbuf):stat(buf,&stbuf))
163 *paranoid=stbuf;
186 if(!stat(buf,&stbuf))
244 !(stbuf.st_mode&S_IXUSR):stbuf.st_nlink!=1)) /* no */
260 if(lstat(buf,&stbuf))
264 !S_ISDIR(stbuf.st_mode)&&stbuf.st_mode&S_ISGID))
270 stbuf.st_mode&cumask&
297 if(!S_ISDIR(stbuf.st_mode))
301 if(!isgrpwrite&&!lstat(defdeflock,&stbuf)&&stbuf.st_uid!=uid&&
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/9p/
H A Dprotocol.c200 &stbuf->size, &stbuf->type, in p9pdu_vreadf()
201 &stbuf->dev, &stbuf->qid, in p9pdu_vreadf()
202 &stbuf->mode, &stbuf->atime, in p9pdu_vreadf()
204 &stbuf->name, &stbuf->uid, in p9pdu_vreadf()
205 &stbuf->gid, &stbuf->muid, in p9pdu_vreadf()
207 &stbuf->n_uid, &stbuf->n_gid, in p9pdu_vreadf()
424 stbuf->size, stbuf->type, in p9pdu_vwritef()
425 stbuf->dev, &stbuf->qid, in p9pdu_vwritef()
426 stbuf->mode, stbuf->atime, in p9pdu_vwritef()
428 stbuf->name, stbuf->uid, in p9pdu_vwritef()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/9p/
H A Dprotocol.c200 &stbuf->size, &stbuf->type, in p9pdu_vreadf()
201 &stbuf->dev, &stbuf->qid, in p9pdu_vreadf()
202 &stbuf->mode, &stbuf->atime, in p9pdu_vreadf()
204 &stbuf->name, &stbuf->uid, in p9pdu_vreadf()
205 &stbuf->gid, &stbuf->muid, in p9pdu_vreadf()
207 &stbuf->n_uid, &stbuf->n_gid, in p9pdu_vreadf()
424 stbuf->size, stbuf->type, in p9pdu_vwritef()
425 stbuf->dev, &stbuf->qid, in p9pdu_vwritef()
426 stbuf->mode, stbuf->atime, in p9pdu_vwritef()
428 stbuf->name, stbuf->uid, in p9pdu_vwritef()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/9p/
H A Dprotocol.c200 &stbuf->size, &stbuf->type, in p9pdu_vreadf()
201 &stbuf->dev, &stbuf->qid, in p9pdu_vreadf()
202 &stbuf->mode, &stbuf->atime, in p9pdu_vreadf()
204 &stbuf->name, &stbuf->uid, in p9pdu_vreadf()
205 &stbuf->gid, &stbuf->muid, in p9pdu_vreadf()
207 &stbuf->n_uid, &stbuf->n_gid, in p9pdu_vreadf()
424 stbuf->size, stbuf->type, in p9pdu_vwritef()
425 stbuf->dev, &stbuf->qid, in p9pdu_vwritef()
426 stbuf->mode, stbuf->atime, in p9pdu_vwritef()
428 stbuf->name, stbuf->uid, in p9pdu_vwritef()
[all …]
/dports/x11/runner/runner-1.1/src/worker/
H A Dnwc_fsentry.cc45 worker_struct_stat stbuf; in FSEntry() local
48 _statbuf.size = stbuf.st_size; in FSEntry()
50 _statbuf.lastmod = stbuf.st_mtime; in FSEntry()
52 _statbuf.mode = stbuf.st_mode; in FSEntry()
53 _statbuf.userid = stbuf.st_uid; in FSEntry()
54 _statbuf.groupid = stbuf.st_gid; in FSEntry()
55 _statbuf.inode = stbuf.st_ino; in FSEntry()
56 _statbuf.nlink = stbuf.st_nlink; in FSEntry()
58 _statbuf.rdev = stbuf.st_rdev; in FSEntry()
59 _statbuf.dev = stbuf.st_dev; in FSEntry()
[all …]
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dnwc_fsentry.cc45 worker_struct_stat stbuf; in FSEntry() local
48 _statbuf.size = stbuf.st_size; in FSEntry()
50 _statbuf.lastmod = stbuf.st_mtime; in FSEntry()
52 _statbuf.mode = stbuf.st_mode; in FSEntry()
53 _statbuf.userid = stbuf.st_uid; in FSEntry()
54 _statbuf.groupid = stbuf.st_gid; in FSEntry()
55 _statbuf.inode = stbuf.st_ino; in FSEntry()
56 _statbuf.nlink = stbuf.st_nlink; in FSEntry()
58 _statbuf.rdev = stbuf.st_rdev; in FSEntry()
59 _statbuf.dev = stbuf.st_dev; in FSEntry()
[all …]
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/mount/
H A Dspecial_setattr.cc33 (unsigned int)(stbuf->st_mode & 07777), in printSetattrOplog()
34 (long int)stbuf->st_uid, in printSetattrOplog()
35 (long int)stbuf->st_gid, in printSetattrOplog()
36 (unsigned long int)(stbuf->st_atime), in printSetattrOplog()
37 (unsigned long int)(stbuf->st_mtime), in printSetattrOplog()
38 (uint64_t)(stbuf->st_size), in printSetattrOplog()
51 (long int)stbuf->st_uid, in setattr()
52 (long int)stbuf->st_gid, in setattr()
53 (unsigned long int)(stbuf->st_atime), in setattr()
54 (unsigned long int)(stbuf->st_mtime), in setattr()
[all …]
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/fuse/
H A Dgetattr.c27 stbuf->st_mode = S_IFDIR | 0755; in getattr_root()
28 stbuf->st_nlink = 2; in getattr_root()
29 stbuf->st_size = 4096; in getattr_root()
44 stbuf->st_mode = S_IFDIR | 0755; in getattr_user()
45 stbuf->st_nlink = 2; in getattr_user()
46 stbuf->st_size = 4096; in getattr_user()
53 struct stat *stbuf) in getattr_repo() argument
115 stbuf->st_mode = mode | 0755; in getattr_repo()
116 stbuf->st_nlink = 2; in getattr_repo()
135 stbuf->st_mode = mode | 0644; in getattr_repo()
[all …]
/dports/sysutils/fusefs-smbnetfs/smbnetfs-0.6.1/src/
H A Dfunction.c376 return function_fstat(path, stbuf, fi); in function_stat()
397 memset(stbuf, 0, sizeof(struct stat)); in function_stat()
468 memset(stbuf, 0, sizeof(struct stat)); in function_fstat()
640 stbuf->f_bsize = 4096; in function_statfs()
641 stbuf->f_frsize = 4096; in function_statfs()
643 stbuf->f_blocks = free_space_blocks; in function_statfs()
644 stbuf->f_bfree = free_space_blocks; in function_statfs()
645 stbuf->f_bavail = free_space_blocks; in function_statfs()
646 stbuf->f_ffree = 32768; in function_statfs()
647 stbuf->f_favail = 32768; in function_statfs()
[all …]
/dports/sysutils/fusefs-libs3/fuse-3.10.5/example/
H A Dnull.c36 static int null_getattr(const char *path, struct stat *stbuf, in null_getattr() argument
44 stbuf->st_mode = S_IFREG | 0644; in null_getattr()
45 stbuf->st_nlink = 1; in null_getattr()
46 stbuf->st_uid = getuid(); in null_getattr()
47 stbuf->st_gid = getgid(); in null_getattr()
48 stbuf->st_size = (1ULL << 32); /* 4G */ in null_getattr()
49 stbuf->st_blocks = 0; in null_getattr()
50 stbuf->st_atime = stbuf->st_mtime = stbuf->st_ctime = time(NULL); in null_getattr()
119 struct stat stbuf; in main() local
130 if (stat(opts.mountpoint, &stbuf) == -1) { in main()
[all …]
/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dunix_capture.c94 lstat((full_path), (stbuf)) : \
95 stat((full_path), (stbuf))
424 struct stat stbuf; in unix_relativize_link_target() local
444 ret = stat(target, &stbuf); in unix_relativize_link_target()
453 if (stbuf.st_ino == ino && stbuf.st_dev == dev) { in unix_relativize_link_target()
522 struct stat stbuf; in unix_scan_symlink() local
524 S_ISDIR(stbuf.st_mode)) in unix_scan_symlink()
537 struct stat stbuf; in unix_build_dentry_tree_recursive() local
582 stbuf.st_ino, stbuf.st_dev, false, &tree); in unix_build_dentry_tree_recursive()
609 unix_data.uid = stbuf.st_uid; in unix_build_dentry_tree_recursive()
[all …]
/dports/sysutils/fusefs-httpdirfs/httpdirfs-1.2.3/src/
H A Dfuse_local.c37 memset(stbuf, 0, sizeof(struct stat)); in fs_getattr()
40 stbuf->st_mode = S_IFDIR | 0755; in fs_getattr()
41 stbuf->st_nlink = 1; in fs_getattr()
50 stbuf->st_mtimespec = spec; in fs_getattr()
52 stbuf->st_mtim = spec; in fs_getattr()
56 stbuf->st_mode = S_IFDIR | 0755; in fs_getattr()
57 stbuf->st_nlink = 1; in fs_getattr()
61 stbuf->st_nlink = 1; in fs_getattr()
63 stbuf->st_blksize = 128 * 1024; in fs_getattr()
70 stbuf->st_uid = getuid(); in fs_getattr()
[all …]
/dports/news/inn/inn-2.6.4/backends/
H A Dinnxmit.c189 if ((stbuf[i].st_id) && (stbuf[i].st_id[0]) in stindex()
266 if (stbuf[i].st_id) stbuf[i].st_id[0] = '\0'; in strel()
267 if (stbuf[i].st_fname) stbuf[i].st_fname[0] = '\0'; in strel()
429 if ((stbuf[i].st_fname) && (stbuf[i].st_fname[0] != '\0')) { in RequeueRestAndExit()
432 i, stbuf[i].st_fname, stbuf[i].st_id); in RequeueRestAndExit()
433 Requeue(stbuf[i].st_fname, stbuf[i].st_id); in RequeueRestAndExit()
759 Interrupted(stbuf[i].st_fname, stbuf[i].st_id); in check()
787 if (!REMsendarticle(stbuf[i].st_fname, stbuf[i].st_id, stbuf[i].art)) in takethis()
789 stbuf[i].st_size = stbuf[i].art->len; in takethis()
873 Requeue(stbuf[i].st_fname, stbuf[i].st_id); in strlisten()
[all …]
/dports/sysutils/shlock/inn-2.6.4/backends/
H A Dinnxmit.c189 if ((stbuf[i].st_id) && (stbuf[i].st_id[0]) in stindex()
266 if (stbuf[i].st_id) stbuf[i].st_id[0] = '\0'; in strel()
267 if (stbuf[i].st_fname) stbuf[i].st_fname[0] = '\0'; in strel()
429 if ((stbuf[i].st_fname) && (stbuf[i].st_fname[0] != '\0')) { in RequeueRestAndExit()
432 i, stbuf[i].st_fname, stbuf[i].st_id); in RequeueRestAndExit()
433 Requeue(stbuf[i].st_fname, stbuf[i].st_id); in RequeueRestAndExit()
759 Interrupted(stbuf[i].st_fname, stbuf[i].st_id); in check()
787 if (!REMsendarticle(stbuf[i].st_fname, stbuf[i].st_id, stbuf[i].art)) in takethis()
789 stbuf[i].st_size = stbuf[i].art->len; in takethis()
873 Requeue(stbuf[i].st_fname, stbuf[i].st_id); in strlisten()
[all …]

12345678910>>...54