Home
last modified time | relevance | path

Searched refs:nife (Results 1 – 25 of 100) sorted by relevance

1234

/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dif_media.c399 struct ifmedia_entry *ife, *nife; in ifmedia_delete_instance() local
402 ife = nife) { in ifmedia_delete_instance()
403 nife = TAILQ_NEXT(ife, ifm_list); in ifmedia_delete_instance()
415 struct ifmedia_entry *ife, *nife; in ifmedia_removeall() local
417 for (ife = TAILQ_FIRST(&ifm->ifm_list); ife != NULL; ife = nife) { in ifmedia_removeall()
418 nife = TAILQ_NEXT(ife, ifm_list); in ifmedia_removeall()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c1317 if_expr *nife = new if_expr (ife->location); in replace_id() local
1318 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1319 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1321 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1322 return nife; in replace_id()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgenmatch.c1380 if_expr *nife = new if_expr (ife->location); in replace_id() local
1381 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1382 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1384 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1385 return nife; in replace_id()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenmatch.c1378 if_expr *nife = new if_expr (ife->location); in replace_id() local
1379 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1380 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1382 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1383 return nife; in replace_id()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgenmatch.c1376 if_expr *nife = new if_expr (ife->location); in replace_id() local
1377 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1378 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1380 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1381 return nife; in replace_id()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgenmatch.c1189 if_expr *nife = new if_expr (ife->location); in replace_id() local
1190 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1191 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1193 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1194 return nife; in replace_id()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenmatch.c1317 if_expr *nife = new if_expr (ife->location); in replace_id() local
1318 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1319 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1321 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1322 return nife; in replace_id()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgenmatch.c1380 if_expr *nife = new if_expr (ife->location); in replace_id() local
1381 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1382 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1384 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1385 return nife; in replace_id()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgenmatch.c1376 if_expr *nife = new if_expr (ife->location); in replace_id() local
1377 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1378 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1380 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1381 return nife; in replace_id()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c1317 if_expr *nife = new if_expr (ife->location); in replace_id() local
1318 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1319 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1321 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1322 return nife; in replace_id()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c1317 if_expr *nife = new if_expr (ife->location); in replace_id() local
1318 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1319 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1321 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1322 return nife; in replace_id()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c1317 if_expr *nife = new if_expr (ife->location); in replace_id() local
1318 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1319 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1321 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1322 return nife; in replace_id()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgenmatch.c1380 if_expr *nife = new if_expr (ife->location); in replace_id() local
1381 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1382 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1384 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1385 return nife; in replace_id()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgenmatch.c1378 if_expr *nife = new if_expr (ife->location); in replace_id() local
1379 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1380 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1382 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1383 return nife; in replace_id()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgenmatch.c1376 if_expr *nife = new if_expr (ife->location); in replace_id() local
1377 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1378 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1380 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1381 return nife; in replace_id()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgenmatch.c1378 if_expr *nife = new if_expr (ife->location); in replace_id() local
1379 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1380 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1382 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1383 return nife; in replace_id()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgenmatch.c1317 if_expr *nife = new if_expr (ife->location); in replace_id() local
1318 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1319 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1321 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1322 return nife; in replace_id()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgenmatch.c1380 if_expr *nife = new if_expr (ife->location); in replace_id() local
1381 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1382 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1384 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1385 return nife; in replace_id()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgenmatch.c1189 if_expr *nife = new if_expr (ife->location); in replace_id() local
1190 nife->cond = as_a <c_expr *> (replace_id (ife->cond, id, with)); in replace_id()
1191 nife->trueexpr = replace_id (ife->trueexpr, id, with); in replace_id()
1193 nife->falseexpr = replace_id (ife->falseexpr, id, with); in replace_id()
1194 return nife; in replace_id()
/dports/mail/thunderbird-dictionaries/dictionaries/spell-zu-ZA.xpi/
H A Dzu-ZA.dic38882 nife
/dports/textproc/ro-mythes/ro-mythes-3.3_1/
H A Dth_ro_RO.idx22811 nife|1287099
/dports/www/dooble/dooble-2021.12.05/Dictionaries/sw_TZ/
H A Dsw_TZ.dic49493 nife
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in55478 nife 逆反 0
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in55478 nife 逆反 0
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in55478 nife 逆反 0

1234