Lines Matching defs:max
266 int client, port, queue, max, err, v1, v2;
322 for (max = 0; max < argc; max++) {
323 ptr = argv[max];
332 fprintf(stderr, "Wrong argument '%s'...\n", argv[max]);
344 max = snd_seq_poll_descriptors_count(handle, POLLIN);
345 pfds = alloca(sizeof(*pfds) * max);
347 snd_seq_poll_descriptors(handle, pfds, max, POLLIN);
348 if (poll(pfds, max, -1) < 0)