Home | History | Annotate | Download | only in src

Lines Matching refs:prefix_str

3058 	char *prefix_str = NULL;
3078 matched = tokenize(tmp, ' ', 4, &user_str, &user, &prefix_str, &prefix);
3087 if (*eol != ';' || strcmp(user_str, "user") || strcmp(prefix_str, "prefix")) {
3099 free(prefix_str);
3100 user = prefix = line = user_str = prefix_str = NULL;