Searched refs:expanded (Results 26 - 39 of 39) sorted by relevance

12

/freebsd-11.0-release/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c543 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, argument
611 expanded[i] = tmp[bug];
632 * flip bit 16 in initial expanded key. (The choice of 16 is arbitrary, but
636 * It is crucial that we don't do the same to the expanded key used in the main
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Descape.mk45 # Some variables to be expanded in tests
/freebsd-11.0-release/share/mk/
H A Dbsd.compiler.mk84 # -Wself-assign on macro-expanded lines.
H A Ddirdeps.mk47 # entries) are also expanded to a full .<target_spec>.
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dc-exp.c31 variables, as they might otherwise be expanded by user macros.
2960 char *expanded = macro_expand_next (&lexptr,
2964 if (expanded)
2965 scan_macro_expansion (expanded);
2956 char *expanded = macro_expand_next (&lexptr, local
H A Dgdbarch.sh1437 so that macros such as TARGET_DOUBLE_BIT, when expanded, refer to
/freebsd-11.0-release/contrib/gcc/
H A Dprotoize.c161 const char *const expanded; member in struct:unexpansion_struct
171 expanded forms, or else havoc will ensue. */
1005 for (unexp_p = unexpansions; unexp_p->expanded; unexp_p++)
1007 const char *in_p = unexp_p->expanded;
4002 buffer can be expanded later as needed. */
/freebsd-11.0-release/contrib/ncurses/form/
H A Dfrm_driver.c4804 /* determine the number of bytes needed to store the expanded string */
4819 /* allocate a place to store the expanded string */
4820 if (field->expanded[buffer] != 0)
4821 free(field->expanded[buffer]);
4822 field->expanded[buffer] = typeMalloc(char, need + 1);
4832 if ((result = field->expanded[buffer]) != 0)
/freebsd-11.0-release/contrib/libreadline/
H A Dhistexpand.c515 *END_INDEX_PTR, and the expanded specifier in *RET_STRING. */
1022 for special cases that should not be history expanded,
1174 documentation which means `the expanded text to this point'.
/freebsd-11.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex303 % Do this outside of the \shipout so @code etc. will be expanded in
1283 % such as \, aren't expanded when present in a section title.
4032 % expanded while writing the .toc file. \char\appendixno is not
4195 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX
4196 % expanded @cite (which turns out to cause errors because \cite is meant
4197 % to be executed, not expanded).
4199 % Anyway, we don't want the fully-expanded definition of @cite to appear
5932 % expanded by \write.
6030 \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef
/freebsd-11.0-release/contrib/amd/doc/
H A Dtexinfo.tex294 % Do this outside of the \shipout so @code etc. will be expanded in
1204 % aren't expanded.
3858 % expanded while writing the .toc file. \char\appendixno is not
4021 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX
4022 % expanded @cite (which turns out to cause errors because \cite is meant
4023 % to be executed, not expanded).
4025 % Anyway, we don't want the fully-expanded definition of @cite to appear
5736 % expanded by \write.
5835 \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef
/freebsd-11.0-release/contrib/groff/doc/
H A Dtexinfo.tex295 % Do this outside of the \shipout so @code etc. will be expanded in
1205 % aren't expanded.
3930 % expanded while writing the .toc file. \char\appendixno is not
4093 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX
4094 % expanded @cite (which turns out to cause errors because \cite is meant
4095 % to be executed, not expanded).
4097 % Anyway, we don't want the fully-expanded definition of @cite to appear
5808 % expanded by \write.
5907 \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef
/freebsd-11.0-release/contrib/bmake/mk/
H A Ddirdeps.mk46 # entries) are also expanded to a full .<target_spec>.
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql441 translated and keywords expanded according to the properties in the

Completed in 261 milliseconds

12