| /netbsd-src/libexec/ftpd/ |
| H A D | conf.c | 82 struct ftpconv *conv, *cnext; in init_curclass() local 84 for (conv = curclass.conversions; conv != NULL; conv = cnext) { in init_curclass() 89 cnext = conv->next; in init_curclass() 147 struct ftpconv *conv, *cnext; in parse_conf() local 332 for (cnext = curclass.conversions; in parse_conf() 333 cnext != NULL; cnext = cnext->next) in parse_conf() 334 if (cnext->next == NULL) in parse_conf() 336 if (cnext != NULL) in parse_conf() 337 cnext->next = conv; in parse_conf()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/cmac/ |
| H A D | cmac.c | 36 unsigned char c = l[0], carry = c >> 7, cnext; in make_kn() local 39 for (i = 0; i < bl - 1; i++, c = cnext) in make_kn() 40 k1[i] = (c << 1) | ((cnext = l[i + 1]) >> 7); in make_kn()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmac/ |
| H A D | cmac.c | 42 unsigned char c = l[0], carry = c >> 7, cnext; in make_kn() local 45 for (i = 0; i < bl - 1; i++, c = cnext) in make_kn() 46 k1[i] = (c << 1) | ((cnext = l[i + 1]) >> 7); in make_kn()
|
| /netbsd-src/share/i18n/esdb/ISO-2022/ |
| H A D | ISO-2022.alias | 4 CN-EXT iso-2022-cn-ext iso2022-cnext
|
| /netbsd-src/games/backgammon/common_source/ |
| H A D | 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) in bsect() argument 255 curmove(curr + cnext, curc - bct); in bsect()
|
| /netbsd-src/sys/opencrypto/ |
| H A D | cryptodev.c | 924 struct csession *cse, *cnext, *ret = NULL; in csefind() local 927 TAILQ_FOREACH_SAFE(cse, &fcr->csessions, next, cnext) in csefind() 938 struct csession *cse, *cnext; in csedelete() local 942 TAILQ_FOREACH_SAFE(cse, &fcr->csessions, next, cnext) { in csedelete() 1884 struct cryptop *crp = NULL, *cnext; in cryptodev_getstatus() local 1892 TAILQ_FOREACH_SAFE(crp, &fcr->crp_ret_mq, crp_next, cnext) { in cryptodev_getstatus()
|
| H A D | crypto.c | 1799 struct cryptop *crp, *submit, *cnext; in cryptointr() local 1819 TAILQ_FOREACH_SAFE(crp, crp_q, crp_next, cnext) { in cryptointr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-stmt.cc | 5456 gfc_code *cnext) in gfc_trans_where_assign() argument 5471 if (cnext && cnext->resolved_sym) in gfc_trans_where_assign() 5472 return gfc_trans_call (cnext, true, mask, count1, invert); in gfc_trans_where_assign() 5673 gfc_code *cnext; in gfc_trans_where_2() local 5800 cnext = cblock->next; in gfc_trans_where_2() 5801 while (cnext) in gfc_trans_where_2() 5803 switch (cnext->op) in gfc_trans_where_2() 5808 arg = cnext->ext.actual; in gfc_trans_where_2() 5822 expr1 = cnext->expr1; in gfc_trans_where_2() 5823 expr2 = cnext->expr2; in gfc_trans_where_2() [all …]
|
| H A D | resolve.cc | 10528 gfc_code *cnext; in resolve_where() local 10553 cnext = cblock->next; in resolve_where() 10554 while (cnext) in resolve_where() 10556 switch (cnext->op) in resolve_where() 10562 if (e && !resolve_where_shape (cnext->expr1, e)) in resolve_where() 10564 "inconsistent shape", &cnext->expr1->where); in resolve_where() 10569 resolve_call (cnext); in resolve_where() 10570 if (!cnext->resolved_sym->attr.elemental) in resolve_where() 10572 &cnext->ext.actual->expr->where); in resolve_where() 10577 resolve_where (cnext, e); in resolve_where() [all …]
|
| H A D | trans-decl.cc | 5619 gfc_constructor *c, *cnext; in generate_coarray_sym_init() local 5624 cnext = gfc_constructor_next (c); in generate_coarray_sym_init() 5626 if (cnext) in generate_coarray_sym_init()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-stmt.c | 5420 gfc_code *cnext) in gfc_trans_where_assign() argument 5435 if (cnext && cnext->resolved_sym) in gfc_trans_where_assign() 5436 return gfc_trans_call (cnext, true, mask, count1, invert); in gfc_trans_where_assign() 5637 gfc_code *cnext; in gfc_trans_where_2() local 5764 cnext = cblock->next; in gfc_trans_where_2() 5765 while (cnext) in gfc_trans_where_2() 5767 switch (cnext->op) in gfc_trans_where_2() 5772 arg = cnext->ext.actual; in gfc_trans_where_2() 5786 expr1 = cnext->expr1; in gfc_trans_where_2() 5787 expr2 = cnext->expr2; in gfc_trans_where_2() [all …]
|
| H A D | resolve.c | 10381 gfc_code *cnext; in resolve_where() local 10406 cnext = cblock->next; in resolve_where() 10407 while (cnext) in resolve_where() 10409 switch (cnext->op) in resolve_where() 10415 if (e && !resolve_where_shape (cnext->expr1, e)) in resolve_where() 10417 "inconsistent shape", &cnext->expr1->where); in resolve_where() 10422 resolve_call (cnext); in resolve_where() 10423 if (!cnext->resolved_sym->attr.elemental) in resolve_where() 10425 &cnext->ext.actual->expr->where); in resolve_where() 10430 resolve_where (cnext, e); in resolve_where() [all …]
|
| H A D | trans-decl.c | 5691 gfc_constructor *c, *cnext; in generate_coarray_sym_init() local 5696 cnext = gfc_constructor_next (c); in generate_coarray_sym_init() 5698 if (cnext) in generate_coarray_sym_init()
|