Lines Matching defs:line
560 - don't print 0 length line in hexdump
821 char line[PATH_MAX];
848 while (sanei_config_read (line, PATH_MAX, fp)) {
850 lp = line;
898 DBG (5, "sane_get_devices: config line \"%s\" unrecognized - ignored.\n", lp);
6197 contrast rotates slope of line around central input val
6207 then brightness moves line vertically, and clamps to 8bit
7853 /* bytes per line differs by mode */
7879 /* bytes per line differs by mode */
8545 /* all requests must end on a line boundary */
8679 /* all requests must end on line boundary */
8813 /* Data is RR...GG...BB... on each line,
8817 * Here, we get things on correct line, and
8829 /* red at start of line */
8838 /* green is in middle of line */
8847 /* blue is at end of line */
8957 /* one line has the following format: rrr...rrrggg...gggbbb...bbb */
10092 char line[70]; /* 'xxx: xx xx ... xx xx abc */
10093 char *hex = line+4;
10094 char *bin = line+53;
10103 /* at start of line */
10106 /* not at start of first line, print current, reset */
10108 DBG (level, "%s\n", line);
10111 memset(line,0x20,69);
10112 line[69] = 0;
10113 hex = line + 4;
10114 bin = line + 53;
10116 sprintf (line, "%3.3x:", i);
10134 /* print last (partial) line */
10136 DBG (level, "%s\n", line);