Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Dtst-strtoll.c310 static void expand (char *dst, int c);
341 expand (exp1, *ep); in do_test()
342 expand (exp2, lt->left); in do_test()
373 expand (exp1, *ep); in do_test()
374 expand (exp2, lt->left); in do_test()
389 expand (char *dst, int c) in expand() function
Dtst-strtol.c535 static void expand (char *dst, int c);
566 expand (exp1, *ep); in do_test()
567 expand (exp2, lt->left); in do_test()
598 expand (exp1, *ep); in do_test()
599 expand (exp2, lt->left); in do_test()
614 expand (char *dst, int c) in expand() function
Dtst-strtod.c81 static void expand (char *dst, int c);
112 expand (exp1, *ep); in do_test()
113 expand (exp2, lt->left); in do_test()
183 expand (char *dst, int c) in expand() function
/glibc-2.36/scripts/
Ddocumented.sh63 expand | cut -b 33- | sed '/^[[:space:]]*$/d' |
/glibc-2.36/sysdeps/arm/armv6t2/
Dmemchr.S81 orr r1, r1, r1, lsl #8 @ expand the match word across to all bytes
/glibc-2.36/manual/
DMakefile138 $< | expand > $@.new
Dmacros.texi50 @c Document the safety functions as preliminary. It does NOT expand its
Dtexinfo.tex364 \indexdummies % don't expand commands in the output.
460 % We prepended an \empty token at the very beginning and we expand it now,
816 \makevalueexpandable % we want to expand any @value in FILE.
1442 % If we don't expand the argument now, \skipspaces will get
1693 % If we don't expand the argument now, \skipspaces will get
2911 % will therefore expand the active definition of _, which is us
4554 % And now expand that command.
4680 % Used for @value's in index entries to form the sort key: expand the @value
5182 % makeinfo does not expand macros in the argument to @deffn, which ends up
5284 \indexdummies % Must do this here, since \bf, etc expand at this stage
[all …]
Dpattern.texi543 previous calls to @code{glob}. This way you can effectively expand
566 reading the directories that must be read in order to expand @var{pattern}
2006 previous calls to @code{wordexp}. This way you can effectively expand
2051 Here is an example of using @code{wordexp} to expand several strings
Derrno.texi22 * Error Codes:: Error code macros; all of these expand
116 All of them expand into integer constant values. Some of these error
Dmemory.texi2580 or @code{obstack_chunk_free}, alone, expand into a function name if it is
Dfilesys.texi1665 entry, and there is no space left in the file system to expand it.
Dstdio.texi629 expand to too much code.
/glibc-2.36/posix/
DPTESTS238 #W back references are supposed to expand to the last match, but what
/glibc-2.36/math/
DREADME.libm-test29 "gen-libm-test.py" to expand the templates and produce a set of test
/glibc-2.36/ChangeLog.old/
DChangeLog.10420 * posix/wordexp.c: Use $HOME to expand ~ (if set); fix off-by-one
11156 (_dl_map_object_deps): Use expand_dst to expand DSTs in DT_NEEDED,
11164 (dl_open_worker): Recognize and expand DSTs in filename.
11219 * elf/dl-load.c (expand_dynamic_string_token): Don't expand
11921 always expand pattern when it is needed. Also, handle quoting in
DChangeLog.22091 FPU directory, expand and uniquize the list with code that used to
DChangeLog.154749 * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
DChangeLog.96036 expand DST.
DChangeLog.12868 * elf/dl-load.c (_dl_dst_count): In SUID binaries expand $ORIGIN
DChangeLog.58251 * sysdeps/mach/hurd/dup2.c: Call _hurd_alloc_fd to expand the
DChangeLog.1827209 * assert/assert.h (assert): Don't macro-expand failed assertion
29222 * stdlib/tst-strtod.c (expand): Likewise.
29223 * stdlib/tst-strtol.c (expand): Likewise.
29224 * stdlib/tst-strtoll.c (expand): Likewise.
61562 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
93057 * string/test-string.h (IMPL): Use __STRING to expand name and then
95618 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
DChangeLog.1112771 chance to expand VERSION_##lib##_##version.
DChangeLog.16568 * intl/finddomain.c (_nl_find_domain): Avoid strdup of expand
DChangeLog.72400 * libio/libioP.h: Don't use __BEGIN_DECLS/__END_DECLS, expand macros.