Searched refs:optind_s (Results 1 – 3 of 3) sorted by relevance
47 int optind_s = 0; variable80 while (optind_s + 1 < argc) { in getopt_s()84 optind_s++; in getopt_s()85 string = argv[optind_s]; in getopt_s()95 if (optind_s + 1 < argc) { in getopt_s()96 optind_s++; in getopt_s()97 optarg_s = argv[optind_s]; in getopt_s()
227 if (argc != optind_s + 2) { in main()233 address = argv[optind_s++]; in main()236 port = atoi(argv[optind_s++]); in main()
58 extern int optind_s; /* defined in getopt.c */