Searched refs:optind_s (Results 1 – 3 of 3) sorted by relevance
47 int optind_s = 0; variable77 while (optind_s + 1 < argc) { in getopt_s()81 optind_s++; in getopt_s()82 string = argv[optind_s]; in getopt_s()92 if (optind_s + 1 < argc) { in getopt_s()93 optind_s++; in getopt_s()94 optarg_s = argv[optind_s]; in getopt_s()
276 if (argc != optind_s + 2) { in main()282 address = argv[optind_s++]; in main()285 port = atoi(argv[optind_s++]); in main()
61 extern int optind_s; /* defined in getopt.c */