Home
last modified time | relevance | path

Searched refs:dman (Results 1 – 25 of 100) sorted by relevance

1234

/dports/www/analog/analog-6.0/src/
H A Ddates.c240 if (*timecode < dman->from || *timecode > dman->to) in wantdate()
249 if (*timecode < dman->from || *timecode > dman->to) in wantunixtime()
284 dman->lastdp = dman->firstdp; in dmaninit()
285 dman->currdp = dman->firstdp; in dmaninit()
302 dman->lastdp = dp; in datehash()
305 dman->currdp = dman->lastdp; in datehash()
309 dman->currdp = dman->currdp->next; in datehash()
316 dman->firstdp = dp; in datehash()
319 dman->currdp = dman->firstdp; in datehash()
322 dman->currdp = dman->firstdp; in datehash()
[all …]
H A Doutput.c33 od->outputter->timings(outf, od, dman); in pagetop()
70 logical q7 = (od->last7 && dman->firsttime < dman->last7from && in gensum()
71 dman->last7from < dman->lasttime); in gensum()
76 totmins = dman->lasttime - dman->firsttime; in gensum()
176 for (i = dman->lastdate, dp = dman->lastdp; i >= dman->firstdate; in timerep()
326 for (date = dman->firstdate, dp = dman->firstdp; date <= dman->lastdate; in timesum()
629 Dateman *dman) { in arrayrep() argument
719 pagetop(outf, od, dman); in output()
731 dman, data2cols); in output()
741 timerep(outf, od, rep, dman, granularity); in output()
[all …]
H A Dcache.c70 if (dman->firsttime == LAST_TIME && dman->lasttime == FIRST_TIME) in outputcache()
71 fprintf(outf, "D\t%lu\t%lu\n", dman->lasttime, dman->firsttime); in outputcache()
73 fprintf(outf, "D\t%lu\t%lu\n", dman->firsttime, dman->lasttime); in outputcache()
74 for (k = dman->firstdate, dp = dman->firstdp; dp != NULL; in outputcache()
359 datehash(timecode, dman, in readoldcache()
373 if (timecode > dman->last7from && timecode <= dman->last7to) { in readoldcache()
391 Dateman *dman, Tree **tree, Derv **derv, in readcache() argument
534 if (rc == TRUE && timecode >= dman->from && in readcache()
535 timecode <= dman->to) { in readcache()
539 if (timecode > dman->last7from && in readcache()
[all …]
H A Danalog.c50 &(op->dman), op->outopts.tree, op->outopts.derv, in main()
58 &(op->dman), op->miscopts.data, &(op->miscopts.bytes), in main()
77 &(op->dman), op->outopts.tree, op->outopts.derv, in main()
90 &(op->dman)) == NULL) { in main()
124 "logfile", &(op->dman), op->miscopts.data, in main()
144 outputcache(op->outopts.cacheoutfile, op->gooditems, &(op->dman), in main()
148 output(&(op->outopts), op->gooditems, op->baditems, &(op->dman), in main()
H A Dsettings.c48 report_fromto(&(op->dman)); in report_vbles()
278 void report_fromto(Dateman *dman) { in report_fromto() argument
282 if (dman->from == FIRST_TIME && dman->to == LAST_TIME) in report_fromto()
286 if (dman->from != FIRST_TIME) { in report_fromto()
287 code2date(dman->from / 1440, &date, &month, &year); in report_fromto()
289 (int)((dman->from % 1440) / 60), (int)(dman->from % 60)); in report_fromto()
291 if (dman->to != LAST_TIME) { in report_fromto()
292 code2date(dman->to / 1440, &date, &month, &year); in report_fromto()
294 (int)((dman->to % 1440) / 60), (int)(dman->to % 60)); in report_fromto()
H A Danlghea4.h122 choice *code2type, Dateman *dman);
309 Dateman *dman);
321 timecode_t mind, Dateman *dman);
347 unsigned long n, Dateman *dman);
449 unsigned long n, Dateman *dman);
528 unsigned long n, Dateman *dman);
629 unsigned long n, Dateman *dman);
711 unsigned long n, Dateman *dman);
792 unsigned long n, Dateman *dman);
876 unsigned long n, Dateman *dman);
[all …]
H A Dinit.c238 if ((dman->from > FIRST_TIME || dman->to < LAST_TIME) && nodates) in correctlogfmt()
295 op->dman.from = FIRST_TIME; in correct()
297 parsedate(starttime, op->dman.fromstr, &(op->dman.from), TRUE, FALSE) in correct()
300 op->dman.to = LAST_TIME; in correct()
301 if (op->dman.tostr != NULL && in correct()
302 parsedate(starttime, op->dman.tostr, &(op->dman.to), FALSE, FALSE) in correct()
305 if (op->dman.from > op->dman.to) { in correct()
308 op->dman.from = FIRST_TIME; in correct()
309 op->dman.to = LAST_TIME; in correct()
316 op->dman.last7from = op->dman.to - MINS_IN_WEEK; in correct()
[all …]
H A Doutplain.c42 void plain_timings(FILE *outf, Outchoices *od, Dateman *dman) { in plain_timings() argument
54 if (dman->firsttime <= dman->lasttime) { in plain_timings()
56 timesprintf(od, lngstr[datefmt2_], dman->firsttime, UNSET)); in plain_timings()
58 timesprintf(od, lngstr[datefmt2_], dman->lasttime, UNSET)); in plain_timings()
59 t0 = (dman->lasttime - dman->firsttime) / 1440.0 + 0.005; in plain_timings()
551 unsigned long n, Dateman *dman) { in plain_whatincluded() argument
552 whatincluded(outf, od, rep, n, dman); in plain_whatincluded()
H A Doutxml.c111 void xml_timings(FILE *outf, Outchoices *od, Dateman *dman) in xml_timings() argument
117 code2date( dman->firsttime/1440, &day, &month, &year); in xml_timings()
119 year, month+1, day, (int)((dman->firsttime%1440)/60), (int)(dman->firsttime%60) ); in xml_timings()
121 code2date( dman->lasttime/1440, &day, &month, &year); in xml_timings()
123 year, month+1, day, (int)((dman->lasttime%1440)/60), (int)(dman->lasttime%60), in xml_timings()
124 (dman->lasttime-dman->firsttime)/1440.0+0.005 ); in xml_timings()
750 unsigned long n, Dateman *dman) { in xml_whatincluded() argument
757 whatincluded(outf, od, rep, n, dman); in xml_whatincluded()
H A Doutxhtml.c150 void xhtml_timings(FILE *outf, Outchoices *od, Dateman *dman) { in xhtml_timings() argument
158 if (!od->runtime && dman->firsttime > dman->lasttime) in xhtml_timings()
166 if (dman->firsttime <= dman->lasttime) { in xhtml_timings()
170 timesprintf(od, lngstr[datefmt2_], dman->firsttime, UNSET)); in xhtml_timings()
172 timesprintf(od, lngstr[datefmt2_], dman->lasttime, UNSET)); in xhtml_timings()
173 t0 = (dman->lasttime - dman->firsttime) / 1440.0 + 0.005; in xhtml_timings()
792 unsigned long n, Dateman *dman) { in xhtml_whatincluded() argument
793 whatincluded(outf, od, rep, n, dman); in xhtml_whatincluded()
H A Doutcro.c42 void cro_timings(FILE *outf, Outchoices *od, Dateman *dman) { in cro_timings() argument
50 if (dman->firsttime <= dman->lasttime) { in cro_timings()
52 timesprintf(od, od->lngstr[datefmt2_], dman->firsttime, UNSET)); in cro_timings()
54 timesprintf(od, od->lngstr[datefmt2_], dman->lasttime, UNSET)); in cro_timings()
363 unsigned long n, Dateman *dman) { in cro_whatincluded() argument
H A Doutlatex.c67 void latex_timings(FILE *outf, Outchoices *od, Dateman *dman) { in latex_timings() argument
79 if (dman->firsttime <= dman->lasttime) { in latex_timings()
81 timesprintf(od, lngstr[datefmt2_], dman->firsttime, UNSET)); in latex_timings()
83 timesprintf(od, lngstr[datefmt2_], dman->lasttime, UNSET)); in latex_timings()
84 t0 = (dman->lasttime - dman->firsttime) / 1440.0 + 0.005; in latex_timings()
633 unsigned long n, Dateman *dman) { in latex_whatincluded() argument
634 whatincluded(outf, od, rep, n, dman); in latex_whatincluded()
/dports/sysutils/cdrkit/cdrkit-1.1.11/wodim/
H A Ddiskid.c186 static struct disk_man dman[] = { variable
328 #define ndman (sizeof (dman)/sizeof (dman[0]))
349 dp = dman; in man_ptr()
408 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) { in pr_manufacturer()
/dports/sysutils/genisoimage/cdrkit-1.1.11/wodim/
H A Ddiskid.c186 static struct disk_man dman[] = {
328 #define ndman (sizeof (dman)/sizeof (dman[0]))
349 dp = dman;
408 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) {
/dports/devel/smake/schily-2021-09-18/cdrecord/
H A Ddiskid.c180 LOCAL struct disk_man dman[] = { variable
322 #define ndman (sizeof (dman)/sizeof (dman[0]))
344 dp = dman;
407 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) {
/dports/devel/schilybase/schily-2021-09-18/cdrecord/
H A Ddiskid.c180 LOCAL struct disk_man dman[] = { variable
322 #define ndman (sizeof (dman)/sizeof (dman[0]))
344 dp = dman;
407 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) {
/dports/devel/sccs/schily-2021-09-18/cdrecord/
H A Ddiskid.c180 LOCAL struct disk_man dman[] = { variable
322 #define ndman (sizeof (dman)/sizeof (dman[0]))
344 dp = dman;
407 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) {
/dports/net/rscsi/schily-2021-09-18/cdrecord/
H A Ddiskid.c180 LOCAL struct disk_man dman[] = { variable
322 #define ndman (sizeof (dman)/sizeof (dman[0]))
344 dp = dman;
407 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) {
/dports/archivers/star/schily-2021-09-18/cdrecord/
H A Ddiskid.c180 LOCAL struct disk_man dman[] = { variable
322 #define ndman (sizeof (dman)/sizeof (dman[0]))
344 dp = dman;
407 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) {
/dports/sysutils/cdrtools/schily-2021-09-18/cdrecord/
H A Ddiskid.c180 LOCAL struct disk_man dman[] = { variable
322 #define ndman (sizeof (dman)/sizeof (dman[0]))
344 dp = dman;
407 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) {
/dports/devel/sunpromake/schily-2021-09-18/cdrecord/
H A Ddiskid.c180 LOCAL struct disk_man dman[] = { variable
322 #define ndman (sizeof (dman)/sizeof (dman[0]))
344 dp = dman;
407 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) {
/dports/editors/ved/schily-2021-09-18/cdrecord/
H A Ddiskid.c180 LOCAL struct disk_man dman[] = { variable
322 #define ndman (sizeof (dman)/sizeof (dman[0]))
344 dp = dman;
407 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) {
/dports/sysutils/schilyutils/schily-2021-09-18/cdrecord/
H A Ddiskid.c180 LOCAL struct disk_man dman[] = { variable
322 #define ndman (sizeof (dman)/sizeof (dman[0]))
344 dp = dman;
407 if (dp >= &dman[I_GUESS] && dp < &dman[ndman]) {
/dports/misc/man.el/i18n-man-1.1_1/
H A Di18n-man-de.el103 (defun dman () function
109 (provide 'dman)
/dports/audio/lv2/lv2-1.18.2/lv2/dynmanifest/
H A Ddynmanifest.ttl1 @prefix dman: <http://lv2plug.in/ns/ext/dynmanifest#> .
15 dman:DynManifest

1234