Home | History | Annotate | Download | only in openssh

Lines Matching refs:TAILQ_FIRST

1414 		for (id = TAILQ_FIRST(&agent); id; id = TAILQ_FIRST(&agent)) {
1421 for (id = TAILQ_FIRST(&files); id; id = TAILQ_FIRST(&files)) {
1437 for (id = TAILQ_FIRST(&authctxt->keys); id;
1438 id = TAILQ_FIRST(&authctxt->keys)) {
1454 while ((id = TAILQ_FIRST(&authctxt->keys))) {