Home
last modified time | relevance | path

Searched refs:oldstat (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/sysutils/xsysstats/xsysstats1.51/
H A Dporting.c181 int i,newstat,oldstat; in set_values() local
227 our_stats[oldstat].cp_time[k]; in set_values()
237 our_stats[oldstat].cp_time[k]; in set_values()
247 our_stats[oldstat].cp_time[k]; in set_values()
264 our_stats[oldstat].if_opackets in set_values()
270 our_stats[oldstat].v_pgpgin - in set_values()
271 our_stats[oldstat].v_pgpgout; in set_values()
275 - our_stats[oldstat].v_pgpgin; in set_values()
314 -our_stats[oldstat].dk_xfer[0] in set_values()
315 -our_stats[oldstat].dk_xfer[1] in set_values()
[all …]
/dports/sysutils/screen/screen-4.8.0/etc/
H A Dcountmail41 @oldstat = stat($mbox);
42 if (!@oldstat) {
63 last if $newstat[7] != $oldstat[7] || $newstat[9] != $oldstat[9];
66 @oldstat = @newstat;
/dports/security/cvm/cvm-0.97/
H A Dqmail-domains.c56 static int load_dict(const char* path, struct stat* oldstat, in load_dict() argument
61 switch (stat_changed(path, oldstat, &s)) { in load_dict()
65 oldstat->st_mtime = 0; in load_dict()
66 oldstat->st_ino = 0; in load_dict()
67 oldstat->st_size = 0; in load_dict()
74 *oldstat = s; in load_dict()
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-filecache.py223 oldstat = os.stat(filename)
224 if oldstat[stat.ST_CTIME] != oldstat[stat.ST_MTIME]:
243 if oldstat[stat.ST_CTIME] != newstat[stat.ST_CTIME]:
249 expected = (oldstat[stat.ST_MTIME] + repetition * 2) & 0x7FFFFFFF
256 oldstat[stat.ST_MTIME],
H A Dtest-atomictempfile.py75 oldstat = os.stat(self._filename)
76 if oldstat[stat.ST_CTIME] != oldstat[stat.ST_MTIME]:
87 if oldstat[stat.ST_CTIME] != newstat[stat.ST_CTIME]:
93 oldtime = (oldstat[stat.ST_MTIME] + repetition) & 0x7FFFFFFF
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dinput.c825 struct asm_tok *PushInputStatus( struct input_status *oldstat ) in PushInputStatus() argument
828 oldstat->token_stringbuf = token_stringbuf; in PushInputStatus()
829 oldstat->token_count = Token_Count; in PushInputStatus()
830 oldstat->currsource = CurrSource; in PushInputStatus()
834 oldstat->CurrComment = CurrSource + i; in PushInputStatus()
835 strcpy( oldstat->CurrComment, ModuleInfo.CurrComment ); in PushInputStatus()
837 oldstat->CurrComment = NULL; in PushInputStatus()
838 oldstat->line_flags = ModuleInfo.line_flags; /* v2.08 */ in PushInputStatus()
840 oldstat->tokenarray = ModuleInfo.tokenarray; in PushInputStatus()
841 oldstat->stringbufferend = StringBufferEnd; in PushInputStatus()
[all …]
H A Dlqueue.c169 struct input_status oldstat; in RunLineQueue() local
176 tokenarray = PushInputStatus( &oldstat ); in RunLineQueue()
202 PopInputStatus( &oldstat ); in RunLineQueue()
/dports/astro/siril/siril/src/algos/
H A Dstatistics.c420 imstats *oldstat = NULL, *stat; in statistics() local
427 oldstat = fit->stats[layer]; in statistics()
428 atomic_int_incref(oldstat->_nb_refs); in statistics()
433 if (oldstat) { in statistics()
434 stats_set_default_values(oldstat); in statistics()
435 atomic_int_decref(oldstat->_nb_refs); in statistics()
439 if (!oldstat) in statistics()
446 if (oldstat) // can be NULL here in statistics()
454 if (oldstat) { in statistics()
455 stats_set_default_values(oldstat); in statistics()
[all …]
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dlaunch.c243 dirstat_t *dirstat, oldstat; in do_expire() local
298 oldstat = *dirstat; in do_expire()
303 if ( (oldstat.numfiles - dirstat->numfiles) > 0 ) { in do_expire()
305 LogInfo(" expired files: %llu", (unsigned long long)(oldstat.numfiles - dirstat->numfiles)); in do_expire()
306 LogInfo(" expired time slot: %s", ScaleTime(dirstat->first - oldstat.first)); in do_expire()
307 LogInfo(" expired file size: %s", ScaleValue(oldstat.filesize - dirstat->filesize)); in do_expire()
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dmaildir-scan.cc131 struct stat oldstat; in scan() local
132 if (stat(newpath.c_str(), &oldstat) != 0) { in scan()
138 old_new_st_mtime = oldstat.st_mtime; in scan()
139 old_new_st_ctime = oldstat.st_ctime; in scan()
141 if (stat(curpath.c_str(), &oldstat) != 0) { in scan()
147 old_cur_st_mtime = oldstat.st_mtime; in scan()
148 old_cur_st_ctime = oldstat.st_ctime; in scan()
/dports/x11/xdtm/xdtm/
H A Ddoubleclick.c158 Filestatus oldstat; member
1627 strcpy(current->oldstat.owner, current->edit_owner);
1628 strcpy(current->oldstat.group, current->edit_group);
2154 (strcmp(current->laststat.group, current->oldstat.group))
2868 !strcmp(current->edit_group, current->oldstat.group) &&
2869 !strcmp(current->edit_owner, current->oldstat.owner)
2908 strcpy(current->edit_group, current->oldstat.group);
2913 strcpy(current->edit_group, current->oldstat.group);
2944 if (!(pass=(getpwnam(current->oldstat.owner)))) {
2954 strcpy(current->edit_owner, current->oldstat.owner);
[all …]
/dports/math/gap/gap-4.11.0/lib/
H A Dgasman.gi69 local oldstat,newstat,i;
70 oldstat := GASMAN_MESSAGE_STATUS();
76 for i in [1..(newstat + 3 - oldstat) mod 3] do
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/src/lib/default/diffbackend/
H A Ddiffstate.php268 $oldstat = $state;
273 if(!isset($oldstat)) {
278 if($stat["mod"] != $oldstat["mod"]) {
/dports/devel/py-RPyC/rpyc-5.0.1/demos/boilerplate/
H A Drpyc_client.py13 def on_event(self, oldstat, newstat): argument
15 print(" old stat: %s" % (oldstat,))
/dports/devel/py-RPyC/rpyc-5.0.1/demos/filemon/
H A Dclient.py15 def on_file_changed(oldstat, newstat): argument
17 print(" old stat: %s" % (oldstat,))
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dvfs.py31 def _avoidambig(path, oldstat): argument
41 return not newstat.isambig(oldstat) or newstat.avoidambig(path, oldstat)
238 oldstat = checkambig and util.filestat.frompath(dstpath)
239 if oldstat and oldstat.stat:
241 _avoidambig(dstpath, oldstat)
764 oldstat = self._oldstat
765 if oldstat.stat:
766 _avoidambig(self._origfh.name, oldstat)
/dports/devel/py-pytest-xdist/pytest-xdist-1.32.0/src/xdist/
H A Dlooponfail.py248 oldstat = statcache.pop(path, None)
252 if oldstat:
255 if oldstat:
257 oldstat.mtime != curstat.mtime
258 or oldstat.size != curstat.size
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/vendor/z-push/lib/default/diffbackend/
H A Ddiffstate.php282 $oldstat = $state;
287 if(!isset($oldstat)) {
292 if($stat["mod"] != $oldstat["mod"]) {
/dports/www/links1/links-1.04/
H A Dsched.c679 void change_connection(struct status *oldstat, struct status *newstat, int newpri) in change_connection() argument
683 if (!oldstat) { in change_connection()
687 oldpri = oldstat->pri; in change_connection()
688 if (oldstat->state < 0) { in change_connection()
690 newstat->ce = oldstat->ce; in change_connection()
691 newstat->state = oldstat->state; in change_connection()
692 newstat->prev_error = oldstat->prev_error; in change_connection()
700 c = oldstat->c; in change_connection()
706 del_from_list(oldstat); in change_connection()
707 oldstat->state = S_INTERRUPTED; in change_connection()
/dports/cad/jspice3/jspice3-2.5/src/lib/mfb/
H A Dmfbio.c683 if(fstat(1,&MFBCurrent->oldstat.kybrdstat) < 0) in MFBInitTTY()
692 if(iogetl(1, &MFBCurrent->oldstat.kybrdttyw) < 0) in MFBInitTTY()
711 if(stat(MFBCurrent->name,&MFBCurrent->oldstat.graphstat) < 0) in MFBInitTTY()
721 if(iogetl(MFBCurrent->fileDesc, &MFBCurrent->oldstat.graphttyw) < 0) in MFBInitTTY()
827 if(iosetl(MFBCurrent->fileDesc, &MFBCurrent->oldstat.graphttyw) < 0) in MFBClose()
839 if (iosetl(1, &MFBCurrent->oldstat.kybrdttyw) < 0) in MFBClose()
911 if(iosetl(MFBCurrent->fileDesc, &MFBCurrent->oldstat.graphttyw) < 0) in MFBHalt()
923 if(iosetl(1, &MFBCurrent->oldstat.kybrdttyw) < 0) in MFBHalt()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dindex.py447 oldstat = os.lstat(target_path)
450 oldstat = None
456 if oldstat:
466 if oldstat is not None and oldstat.st_size == len(contents):
469 return oldstat
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dhooks.c515 enum imstatus oldstat; in hk_statuschange() local
524 oldstat = roster_getstatus(bjid, resname); in hk_statuschange()
550 imstatus2char[oldstat], imstatus2char[status], bn, logsmsg); in hk_statuschange()
556 (st_in_buf == 1 && (status == offline || oldstat == offline))) { in hk_statuschange()
560 imstatus2char[oldstat], imstatus2char[status], rn, in hk_statuschange()
586 os[0] = imstatus2char[oldstat]; in hk_statuschange()
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dindex.py469 oldstat = os.lstat(target_path)
472 oldstat = None
478 if oldstat:
488 if oldstat is not None and oldstat.st_size == len(contents):
491 return oldstat
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/DSTRUCT/Source/
H A Dhash.c175 char* oldstat = h->statvec; in grow() local
197 if (oldstat[i] == HASH_FULL) in grow()
203 free(oldstat); in grow()
/dports/www/links/links-2.25/
H A Dsched.c945 void change_connection(struct status *oldstat, struct status *newstat, int newpri) in change_connection() argument
949 oldpri = oldstat->pri; in change_connection()
950 if (oldstat->state < 0) { in change_connection()
952 struct cache_entry *ce = oldstat->ce; in change_connection()
954 newstat->ce = oldstat->ce; in change_connection()
955 newstat->state = oldstat->state; in change_connection()
956 newstat->prev_error = oldstat->prev_error; in change_connection()
963 c = oldstat->c; in change_connection()
969 del_from_list(oldstat); in change_connection()
970 oldstat->state = S_INTERRUPTED; in change_connection()

1234567