Home | History | Annotate | Download | only in openssh

Lines Matching defs:files

1191 	struct idlist agent, files, *preferred;
1198 TAILQ_INIT(&files); /* keys from the config file */
1214 TAILQ_INSERT_TAIL(&files, id, next);
1217 TAILQ_FOREACH_SAFE(id, &files, next, tmp) {
1221 TAILQ_FOREACH(id2, &files, next) {
1226 TAILQ_REMOVE(&files, id, next);
1234 TAILQ_REMOVE(&files, id, next);
1251 TAILQ_FOREACH(id, &files, next) {
1257 TAILQ_REMOVE(&files, id, next);
1284 for (id = TAILQ_FIRST(&files); id; id = TAILQ_FIRST(&files)) {
1285 TAILQ_REMOVE(&files, id, next);