Lines Matching defs:stamp
51 static void config_export_time(string_t *str, unsigned int stamp)55 if (stamp == 0) {60 if (stamp % 60 == 0) {61 stamp /= 60;63 if (stamp % 60 == 0) {64 stamp /= 60;66 if (stamp % 24 == 0) {67 stamp /= 24;69 if (stamp % 7 == 0) {70 stamp /= 7;77 str_printfa(str, "%u %s", stamp, suffix);