Lines Matching defs:tmp
206 struct list_node *tmp;
209 tmp = curr->next;
211 curr = tmp;
3129 char *tmp = NULL;
3137 tmp = line;
3138 while (isspace(*tmp)) {
3139 tmp++;
3142 if (tmp[0] == '#' || tmp[0] == '\0') {
3148 matched = tokenize(tmp, ':', 3, &user, &seuser, &level);
3221 char *tmp = NULL;
3228 tmp = line;
3229 while (isspace(*tmp)) {
3230 tmp++;
3233 if (tmp[0] == '#' || tmp[0] == '\0') {
3239 matched = tokenize(tmp, ' ', 4, &user_str, &user, &prefix_str, &prefix);
3291 char *tmp = NULL;
3298 tmp = line;
3299 while (isspace(*tmp)) {
3300 tmp++;
3303 if (tmp[0] == '#' || tmp[0] == '\0') {
3309 matched = tokenize(tmp, ' ', 3, ®ex, &mode, &context);