Lines Matching full:null
195 r = select(fd + 1, &fds, NULL, NULL, &tv);
370 mmap(NULL /* start anywhere */,
585 { "device", required_argument, NULL, 'd' },
586 { "help", no_argument, NULL, 'h' },
587 { "mmap", no_argument, NULL, 'm' },
588 { "read", no_argument, NULL, 'r' },
589 { "userp", no_argument, NULL, 'u' },
590 { "output", no_argument, NULL, 'o' },
591 { "format", no_argument, NULL, 'f' },
592 { "count", required_argument, NULL, 'c' },
644 frame_count = strtol(optarg, NULL, 0);