| /src/libexec/ftpd/ |
| conf.c | 82 struct ftpconv *conv, *cnext; local 84 for (conv = curclass.conversions; conv != NULL; conv = cnext) { 89 cnext = conv->next; 147 struct ftpconv *conv, *cnext; local 332 for (cnext = curclass.conversions; 333 cnext != NULL; cnext = cnext->next) 334 if (cnext->next == NULL) 336 if (cnext != NULL [all...] |
| /src/games/backgammon/common_source/ |
| fancy.c | 196 * bsect (b,rpos,cpos,cnext) 199 * start printing, and "cnext" is positive if the position starts at the top 205 bsect(int b, int rpos, int cpos, int cnext) 255 curmove(curr + cnext, curc - bct);
|
| /src/sys/opencrypto/ |
| cryptodev.c | 924 struct csession *cse, *cnext, *ret = NULL; local 927 TAILQ_FOREACH_SAFE(cse, &fcr->csessions, next, cnext) 938 struct csession *cse, *cnext; local 942 TAILQ_FOREACH_SAFE(cse, &fcr->csessions, next, cnext) { 1884 struct cryptop *crp = NULL, *cnext; local 1892 TAILQ_FOREACH_SAFE(crp, &fcr->crp_ret_mq, crp_next, cnext) {
|
| crypto.c | 1799 struct cryptop *crp, *submit, *cnext; local 1819 TAILQ_FOREACH_SAFE(crp, crp_q, crp_next, cnext) {
|