Lines Matching refs:opt_arg
938 ahc_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahc_parse_brace_option() argument
951 if (*opt_arg != ':') in ahc_parse_brace_option()
952 return (opt_arg); in ahc_parse_brace_option()
953 opt_arg++; in ahc_parse_brace_option()
961 tok_end = strchr(opt_arg, '\0'); in ahc_parse_brace_option()
965 switch (*opt_arg) { in ahc_parse_brace_option()
979 opt_arg++; in ahc_parse_brace_option()
986 opt_arg++; in ahc_parse_brace_option()
996 opt_arg++; in ahc_parse_brace_option()
1004 tok_end2 = strchr(opt_arg, tok_list[i]); in ahc_parse_brace_option()
1009 simple_strtol(opt_arg, NULL, 0)); in ahc_parse_brace_option()
1010 opt_arg = tok_end; in ahc_parse_brace_option()
1014 return (opt_arg); in ahc_parse_brace_option()