Lines Matching refs:size
114 {"buffer-size", optional_argument, NULL, 'B'},
452 && opt->size > (SANE_Int) sizeof (SANE_Word))
482 if (opt->size > (SANE_Int) sizeof(SANE_Word))
505 if (opt->size > (SANE_Int) sizeof(SANE_Word))
538 if (opt->size > (SANE_Int) sizeof (SANE_Word))
563 if (opt->type == SANE_TYPE_STRING || opt->size == sizeof (SANE_Word))
567 void *val = alloca (opt->size);
948 && opt->size == sizeof (SANE_Int)
957 && opt->size == sizeof (SANE_Int)
1044 if (opt->size == sizeof (SANE_Word) && opt->type != SANE_TYPE_STRING)
1056 if ((info & SANE_INFO_INEXACT) && opt->size == sizeof (SANE_Word))
1135 vector_length = opt->size / sizeof (SANE_Word);
1151 valuep = malloc (opt->size);
1157 strncpy (valuep, optarg, opt->size);
1158 ((char *) valuep)[opt->size - 1] = 0;
1416 fprintf (stderr, "%s: scanning image of size %dx%d pixels at "
1845 #define clean_buffer(buf,size) memset ((buf), 0x23, size)
1902 fprintf (stderr, "%s: scanning image of size %dx%d pixels at "
1972 val = alloca (resopt->size);
2104 buffer_size = (32 * 1024); /* default size */
2396 -B, --buffer-size=# change input buffer size (in kB, default 32)\n");