Lines Matching refs:opt_arg
935 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument
948 if (*opt_arg != ':') in ahc_parse_brace_option()
949 return (opt_arg); in ahc_parse_brace_option()
950 opt_arg++; in ahc_parse_brace_option()
958 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option()
962 switch (*opt_arg) { in ahc_parse_brace_option()
976 opt_arg++; in ahc_parse_brace_option()
983 opt_arg++; in ahc_parse_brace_option()
993 opt_arg++; in ahc_parse_brace_option()
1001 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()
1006 simple_strtol(opt_arg, NULL, 0)); in ahc_parse_brace_option()
1007 opt_arg = tok_end; in ahc_parse_brace_option()
1011 return (opt_arg); in ahc_parse_brace_option()