Home
last modified time | relevance | path

Searched refs:S_ISREG (Results 1 – 25 of 6488) sorted by relevance

12345678910>>...260

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/at/
H A Dat.h53 #define AT_EXEC_OK(d,x) (S_ISREG((x)->st_mode)&&((x)->st_mode&(S_IXUSR|S_IXGRP|S_IWOTH|S_IXOTH))==(…
55 #define AT_JOB_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
56 #define AT_OLD_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&(S_IPERM&~…
57 #define AT_RUN_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
61 #define AT_EXEC_OK(d,x) (S_ISREG((x)->st_mode))
63 #define AT_JOB_OK(d,j) (S_ISREG((j)->st_mode)&&(d)->st_uid==(j)->st_uid)
75 #define AT_EXEC_OK(d,x) (S_ISREG((x)->st_mode)&&((x)->st_mode&(S_IXUSR|S_IWGRP|S_IXGRP|S_IWOTH|S_IX…
77 #define AT_JOB_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
78 #define AT_OLD_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&(S_IPERM&~…
79 #define AT_RUN_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
/dports/shells/ksh93/ast-93u/src/cmd/at/
H A Dat.h53 #define AT_EXEC_OK(d,x) (S_ISREG((x)->st_mode)&&((x)->st_mode&(S_IXUSR|S_IXGRP|S_IWOTH|S_IXOTH))==(…
55 #define AT_JOB_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
56 #define AT_OLD_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&(S_IPERM&~…
57 #define AT_RUN_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
61 #define AT_EXEC_OK(d,x) (S_ISREG((x)->st_mode))
63 #define AT_JOB_OK(d,j) (S_ISREG((j)->st_mode)&&(d)->st_uid==(j)->st_uid)
75 #define AT_EXEC_OK(d,x) (S_ISREG((x)->st_mode)&&((x)->st_mode&(S_IXUSR|S_IWGRP|S_IXGRP|S_IWOTH|S_IX…
77 #define AT_JOB_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
78 #define AT_OLD_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&(S_IPERM&~…
79 #define AT_RUN_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/at/
H A Dat.h53 #define AT_EXEC_OK(d,x) (S_ISREG((x)->st_mode)&&((x)->st_mode&(S_IXUSR|S_IXGRP|S_IWOTH|S_IXOTH))==(…
55 #define AT_JOB_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
56 #define AT_OLD_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&(S_IPERM&~…
57 #define AT_RUN_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
61 #define AT_EXEC_OK(d,x) (S_ISREG((x)->st_mode))
63 #define AT_JOB_OK(d,j) (S_ISREG((j)->st_mode)&&(d)->st_uid==(j)->st_uid)
75 #define AT_EXEC_OK(d,x) (S_ISREG((x)->st_mode)&&((x)->st_mode&(S_IXUSR|S_IWGRP|S_IXGRP|S_IWOTH|S_IX…
77 #define AT_JOB_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
78 #define AT_OLD_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&(S_IPERM&~…
79 #define AT_RUN_OK(d,j) ((d)->st_uid==(j)->st_uid&&S_ISREG((j)->st_mode)&&(((j)->st_mode)&S_IPERM)==…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/nasmlib/
H A Dfile.h172 #ifdef S_ISREG
176 # define S_ISREG S_ISREG macro
178 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
180 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
192 #ifndef S_ISREG
226 #ifndef S_ISREG
227 static inline bool S_ISREG(int m) in S_ISREG() function
/dports/devel/nasm/nasm-2.15.05/nasmlib/
H A Dfile.h172 #ifdef S_ISREG
176 # define S_ISREG S_ISREG macro
178 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
180 # define S_ISREG(m) (((m) & _S_IFMT) == _S_IFREG) macro
192 #ifndef S_ISREG
226 #ifndef S_ISREG
227 static inline bool S_ISREG(int m) in S_ISREG() function
/dports/devel/libinotify/libinotify-20180201/
H A Dwatch.c55 if (!(S_ISREG (wf) || S_ISDIR (wf) || S_ISLNK (wf))) { in inotify_to_kqueue()
68 if (flags & IN_CLOSE_WRITE && S_ISREG (wf)) in inotify_to_kqueue()
72 if (flags & IN_ACCESS && (S_ISREG (wf) || S_ISDIR (wf))) in inotify_to_kqueue()
77 if (flags & IN_MODIFY && S_ISREG (wf)) in inotify_to_kqueue()
87 if (flags & IN_ATTRIB && S_ISREG (wf)) in inotify_to_kqueue()
121 if (flags & NOTE_READ && (S_ISREG (wf) || S_ISDIR (wf))) in kqueue_to_inotify()
127 S_ISREG (wf) && !(wf & WF_ISSUBWATCH))) in kqueue_to_inotify()
130 if (flags & NOTE_WRITE && S_ISREG (wf)) in kqueue_to_inotify()
135 (wf & WF_DELETED || !S_ISREG (wf))) in kqueue_to_inotify()
/dports/databases/xapian-core/xapian-core-1.4.18/common/
H A Dsafesysstat.h34 #ifndef S_ISREG
35 # define S_ISREG(ST_MODE) (((ST_MODE) & _S_IFMT) == _S_IFREG) macro
59 #ifndef S_ISREG
60 # define S_ISREG(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFREG) macro
/dports/www/xapian-omega/xapian-omega-1.4.18/common/
H A Dsafesysstat.h34 #ifndef S_ISREG
35 # define S_ISREG(ST_MODE) (((ST_MODE) & _S_IFMT) == _S_IFREG) macro
59 #ifndef S_ISREG
60 # define S_ISREG(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFREG) macro
/dports/deskutils/recoll/recoll-1.31.2/xaposix/
H A Dsafesysstat.h60 #ifndef S_ISREG
61 # define S_ISREG(ST_MODE) (((ST_MODE) & _S_IFMT) == _S_IFREG) macro
85 #ifndef S_ISREG
86 # define S_ISREG(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFREG) macro
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dsafesysstat.h60 #ifndef S_ISREG
61 # define S_ISREG(ST_MODE) (((ST_MODE) & _S_IFMT) == _S_IFREG) macro
85 #ifndef S_ISREG
86 # define S_ISREG(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFREG) macro
/dports/www/xapian-omega12/xapian-omega-1.2.25/common/
H A Dsafesysstat.h60 #ifndef S_ISREG
61 # define S_ISREG(ST_MODE) (((ST_MODE) & _S_IFMT) == _S_IFREG) macro
85 #ifndef S_ISREG
86 # define S_ISREG(ST_MODE) (((ST_MODE) & S_IFMT) == S_IFREG) macro
/dports/japanese/ebnetd/ebnetd-1.0/lib/
H A Dlogpid.c66 #ifdef S_ISREG
67 #undef S_ISREG
74 #ifndef S_ISREG
75 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
114 if (stat(file_name, &status) == 0 && S_ISREG(status.st_mode)) {
200 if (stat(file_name, &status) == 0 || S_ISREG(status.st_mode))
H A Dmakedir.c70 #ifdef S_ISREG
71 #undef S_ISREG
78 #ifndef S_ISREG
79 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/dports/archivers/gcpio/cpio-2.13/src/
H A Dfiletypes.h22 #ifndef S_ISREG /* Doesn't have POSIX.1 stat stuff. */
36 #if !defined(S_ISREG) && defined(S_IFREG)
37 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
66 #if defined(S_ISREG)
/dports/audio/afsp/AFsp-v8r2/libtsp/FL/nucleus/
H A DFLexist.c31 #ifndef S_ISREG /* Defined by POSIX */
32 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
44 if (status == 0 && S_ISREG (Fstat.st_mode)) in FLexist()
H A DFLseekable.c32 #ifndef S_ISREG /* Defined by POSIX */
33 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
45 if (status == 0 && S_ISREG (Fstat.st_mode)) in FLseekable()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dis_file.cpp12 # ifndef S_ISREG
13 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
25 return S_ISREG(status.st_mode); in is_file()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dis_file.cpp12 # ifndef S_ISREG
13 # define S_ISREG(mode) (((mode) & S_IFMT) == S_IFREG) macro
25 return S_ISREG(status.st_mode); in is_file()
/dports/news/newsx/newsx-1.6/src/
H A Dstat.h23 #ifndef S_ISREG
25 # define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
28 # define S_ISREG(m) (((m) & 0170000) == S_0100000) macro
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/bin/
H A Dcp_u49 die "$source: not a regular file\n" if not S_ISREG($s_stat->mode);
51 die "$dest: not a regular file\n" if not S_ISREG($d_stat->mode);
67 unless (S_ISREG($s_stat->mode)) {
77 unless (S_ISREG($d_stat->mode)) {
/dports/devel/asl/asl-current/
H A Dstdhandl.c33 #ifndef S_ISREG
35 #define S_ISREG(m) ((m) & S_IFREG) macro
37 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
119 if (S_ISREG(stdout_stat.st_mode)) in stdhandl_init()
/dports/devel/libgit2/libgit2-1.3.0/tests/core/
H A Dlink.c207 cl_assert(S_ISREG(st.st_mode)); in test_core_link__stat_regular_file()
218 cl_assert(S_ISREG(st.st_mode)); in test_core_link__lstat_regular_file()
233 cl_assert(S_ISREG(st.st_mode)); in test_core_link__stat_symlink()
237 cl_assert(S_ISREG(st.st_mode)); in test_core_link__stat_symlink()
271 cl_assert(S_ISREG(st.st_mode)); in test_core_link__stat_symlink_chain()
318 cl_assert(S_ISREG(st.st_mode)); in test_core_link__lstat_symlink()
479 cl_assert(S_ISREG(st.st_mode)); in test_core_link__stat_hardlink()
483 cl_assert(S_ISREG(st.st_mode)); in test_core_link__stat_hardlink()
498 cl_assert(S_ISREG(st.st_mode)); in test_core_link__lstat_hardlink()
502 cl_assert(S_ISREG(st.st_mode)); in test_core_link__lstat_hardlink()
[all …]
/dports/devel/idutils/idutils-4.6/gnulib-tests/
H A Dtest-sys_stat.c47 S_ISREG (S_IFREG),
124 verify (!S_ISREG (S_IFBLK));
126 verify (!S_ISREG (S_IFCHR));
127 verify (!S_ISREG (S_IFDIR));
128 verify (!S_ISREG (S_IFIFO));
129 verify (S_ISREG (S_IFREG));
131 verify (!S_ISREG (S_IFLNK));
134 verify (!S_ISREG (S_IFSOCK));
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/
H A Dtest-sys_stat.c47 S_ISREG (S_IFREG),
125 verify (!S_ISREG (S_IFBLK));
127 verify (!S_ISREG (S_IFCHR));
128 verify (!S_ISREG (S_IFDIR));
129 verify (!S_ISREG (S_IFIFO));
130 verify (S_ISREG (S_IFREG));
132 verify (!S_ISREG (S_IFLNK));
135 verify (!S_ISREG (S_IFSOCK));
/dports/security/libgsasl/gsasl-1.10.0/lib/gltests/
H A Dtest-sys_stat.c47 S_ISREG (S_IFREG),
125 verify (!S_ISREG (S_IFBLK));
127 verify (!S_ISREG (S_IFCHR));
128 verify (!S_ISREG (S_IFDIR));
129 verify (!S_ISREG (S_IFIFO));
130 verify (S_ISREG (S_IFREG));
132 verify (!S_ISREG (S_IFLNK));
135 verify (!S_ISREG (S_IFSOCK));

12345678910>>...260