Lines Matching refs:args
74 substring_t args[MAX_OPT_ARGS]; in hfsplus_parse_options_remount() local
84 token = match_token(p, tokens, args); in hfsplus_parse_options_remount()
102 substring_t args[MAX_OPT_ARGS]; in hfsplus_parse_options() local
112 token = match_token(p, tokens, args); in hfsplus_parse_options()
115 if (match_fourchar(&args[0], &sbi->creator)) { in hfsplus_parse_options()
121 if (match_fourchar(&args[0], &sbi->type)) { in hfsplus_parse_options()
127 if (match_octal(&args[0], &tmp)) { in hfsplus_parse_options()
134 if (match_int(&args[0], &tmp)) { in hfsplus_parse_options()
145 if (match_int(&args[0], &tmp)) { in hfsplus_parse_options()
156 if (match_int(&args[0], &sbi->part)) { in hfsplus_parse_options()
162 if (match_int(&args[0], &sbi->session)) { in hfsplus_parse_options()
172 p = match_strdup(&args[0]); in hfsplus_parse_options()