Searched refs:c_link (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/crypto/openssh/ |
| HD | ssh-keyscan.c | 103 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/ |
| HD | extern.h | 39 void c_link(const char *, off_t, const char *, off_t);
|
| HD | link.c | 40 c_link(const char *file1, off_t skip1, const char *file2, off_t skip2) in c_link() function
|
| HD | cmp.c | 136 c_link(file1, skip1, file2, skip2); in main()
|