Home
last modified time | relevance | path

Searched refs:GEN_TOTAL (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/goaccess/goaccess-1.4.6/src/
H A Dlabels.h52 #define GEN_TOTAL _( "Total") macro
H A Dgdashboard.c528 s = xmalloc (snprintf (NULL, 0, "%s: %d/%d", GEN_TOTAL, total, ht_size) + 1); in render_total_label()
532 sprintf (s, "%s: %d/%d", GEN_TOTAL, total, ht_size); in render_total_label()