Lines Matching refs:d
144 printf "Elapsed time: %.1f days (total %d)\n",
146 printf "Commits: %d (total %d)\n",
148 printf "Commit authors: %d, %d new (total %d)\n",
150 printf "Contributors: %d, %d new (total %d)\n",
152 printf "New public functions: %d (total %d)\n",
154 printf "New curl_easy_setopt() options: %d (total %d)\n",
156 printf "New command line options: %d (total %d)\n",
158 printf "Changes logged: %d\n", $numchanges;
159 printf "Bugfixes logged: %d (%.2f per day)\n",
161 printf "Added files: %d (total %d)\n",
163 printf "Deleted files: %d (delta: %d)\n", $deletes,
166 printf "Files changed: %d (%.2f%%)\n", $fileschanged, $fileschanged*100/$afiles;
167 printf "Lines inserted: %d\n", $insertions;
168 printf "Lines deleted: %d (delta: %d)\n", $deletions,