Home
last modified time | relevance | path

Searched refs:d_stat (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/packages/utilib/bin/
H A Dcp_u40 $d_stat = stat($dest);
41 $dest_dir = S_ISDIR($d_stat->mode);
51 die "$dest: not a regular file\n" if not S_ISREG($d_stat->mode);
52 maybe_copy_file($source, $s_stat, $dest, $d_stat);
73 unless ($d_stat = stat($destf)) {
77 unless (S_ISREG($d_stat->mode)) {
82 maybe_copy_file($source, $s_stat, $destf, $d_stat);
95 my ($source, $s_stat, $dest, $d_stat) = @_;
96 if ($d_stat->mtime < $s_stat->mtime) {
/dports/audio/praat/praat-6.2.03/external/glpk/
H A Dglplpx02.c123 const int *d_stat, const double *obj_val, const int r_stat[], in lpx_put_solution() argument
140 if (d_stat != NULL) in lpx_put_solution()
141 { if (!(*d_stat == GLP_UNDEF || *d_stat == GLP_FEAS || in lpx_put_solution()
142 *d_stat == GLP_INFEAS || *d_stat == GLP_NOFEAS)) in lpx_put_solution()
144 "\n", *d_stat); in lpx_put_solution()
145 lp->dbs_stat = *d_stat; in lpx_put_solution()
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/nt/
H A Dntdir.c388 memset(&pEntry->d_stat, 0, sizeof(pEntry->d_stat)); in birdDirReadReentrant()
389 pEntry->d_stat.st_mode = S_IFMT; in birdDirReadReentrant()
418 birdStatFillFromFileIdFullDirInfo(&pEntry->d_stat, pInfo); in birdDirReadReentrant()
419 pEntry->d_stat.st_dev = pDir->uDev; in birdDirReadReentrant()
420 switch (pEntry->d_stat.st_mode & S_IFMT) in birdDirReadReentrant()
435 if (pEntry->d_stat.st_ismountpoint != 1) in birdDirReadReentrant()
547 memset(&pEntry->d_stat, 0, sizeof(pEntry->d_stat)); in birdDirReadReentrantW()
548 pEntry->d_stat.st_mode = S_IFMT; in birdDirReadReentrantW()
578 pEntry->d_stat.st_dev = pDir->uDev; in birdDirReadReentrantW()
579 switch (pEntry->d_stat.st_mode & S_IFMT) in birdDirReadReentrantW()
[all …]
H A Dntdir.h41 BirdStat_T d_stat; member
56 BirdStat_T d_stat; member
67 #define d_ino d_stat.st_ino;
/dports/multimedia/libv4l/linux-5.13-rc2/arch/alpha/kernel/
H A Derr_ev6.c43 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() argument
60 if (!(d_stat & EV6__D_STAT__ERRMASK) && in ev6_parse_mbox()
70 if (d_stat & EV6__D_STAT__TPERR_P0) in ev6_parse_mbox()
73 if (d_stat & EV6__D_STAT__TPERR_P1) in ev6_parse_mbox()
76 if (d_stat & EV6__D_STAT__ECC_ERR_ST) in ev6_parse_mbox()
79 if (d_stat & EV6__D_STAT__ECC_ERR_LD) in ev6_parse_mbox()
83 if (d_stat & EV6__D_STAT__SEO) in ev6_parse_mbox()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/alpha/kernel/
H A Derr_ev6.c43 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() argument
60 if (!(d_stat & EV6__D_STAT__ERRMASK) && in ev6_parse_mbox()
70 if (d_stat & EV6__D_STAT__TPERR_P0) in ev6_parse_mbox()
73 if (d_stat & EV6__D_STAT__TPERR_P1) in ev6_parse_mbox()
76 if (d_stat & EV6__D_STAT__ECC_ERR_ST) in ev6_parse_mbox()
79 if (d_stat & EV6__D_STAT__ECC_ERR_LD) in ev6_parse_mbox()
83 if (d_stat & EV6__D_STAT__SEO) in ev6_parse_mbox()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/alpha/kernel/
H A Derr_ev6.c43 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() argument
60 if (!(d_stat & EV6__D_STAT__ERRMASK) && in ev6_parse_mbox()
70 if (d_stat & EV6__D_STAT__TPERR_P0) in ev6_parse_mbox()
73 if (d_stat & EV6__D_STAT__TPERR_P1) in ev6_parse_mbox()
76 if (d_stat & EV6__D_STAT__ECC_ERR_ST) in ev6_parse_mbox()
79 if (d_stat & EV6__D_STAT__ECC_ERR_LD) in ev6_parse_mbox()
83 if (d_stat & EV6__D_STAT__SEO) in ev6_parse_mbox()
/dports/math/cvc4/CVC4-1.7/src/util/
H A Dstatistics_registry.h392 const ReadOnlyDataStat<T>& d_stat; variable
407 d_stat(stat) { in WrappedStat()
411 T getData() const override { return d_stat.getData(); } in getData()
414 const T& getDataRef() const override { return d_stat.getDataRef(); } in getDataRef()
421 d_stat.safeFlushInformation(fd); in safeFlushInformation()
424 SExpr getValue() const override { return d_stat.getValue(); } in getValue()
796 Stat* d_stat; variable
H A Dstatistics_registry.cpp243 d_stat(stat) { in RegisterStatistic()
247 d_reg->registerStat(d_stat); in RegisterStatistic()
251 d_reg->unregisterStat(d_stat); in ~RegisterStatistic()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/io/
H A Dqfilesystemengine.cpp318 if (S_ISLNK(extra_stat->d_stat.st_mode)) in fillFromDirEnt()
327 if (S_ISLNK(extra_stat->d_stat.st_mode) && extra->d_type == _DTYPE_LSTAT) in fillFromDirEnt()
334 fillStat64fromStat32(&statBuf, extra_stat->d_stat); in fillFromDirEnt()
337 fillFromStatBuf(extra_stat->d_stat); in fillFromDirEnt()
340 if (!S_ISLNK(extra_stat->d_stat.st_mode)) { in fillFromDirEnt()
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dcut_log.cpp282 , d_stat(Open) in NodeLog()
296 , d_stat(Open) in NodeLog()
310 , d_stat(Open) in NodeLog()
555 Assert(d_stat == Open); in closeNode()
556 d_stat = Closed; in closeNode()
560 Assert(d_stat == Open); in setBranch()
565 d_stat = Branched; in setBranch()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/arg_parse/
H A Darg_parse_version_check.h271 struct stat d_stat; in _checkWritability() local
272 if (stat(path.c_str(), &d_stat) < 0) in _checkWritability()
279 if (stat(path.c_str(), &d_stat) < 0) // repeat stat in _checkWritability()
283 if (!(d_stat.st_mode & S_IWUSR)) in _checkWritability()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/arg_parse/
H A Darg_parse_version_check.h271 struct stat d_stat; in _checkWritability() local
272 if (stat(path.c_str(), &d_stat) < 0) in _checkWritability()
279 if (stat(path.c_str(), &d_stat) < 0) // repeat stat in _checkWritability()
283 if (!(d_stat.st_mode & S_IWUSR)) in _checkWritability()
/dports/games/libretro-fmsx/fmsx-libretro-c2c26b1/libretro-common/file/
H A Dretro_dirent.c115 return (entry->d_stat.st_attr & FIO_SO_IFDIR) == FIO_SO_IFDIR; in retro_dirent_is_dir()
117 return SCE_S_ISDIR(entry->d_stat.st_mode); in retro_dirent_is_dir()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/file/
H A Dretro_dirent.c115 return (entry->d_stat.st_attr & FIO_SO_IFDIR) == FIO_SO_IFDIR; in retro_dirent_is_dir()
117 return SCE_S_ISDIR(entry->d_stat.st_mode); in retro_dirent_is_dir()
/dports/math/igraph/igraph-0.9.5/vendor/glpk/simplex/
H A Dspxprim.c122 int p_stat, d_stat; member
1168 csa->p_stat = csa->d_stat = GLP_UNDEF;
1178 csa->p_stat = csa->d_stat = GLP_UNDEF;
1287 csa->d_stat = GLP_UNDEF; /* will be set below */
1308 csa->d_stat = GLP_UNDEF; /* will be set below */
1357 csa->d_stat = GLP_UNDEF; /* will be set below */
1364 csa->p_stat = csa->d_stat = GLP_FEAS;
1411 csa->p_stat = csa->d_stat = GLP_UNDEF;
1419 csa->d_stat = GLP_NOFEAS;
1499 csa->p_stat = csa->d_stat = GLP_UNDEF;
[all …]
H A Dspydual.c134 int p_stat, d_stat; member
1279 csa->p_stat = csa->d_stat = GLP_UNDEF;
1289 csa->p_stat = csa->d_stat = GLP_UNDEF;
1348 csa->p_stat = csa->d_stat = GLP_UNDEF;
1437 csa->d_stat = GLP_FEAS;
1578 csa->d_stat = GLP_NOFEAS;
1585 csa->p_stat = csa->d_stat = GLP_FEAS;
1633 csa->p_stat = csa->d_stat = GLP_UNDEF;
1641 csa->d_stat = GLP_FEAS;
1668 csa->p_stat = csa->d_stat = GLP_UNDEF;
[all …]
/dports/math/glpk/glpk-5.0/src/simplex/
H A Dspxprim.c122 int p_stat, d_stat; member
1168 csa->p_stat = csa->d_stat = GLP_UNDEF;
1178 csa->p_stat = csa->d_stat = GLP_UNDEF;
1287 csa->d_stat = GLP_UNDEF; /* will be set below */
1308 csa->d_stat = GLP_UNDEF; /* will be set below */
1357 csa->d_stat = GLP_UNDEF; /* will be set below */
1364 csa->p_stat = csa->d_stat = GLP_FEAS;
1411 csa->p_stat = csa->d_stat = GLP_UNDEF;
1419 csa->d_stat = GLP_NOFEAS;
1499 csa->p_stat = csa->d_stat = GLP_UNDEF;
[all …]
H A Dspydual.c134 int p_stat, d_stat; member
1279 csa->p_stat = csa->d_stat = GLP_UNDEF;
1289 csa->p_stat = csa->d_stat = GLP_UNDEF;
1348 csa->p_stat = csa->d_stat = GLP_UNDEF;
1437 csa->d_stat = GLP_FEAS;
1578 csa->d_stat = GLP_NOFEAS;
1585 csa->p_stat = csa->d_stat = GLP_FEAS;
1633 csa->p_stat = csa->d_stat = GLP_UNDEF;
1641 csa->d_stat = GLP_FEAS;
1668 csa->p_stat = csa->d_stat = GLP_UNDEF;
[all …]
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/libretro-common/file/
H A Dretro_dirent.c120 return (entry->d_stat.st_attr & FIO_SO_IFDIR) == FIO_SO_IFDIR; in retro_dirent_is_dir()
122 return SCE_S_ISDIR(entry->d_stat.st_mode); in retro_dirent_is_dir()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/libretro-common/file/
H A Dretro_dirent.c162 return (entry->d_stat.st_attr & FIO_SO_IFDIR) == FIO_SO_IFDIR; in retro_dirent_is_dir()
164 return PSP2_S_ISDIR(entry->d_stat.st_mode); in retro_dirent_is_dir()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/libretro/libretro-common/file/
H A Dretro_dirent.c179 return (entry->d_stat.st_attr & FIO_SO_IFDIR) == FIO_SO_IFDIR; in retro_dirent_is_dir()
181 return SCE_S_ISDIR(entry->d_stat.st_mode); in retro_dirent_is_dir()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/
H A Dposix.h27 #define d_type d_stat.st_attr
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/fs/psp2/
H A Dpsp2-dirent.h40 SceIoStat d_stat; member
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dfiles.py448 d_stat = os.stat(path)
453 if (d_stat.st_uid != uid or d_stat.st_gid != gid) and [
459 mode_part = stat.S_IMODE(d_stat.st_mode)
461 os.chmod(path, (d_stat.st_mode ^ mode_part) | mode)

12345678910>>...13