Lines Matching refs:fprintf
145 fprintf(stderr, "%s %s\n\n", name, NANOTOOL_VERSION_STR); in PrintUsage()
146 fprintf(stderr, "Usage: %s [options]\n\n%s\n", name, help_text); in PrintUsage()
147 fprintf(stderr, "Supported sensors: %s\n\n", in PrintUsage()
149 fprintf(stderr, "Examples:\n" in PrintUsage()
168 fprintf(stderr, "%s: At least 1 sensor must be specified for this " in ValidateArgs()
176 fprintf(stderr, "%s: A filename must be specified for this command " in ValidateArgs()
186 fprintf(stderr, "%s: Sample rate must be specified for sensor " in ValidateArgs()
201 fprintf(stderr, "%s: Calibration reference required for sensor " in ValidateArgs()
256 fprintf(stderr, "%s: Only one calibration reference may be " in ParseSensorArg()
269 fprintf(stderr, "%s: Invalid sensor name '%s'\n", in ParseSensorArg()
275 fprintf(stderr, "%s: Invalid sample rate %s\n", name, in ParseSensorArg()
282 fprintf(stderr, "%s: Invalid latency %lld\n", name, latency_ms); in ParseSensorArg()
287 fprintf(stderr, "%s: Too many arguments in -s", name); in ParseSensorArg()
320 fprintf(stderr, "%s: Invalid command '%s'\n", argv[0], optarg); in ParseArgs()
334 fprintf(stderr, "%s: Invalid sample count %d\n", in ParseArgs()
356 fprintf(stderr, "File requires a filename\n"); in ParseArgs()
364 fprintf(stderr, "%s: Invalid device index %d\n", argv[0], in ParseArgs()