Lines Matching refs:opt_arg
1057 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahd_parse_brace_option() argument
1070 if (*opt_arg != ':') in ahd_parse_brace_option()
1071 return (opt_arg); in ahd_parse_brace_option()
1072 opt_arg++; in ahd_parse_brace_option()
1080 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option()
1084 switch (*opt_arg) { in ahd_parse_brace_option()
1098 opt_arg++; in ahd_parse_brace_option()
1105 opt_arg++; in ahd_parse_brace_option()
1115 opt_arg++; in ahd_parse_brace_option()
1123 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()
1128 simple_strtol(opt_arg, NULL, 0)); in ahd_parse_brace_option()
1129 opt_arg = tok_end; in ahd_parse_brace_option()
1133 return (opt_arg); in ahd_parse_brace_option()