Searched refs:fdl (Results 1 – 10 of 10) sorted by relevance
/external/toybox/toys/posix/ |
D | tee.c | 56 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()
|
D | od.c | 75 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/ |
D | isnan.m4 | 39 dnl REPLACE_ISNAN=1 also makes sure the rpl_isnan[fdl] functions get built.
|
D | signbit.m4 | 78 dnl REPLACE_SIGNBIT=1 makes sure the signbit[fdl] functions get built.
|
D | gnulib-comp.m4 | 76 # Code from module fdl: 915 doc/fdl.texi
|
/external/bison/doc/ |
D | Makefile.am | 20 bison_TEXINFOS = $(srcdir)/cross-options.texi gpl-3.0.texi fdl.texi
|
D | Makefile.in | 1411 bison_TEXINFOS = $(srcdir)/cross-options.texi gpl-3.0.texi fdl.texi
|
D | bison.texi | 12253 @include fdl.texi 12330 @c LocalWords: YYSTACK DVI fdl printindex IELR nondeterministic nonterminals ps
|
/external/openssh/ |
D | ssh-agent.c | 947 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/ |
D | ChangeLog-2012 | 3 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 …]
|