HomeSort by relevance Sort by last modified time
    Searched full:cbcp_optionnames (Results 1 - 1 of 1) sorted by null

  /external/ppp/pppd/
cbcp.c 218 char *cbcp_optionnames[] = { variable
268 if (opt >= 1 && opt <= sizeof(cbcp_optionnames) / sizeof(char *))
269 printer(arg, " %s", cbcp_optionnames[opt-1]);

Completed in 188 milliseconds