Searched refs:short_name (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-old-stats/ |
H A D | stats.h | 8 const char *short_name; member in struct:stats_vfuncs
|
H A D | stats.c | 53 if (strcmp((*itemp)->v.short_name, name) == 0) 181 buffer_append(buf, (*itemp)->v.short_name, 182 strlen((*itemp)->v.short_name)+1);
|
/dovecot/src/doveadm/ |
H A D | doveadm.c | 55 const char *cmd, *args, *p, *short_name, *sub_name; local 93 short_name = t_strdup_until(cmd, p); 94 if (strcmp(prev_name, short_name) != 0) { 98 short_name, t_strcut(p + 1, ' ')); 99 prev_name = short_name;
|
Completed in 30 milliseconds