optchr             31 main/getopt.c  static int php_opt_error(int argc, char * const *argv, int oint, int optchr, int err, int show_err) /* {{{ */
optchr             35 main/getopt.c  		fprintf(stderr, "Error in argument %d, char %d: ", oint, optchr+1);
optchr             42 main/getopt.c  			fprintf(stderr, "option not found %c\n", argv[oint][optchr]);
optchr             45 main/getopt.c  			fprintf(stderr, "no argument for option %c\n", argv[oint][optchr]);
optchr             60 main/getopt.c  	static int optchr = 0;
optchr             68 main/getopt.c  		optchr = 0;
optchr            114 main/getopt.c  				return(php_opt_error(argc, argv, *optind-1, optchr, OPTERRARG, show_err));
optchr            120 main/getopt.c  		optchr = 0;
optchr            126 main/getopt.c  			optchr = 1;
optchr            129 main/getopt.c  		if (argv[*optind][optchr] == ':') {
optchr            132 main/getopt.c  			return (php_opt_error(argc, argv, *optind-1, optchr, OPTERRCOLON, show_err));
optchr            134 main/getopt.c  		arg_start = 1 + optchr;
optchr            141 main/getopt.c  				int errchr = optchr;
optchr            143 main/getopt.c  				if (!argv[*optind][optchr+1]) {
optchr            147 main/getopt.c  					optchr++;
optchr            151 main/getopt.c  			} else if (argv[*optind][optchr] == opts[php_optidx].opt_char) {
optchr            165 main/getopt.c  					return(php_opt_error(argc, argv, *optind-1, optchr, OPTERRARG, show_err));
optchr            183 main/getopt.c  			if (!argv[*optind][optchr+1])
optchr            188 main/getopt.c  				optchr++;
optchr             20 sapi/isapi/stresstest/getopt.c          int optchr, int err)
optchr             24 sapi/isapi/stresstest/getopt.c         fprintf(stderr, "Error in argument %d, char %d: ", oint, optchr+1);
optchr             31 sapi/isapi/stresstest/getopt.c             fprintf(stderr, "option not found %c\n", argv[oint][optchr]);
optchr             34 sapi/isapi/stresstest/getopt.c             fprintf(stderr, "no argument for option %c\n", argv[oint][optchr]);
optchr             41 sapi/isapi/stresstest/getopt.c     ap_optopt = argv[oint][optchr];
optchr             47 sapi/isapi/stresstest/getopt.c     static int optchr = 0;
optchr             74 sapi/isapi/stresstest/getopt.c         optchr = 1;
optchr             79 sapi/isapi/stresstest/getopt.c     if (argv[ap_optind][optchr] == ':')
optchr             83 sapi/isapi/stresstest/getopt.c         return(ap_optiserr(argc, argv, ap_optind-1, optstr, optchr, OPTERRCOLON));
optchr             85 sapi/isapi/stresstest/getopt.c     if (!(cp = strchr(optstr, argv[ap_optind][optchr])))
optchr             88 sapi/isapi/stresstest/getopt.c         int errchr = optchr;
optchr             90 sapi/isapi/stresstest/getopt.c         if (!argv[ap_optind][optchr+1])
optchr             96 sapi/isapi/stresstest/getopt.c             optchr++;
optchr            107 sapi/isapi/stresstest/getopt.c                 return(ap_optiserr(argc, argv, ap_optind-1, optstr, optchr, OPTERRARG));
optchr            119 sapi/isapi/stresstest/getopt.c         if (!argv[ap_optind][optchr+1])
optchr            125 sapi/isapi/stresstest/getopt.c             optchr++;
optchr             19 sapi/milter/getopt.c          int optchr, int err)
optchr             23 sapi/milter/getopt.c         fprintf(stderr, "Error in argument %d, char %d: ", oint, optchr+1);
optchr             30 sapi/milter/getopt.c             fprintf(stderr, "option not found %c\n", argv[oint][optchr]);
optchr             33 sapi/milter/getopt.c             fprintf(stderr, "no argument for option %c\n", argv[oint][optchr]);
optchr             45 sapi/milter/getopt.c     static int optchr = 0;
optchr             72 sapi/milter/getopt.c         optchr = 1;
optchr             77 sapi/milter/getopt.c     if (argv[ap_php_optind][optchr] == ':')
optchr             81 sapi/milter/getopt.c         return(ap_php_optiserr(argc, argv, ap_php_optind-1, optstr, optchr, OPTERRCOLON));
optchr             83 sapi/milter/getopt.c     if (!(cp = strchr(optstr, argv[ap_php_optind][optchr])))
optchr             86 sapi/milter/getopt.c         int errchr = optchr;
optchr             88 sapi/milter/getopt.c         if (!argv[ap_php_optind][optchr+1])
optchr             94 sapi/milter/getopt.c             optchr++;
optchr            105 sapi/milter/getopt.c                 return(ap_php_optiserr(argc, argv, ap_php_optind-1, optstr, optchr, OPTERRARG));
optchr            117 sapi/milter/getopt.c         if (!argv[ap_php_optind][optchr+1])
optchr            123 sapi/milter/getopt.c             optchr++;