Home
last modified time | relevance | path

Searched refs:c_link (Results 1 – 4 of 4) sorted by relevance

/NextBSD/crypto/openssh/
HDssh-keyscan.c103 TAILQ_ENTRY(Connection) c_link; /* List of connections in timeout order. */
358 TAILQ_INSERT_TAIL(&tq, &fdcon[s], c_link); in conalloc()
376 TAILQ_REMOVE(&tq, &fdcon[s], c_link); in confree()
384 TAILQ_REMOVE(&tq, &fdcon[s], c_link); in contouch()
387 TAILQ_INSERT_TAIL(&tq, &fdcon[s], c_link); in contouch()
568 c = TAILQ_NEXT(c, c_link); in conloop()
/NextBSD/usr.bin/cmp/
HDextern.h39 void c_link(const char *, off_t, const char *, off_t);
HDlink.c40 c_link(const char *file1, off_t skip1, const char *file2, off_t skip2) in c_link() function
HDcmp.c136 c_link(file1, skip1, file2, skip2); in main()