Home
last modified time | relevance | path

Searched refs:fdl (Results 1 – 10 of 10) sorted by relevance

/external/toybox/toys/posix/
Dtee.c56 struct fd_list *fdl; in tee_main() local
64 fdl = TT.outputs; in tee_main()
66 if(len != writeall(fdl ? fdl->fd : 1, toybuf, len)) toys.exitval=1; in tee_main()
67 if (!fdl) break; in tee_main()
68 fdl = fdl->next; in tee_main()
Dod.c75 union {float f; double d; long double ld;} fdl; in od_out_t() local
77 memcpy(&fdl, TT.buf+*offset, t->size); in od_out_t()
80 ld = fdl.f; in od_out_t()
83 ld = fdl.d; in od_out_t()
86 ld = fdl.ld; in od_out_t()
/external/bison/m4/
Disnan.m439 dnl REPLACE_ISNAN=1 also makes sure the rpl_isnan[fdl] functions get built.
Dsignbit.m478 dnl REPLACE_SIGNBIT=1 makes sure the signbit[fdl] functions get built.
Dgnulib-comp.m476 # Code from module fdl:
915 doc/fdl.texi
/external/bison/doc/
DMakefile.am20 bison_TEXINFOS = $(srcdir)/cross-options.texi gpl-3.0.texi fdl.texi
DMakefile.in1411 bison_TEXINFOS = $(srcdir)/cross-options.texi gpl-3.0.texi fdl.texi
Dbison.texi12253 @include fdl.texi
12330 @c LocalWords: YYSTACK DVI fdl printindex IELR nondeterministic nonterminals ps
/external/openssh/
Dssh-agent.c947 prepare_select(fd_set **fdrp, fd_set **fdwp, int *fdl, u_int *nallocp, in prepare_select() argument
977 if (n < *fdl) in prepare_select()
978 debug("XXX shrink: %d < %d", n, *fdl); in prepare_select()
979 *fdl = n; in prepare_select()
/external/bison/
DChangeLog-20123 maint: get fdl.texi from gnulib
4 * bootstrap.conf (gnulib_modules): Add fdl.
5 * doc/fdl.texi: Remove file.
1027 * doc/fdl.texi: Update to version 1.3, taken from:
1028 http://www.gnu.org/licenses/fdl.texi
4788 * doc/fdl.texi, doc/refcard.tex, etc/Makefile.am, etc/README:
10956 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
13185 * doc/fdl.texi: Sync with latest FSF version.
13907 * doc/fdl.texi: Upgrade to 1.2.
21964 `fdl.texi'.
[all …]