Home | History | Annotate | Download | only in driver

Lines Matching refs:remainder

671                             char *remainder;
672 m_option_data.m_process_pid = strtol (optarg, &remainder, 0);
673 if (remainder == optarg || *remainder != '\0')