Lines Matching refs:opt_arg
1042 ahd_parse_brace_option(char *opt_name, char *opt_arg, char *end, int depth, in ahd_parse_brace_option() argument
1055 if (*opt_arg != ':') in ahd_parse_brace_option()
1056 return (opt_arg); in ahd_parse_brace_option()
1057 opt_arg++; in ahd_parse_brace_option()
1065 tok_end = strchr(opt_arg, '\0'); in ahd_parse_brace_option()
1069 switch (*opt_arg) { in ahd_parse_brace_option()
1083 opt_arg++; in ahd_parse_brace_option()
1090 opt_arg++; in ahd_parse_brace_option()
1100 opt_arg++; in ahd_parse_brace_option()
1108 tok_end2 = strchr(opt_arg, tok_list[i]); in ahd_parse_brace_option()
1113 simple_strtol(opt_arg, NULL, 0)); in ahd_parse_brace_option()
1114 opt_arg = tok_end; in ahd_parse_brace_option()
1118 return (opt_arg); in ahd_parse_brace_option()