Lines Matching refs:stderr
229 fprintf(stderr, " ");
236 fprintf(stderr, "--NULL-- for entry %d\n", entry);
241 fprintf(stderr, "%p string [%s %d]\n", bof, (char*)bof->value, bof->size);
244 fprintf(stderr, "%p int32 [%d %d]\n", bof, *(int*)bof->value, bof->size);
247 fprintf(stderr, "%p blob [%d]\n", bof, bof->size);
250 fprintf(stderr, "%p null [%d]\n", bof, bof->size);
253 fprintf(stderr, "%p object [%d %d]\n", bof, bof->array_size / 2, bof->size);
256 fprintf(stderr, "%p array [%d %d]\n", bof, bof->array_size, bof->size);
259 fprintf(stderr, "%p unknown [%d]\n", bof, bof->type);
313 fprintf(stderr, "error reading %d\n", bof->size - 12);
326 fprintf(stderr, "invalid type %d\n", bof->type);
342 fprintf(stderr, "%s failed to create root object\n", __func__);
350 fprintf(stderr, "%s failed to seek into file %s\n", __func__, filename);
450 fprintf(stderr, "%s failed to open file %s\n", __func__, filename);
456 fprintf(stderr, "%s failed to seek into file %s\n", __func__, filename);