Home
last modified time | relevance | path

Searched refs:totalnew (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/sfeed/sfeed-1.0/
H A Dsfeed_html.c14 static unsigned long totalnew, total; variable
46 totalnew += isnew; in printfeed()
47 f->totalnew += isnew; in printfeed()
133 if (f->totalnew > 0) in main()
139 if (f->totalnew > 0) in main()
142 fprintf(stdout, " (%lu)", f->totalnew); in main()
143 if (f->totalnew > 0) in main()
151 totalnew, total); in main()
H A Dsfeed_frames.c14 static unsigned long totalnew, total; variable
46 totalnew += isnew; in printfeed()
47 f->totalnew += isnew; in printfeed()
143 if (f->totalnew) in main()
149 if (f->totalnew > 0) in main()
152 fprintf(fpmenu, " (%lu)", f->totalnew); in main()
153 if (f->totalnew > 0) in main()
163 fprintf(fpindex, "%lu/%lu", totalnew, total); in main()
H A Dsfeed_gopher.c91 f->totalnew += isnew; in printfeed()
183 fprintf(fpindex, " (%lu/%lu)\t", f.totalnew, f.total); in main()
H A Dutil.h20 unsigned long totalnew; /* amount of new items per feed */ member
/dports/www/sitecopy/sitecopy-0.16.6/src/
H A Dsitesi.h128 site->totalnew += file->local.size; in site_stats_increase()
158 site->totalnew -= file->local.size; in site_stats_decrease()
H A Dsites.h433 off_t totalnew; /* total file size of new files */ member
H A Dconsole_fe.c1240 upload_total = site->totalchanged + site->totalnew; in act_on_site()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsgc.h323 uint32 totalnew; /* number of succeeded calls to js_NewGCThing */ member
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsgc.h323 uint32 totalnew; /* number of succeeded calls to js_NewGCThing */ member
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsgc.h323 uint32 totalnew; /* number of succeeded calls to js_NewGCThing */ member
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsgc.h323 uint32 totalnew; /* number of succeeded calls to js_NewGCThing */ member
/dports/lang/spidermonkey17/js/src/
H A Djsgc.h323 uint32 totalnew; /* number of succeeded calls to js_NewGCThing */ member
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Ddatetimemodule.c1176 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1219 totalnew = format_len + 1; /* realistic if no %z/%Z/%f */ in wrap_strftime()
1220 newfmt = PyString_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1326 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1327 size_t bigger = totalnew << 1; in wrap_strftime()
1328 if ((bigger >> 1) != totalnew) { /* overflow */ in wrap_strftime()
1334 totalnew = bigger; in wrap_strftime()
1340 assert(usednew <= totalnew); in wrap_strftime()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Ddatetimemodule.c1176 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1219 totalnew = format_len + 1; /* realistic if no %z/%Z/%f */ in wrap_strftime()
1220 newfmt = PyString_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1326 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1327 size_t bigger = totalnew << 1; in wrap_strftime()
1328 if ((bigger >> 1) != totalnew) { /* overflow */ in wrap_strftime()
1334 totalnew = bigger; in wrap_strftime()
1340 assert(usednew <= totalnew); in wrap_strftime()
/dports/lang/python27/Python-2.7.18/Modules/
H A Ddatetimemodule.c1176 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1219 totalnew = format_len + 1; /* realistic if no %z/%Z/%f */ in wrap_strftime()
1220 newfmt = PyString_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1326 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1327 size_t bigger = totalnew << 1; in wrap_strftime()
1328 if ((bigger >> 1) != totalnew) { /* overflow */ in wrap_strftime()
1334 totalnew = bigger; in wrap_strftime()
1340 assert(usednew <= totalnew); in wrap_strftime()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_datetimemodule.c1501 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1524 totalnew = flen + 1; /* realistic if no %z/%Z */ in wrap_strftime()
1525 newfmt = PyBytes_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1612 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1613 if (totalnew > (PY_SSIZE_T_MAX >> 1)) { /* overflow */ in wrap_strftime()
1617 totalnew <<= 1; in wrap_strftime()
1618 if (_PyBytes_Resize(&newfmt, totalnew) < 0) in wrap_strftime()
1625 assert(usednew <= totalnew); in wrap_strftime()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_datetimemodule.c1493 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1516 totalnew = flen + 1; /* realistic if no %z/%Z */ in wrap_strftime()
1517 newfmt = PyBytes_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1604 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1605 if (totalnew > (PY_SSIZE_T_MAX >> 1)) { /* overflow */ in wrap_strftime()
1609 totalnew <<= 1; in wrap_strftime()
1610 if (_PyBytes_Resize(&newfmt, totalnew) < 0) in wrap_strftime()
1617 assert(usednew <= totalnew); in wrap_strftime()
/dports/lang/python37/Python-3.7.12/Modules/
H A D_datetimemodule.c1488 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1511 totalnew = flen + 1; /* realistic if no %z/%Z */ in wrap_strftime()
1512 newfmt = PyBytes_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1599 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1600 if (totalnew > (PY_SSIZE_T_MAX >> 1)) { /* overflow */ in wrap_strftime()
1604 totalnew <<= 1; in wrap_strftime()
1605 if (_PyBytes_Resize(&newfmt, totalnew) < 0) in wrap_strftime()
1612 assert(usednew <= totalnew); in wrap_strftime()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_datetimemodule.c1501 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1524 totalnew = flen + 1; /* realistic if no %z/%Z */ in wrap_strftime()
1525 newfmt = PyBytes_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1612 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1613 if (totalnew > (PY_SSIZE_T_MAX >> 1)) { /* overflow */ in wrap_strftime()
1617 totalnew <<= 1; in wrap_strftime()
1618 if (_PyBytes_Resize(&newfmt, totalnew) < 0) in wrap_strftime()
1625 assert(usednew <= totalnew); in wrap_strftime()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_datetimemodule.c1501 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1524 totalnew = flen + 1; /* realistic if no %z/%Z */ in wrap_strftime()
1525 newfmt = PyBytes_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1612 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1613 if (totalnew > (PY_SSIZE_T_MAX >> 1)) { /* overflow */ in wrap_strftime()
1617 totalnew <<= 1; in wrap_strftime()
1618 if (_PyBytes_Resize(&newfmt, totalnew) < 0) in wrap_strftime()
1625 assert(usednew <= totalnew); in wrap_strftime()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_datetimemodule.c1501 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1524 totalnew = flen + 1; /* realistic if no %z/%Z */ in wrap_strftime()
1525 newfmt = PyBytes_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1612 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1613 if (totalnew > (PY_SSIZE_T_MAX >> 1)) { /* overflow */ in wrap_strftime()
1617 totalnew <<= 1; in wrap_strftime()
1618 if (_PyBytes_Resize(&newfmt, totalnew) < 0) in wrap_strftime()
1625 assert(usednew <= totalnew); in wrap_strftime()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_datetimemodule.c1501 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1524 totalnew = flen + 1; /* realistic if no %z/%Z */ in wrap_strftime()
1525 newfmt = PyBytes_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1612 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1613 if (totalnew > (PY_SSIZE_T_MAX >> 1)) { /* overflow */ in wrap_strftime()
1617 totalnew <<= 1; in wrap_strftime()
1618 if (_PyBytes_Resize(&newfmt, totalnew) < 0) in wrap_strftime()
1625 assert(usednew <= totalnew); in wrap_strftime()
/dports/www/sitecopy/sitecopy-0.16.6/gnome/
H A Doperations.c328 upload_total = selected_site->totalnew + selected_site->totalchanged; in main_update_please()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_datetimemodule.c1497 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1520 totalnew = flen + 1; /* realistic if no %z/%Z */ in wrap_strftime()
1521 newfmt = PyBytes_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1608 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1609 if (totalnew > (PY_SSIZE_T_MAX >> 1)) { /* overflow */ in wrap_strftime()
1613 totalnew <<= 1; in wrap_strftime()
1614 if (_PyBytes_Resize(&newfmt, totalnew) < 0) in wrap_strftime()
1621 assert(usednew <= totalnew); in wrap_strftime()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_datetimemodule.c1502 size_t totalnew; /* number bytes total in output format buffer, in wrap_strftime() local
1525 totalnew = flen + 1; /* realistic if no %z/%Z */ in wrap_strftime()
1526 newfmt = PyBytes_FromStringAndSize(NULL, totalnew); in wrap_strftime()
1613 while (usednew + ntoappend > totalnew) { in wrap_strftime()
1614 if (totalnew > (PY_SSIZE_T_MAX >> 1)) { /* overflow */ in wrap_strftime()
1618 totalnew <<= 1; in wrap_strftime()
1619 if (_PyBytes_Resize(&newfmt, totalnew) < 0) in wrap_strftime()
1626 assert(usednew <= totalnew); in wrap_strftime()

12