Lines Matching refs:opt_arg
937 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument
950 if (*opt_arg != ':') in ahc_parse_brace_option()
951 return (opt_arg); in ahc_parse_brace_option()
952 opt_arg++; in ahc_parse_brace_option()
960 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option()
964 switch (*opt_arg) { in ahc_parse_brace_option()
978 opt_arg++; in ahc_parse_brace_option()
985 opt_arg++; in ahc_parse_brace_option()
995 opt_arg++; in ahc_parse_brace_option()
1003 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()
1008 simple_strtol(opt_arg, NULL, 0)); in ahc_parse_brace_option()
1009 opt_arg = tok_end; in ahc_parse_brace_option()
1013 return (opt_arg); in ahc_parse_brace_option()