Home
last modified time | relevance | path

Searched refs:ftail (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-mtread.c592 char *ptr, *ftail; in do_random2() local
604 ftail = strchr(filter, ']'); in do_random2()
605 if (!ftail || ftail < ptr) in do_random2()
612 ftail++; in do_random2()
616 sprintf(fbuf, "%.*s%d%s", flen, filter, r, ftail); in do_random2()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dfil.c4414 frentry_t frd, *fp, *f, **fprev, **ftail; in frrequest() local
4625 ftail = NULL; in frrequest()
4873 ftail = fprev; in frrequest()
4874 for (f = *ftail; (f = *ftail) != NULL; ftail = &f->fr_next) { in frrequest()
4876 ftail = fprev; in frrequest()
4880 fprev = ftail; in frrequest()
4883 for (; (f = *ftail) != NULL; ftail = &f->fr_next) { in frrequest()
4952 for (ftail = fprev; (f = *ftail) != NULL; ) { in frrequest()
4955 ftail = &f->fr_next; in frrequest()
4956 fprev = ftail; in frrequest()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dlang.opt794 ftail-call-workaround
795 Fortran Alias(ftail-call-workaround=,1,0)
797 ftail-call-workaround=
H A Dinvoke.texi188 -fbounds-check -ftail-call-workaround -ftail-call-workaround=@var{n} @gol
1671 @item -ftail-call-workaround
1672 @itemx -ftail-call-workaround=@var{n}
1681 arguments. With @option{-ftail-call-workaround=2} tail call optimization
1683 with @option{-ftail-call-workaround=1} or equivalent
1684 @option{-ftail-call-workaround} only in gfortran procedures with character
1699 @option{-ftail-call-workaround=0}, can be used to disable this option.
1701 Default is currently @option{-ftail-call-workaround}, this will change
H A Dgfortran.info503 -fbounds-check -ftail-call-workaround -ftail-call-workaround=N
1688 '-ftail-call-workaround'
1689 '-ftail-call-workaround=N'
1697 character arguments. With '-ftail-call-workaround=2' tail call
1699 arguments, with '-ftail-call-workaround=1' or equivalent
1700 '-ftail-call-workaround' only in gfortran procedures with character
1714 '-ftail-call-workaround=0', can be used to disable this option.
1716 Default is currently '-ftail-call-workaround', this will change in
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dlang.opt811 ftail-call-workaround
812 Fortran Alias(ftail-call-workaround=,1,0)
814 ftail-call-workaround=
H A Dinvoke.texi188 -fbounds-check -ftail-call-workaround -ftail-call-workaround=@var{n} @gol
1737 @item -ftail-call-workaround
1738 @itemx -ftail-call-workaround=@var{n}
1747 arguments. With @option{-ftail-call-workaround=2} tail call optimization
1749 with @option{-ftail-call-workaround=1} or equivalent
1750 @option{-ftail-call-workaround} only in gfortran procedures with character
1765 @option{-ftail-call-workaround=0}, can be used to disable this option.
1767 Default is currently @option{-ftail-call-workaround}, this will change
H A DChangeLog-20191908 * lang.opt (ftail-call-workaround): Fix a typo.
1912 * lang.opt (ftail-call-workaround=): Fix a typo - lenghts to lengths.
1939 (ftail-call-workaround, ftail-call-workaround=): New options.
1947 (ftail-call-workaround, ftail-call-workaround=): Document.
H A Dgfortran.info492 -fbounds-check -ftail-call-workaround -ftail-call-workaround=N
1736 '-ftail-call-workaround'
1737 '-ftail-call-workaround=N'
1745 character arguments. With '-ftail-call-workaround=2' tail call
1747 arguments, with '-ftail-call-workaround=1' or equivalent
1748 '-ftail-call-workaround' only in gfortran procedures with character
1762 '-ftail-call-workaround=0', can be used to disable this option.
1764 Default is currently '-ftail-call-workaround', this will change in