Lines Matching refs:fprintf
42 fprintf(stderr, "error: too small buffer\n");
86 fprintf(stderr, "error: unable to request data from %s:\n", url);
87 fprintf(stderr, "%s\n", curl_easy_strerror(status));
94 fprintf(stderr, "error: server responded with code %ld\n", code);
129 fprintf(stderr, "usage: %s USER REPOSITORY\n\n", argv[0]);
130 fprintf(stderr, "List commits at USER's REPOSITORY.\n\n");
145 fprintf(stderr, "error: on line %d: %s\n", error.line, error.text);
151 fprintf(stderr, "error: root is not an array\n");
164 fprintf(stderr, "error: commit data %d is not an object\n", (int)(i + 1));
172 fprintf(stderr, "error: commit %d: sha is not a string\n", (int)(i + 1));
179 fprintf(stderr, "error: commit %d: commit is not an object\n", (int)(i + 1));
187 fprintf(stderr, "error: commit %d: message is not a string\n", (int)(i + 1));