Lines Matching refs:matched
2857 int matched;
2862 matched = tokenize(levelstr, ':', 2, &sens, &cats);
2863 if (matched < 1 || matched > 2) {
2871 if (matched == 2) {
2921 int matched;
2927 matched = tokenize(contextstr, ':', 4, &user, &role, &type, &level);
2928 if (matched < 3 || matched > 4) {
2936 if (matched == 3) {
2969 int matched;
2987 matched = tokenize(tmp, ':', 3, &user, &seuser, &level);
2989 if (matched < 2 || matched > 3) {
3001 switch (matched) {
3053 int matched;
3078 matched = tokenize(tmp, ' ', 4, &user_str, &user, &prefix_str, &prefix);
3079 if (matched != 4) {
3125 int matched;
3148 matched = tokenize(tmp, ' ', 3, ®ex, &mode, &context);
3149 if (matched < 2 || matched > 3) {
3155 if (matched == 2) {