Searched defs:numcount (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/config/
H A Ddoveconf.c585 unsigned int numcount; member in struct:hostname_format
598 str_printfa(str, "%0*d", fmt->numcount, num);
626 fmt.numcount = 1;
628 fmt.numcount = *p++ - '0';
638 fmt.numcount = 0;
641 fmt.numcount++;
646 if (fmt.numcount == 0) {
651 for (n = 0, limit = 1; n < fmt.numcount; n++)

Completed in 18 milliseconds