Lines Matching defs:option
41 perror("Usage: radiooptions [option] [extra_socket_args]\n\
59 const int option = atoi(argv[1]);
60 if (option < 0 || option > 10) {
62 } else if ((option == DIAL_CALL || option == SETUP_PDP) && argc == 3) {
64 } else if ((option != DIAL_CALL && option != SETUP_PDP) && argc == 2) {
71 const int option = atoi(argv[1]);
72 if (option != DIAL_CALL && option != SETUP_PDP) {