Lines Matching full:stderr
95 fprintf(stderr, "failed to allocate buffer of size %d\n", (int)bits_size);
308 fprintf(stderr, "could not open %s, %s\n", device, strerror(errno));
314 fprintf(stderr, "could not get driver version for %s, %s\n", device, strerror(errno));
319 fprintf(stderr, "could not get driver id for %s, %s\n", device, strerror(errno));
326 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno));
330 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno));
334 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno));
340 fprintf(stderr, "out of memory\n");
346 fprintf(stderr, "out of memory\n");
403 fprintf(stderr, "remote device: %s not found\n", device);
421 fprintf(stderr, "could not get event, %s\n", strerror(errno));
475 fprintf(stderr, "Usage: %s [-t] [-n] [-s switchmask] [-S] [-v [mask]] [-d] [-p] [-i] [-l] [-q] [-c count] [-r] [device]\n", argv[0]);
476 fprintf(stderr, " -t: show time stamps\n");
477 fprintf(stderr, " -n: don't print newlines\n");
478 fprintf(stderr, " -s: print switch states for given bits\n");
479 fprintf(stderr, " -S: print all switch states\n");
480 fprintf(stderr, " -v: verbosity mask (errs=1, dev=2, name=4, info=8, vers=16, pos. events=32, props=64)\n");
481 fprintf(stderr, " -d: show HID descriptor, if available\n");
482 fprintf(stderr, " -p: show possible events (errs, dev, name, pos. events)\n");
483 fprintf(stderr, " -i: show all device info and possible events\n");
484 fprintf(stderr, " -l: label event types and names in plain text\n");
485 fprintf(stderr, " -q: quiet (clear verbosity mask)\n");
486 fprintf(stderr, " -c: print given number of events then exit\n");
487 fprintf(stderr, " -r: print rate events are received\n");
570 fprintf(stderr, "%s: invalid option -%c\n",
605 fprintf(stderr, "could not add watch for %s, %s\n", device_path, strerror(errno));
610 fprintf(stderr, "scan dir failed for %s\n", device_path);
620 fprintf(stderr, "could not get switch state, %s\n", strerror(errno));
642 fprintf(stderr, "could not get event\n");