Lines Matching refs:opt_arg
926 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument
939 if (*opt_arg != ':') in ahc_parse_brace_option()
940 return (opt_arg); in ahc_parse_brace_option()
941 opt_arg++; in ahc_parse_brace_option()
949 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option()
953 switch (*opt_arg) { in ahc_parse_brace_option()
967 opt_arg++; in ahc_parse_brace_option()
974 opt_arg++; in ahc_parse_brace_option()
984 opt_arg++; in ahc_parse_brace_option()
992 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()
997 simple_strtol(opt_arg, NULL, 0)); in ahc_parse_brace_option()
998 opt_arg = tok_end; in ahc_parse_brace_option()
1002 return (opt_arg); in ahc_parse_brace_option()