Home
last modified time | relevance | path

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

1234

/glibc-2.36/posix/
Dwordexp.c947 int copying = 0; in exec_comm() local
980 if (copying == 2) in exec_comm()
989 copying = 0; in exec_comm()
993 copying = 0; in exec_comm()
1005 if (copying == 1) in exec_comm()
1006 copying = 3; in exec_comm()
1017 if (copying != 1 && copying != 3) in exec_comm()
1021 copying = 2; in exec_comm()
1039 if (copying == 3) in exec_comm()
1049 copying = 1; in exec_comm()
/glibc-2.36/
D.gitignore14 copying.*
DREADME71 The GNU C Library is free software. See the file COPYING.LIB for copying
DCOPYING56 The precise terms and conditions for copying, distribution and
72 Activities other than copying, distribution and modification are not
186 all its terms and conditions for copying, distributing or modifying
DLICENSES1 This file contains the copying permission notices for various files in the
DMakerules1489 # Snarf from the master source and frob the copying notice.
/glibc-2.36/manual/
Dlibc.texinfo42 @copying
68 @end copying
Dfdl-1.3.texi141 copying of the copies you make or distribute. However, you may accept
162 as verbatim copying in other respects.
334 verbatim copying of each of the documents in all other respects.
339 other respects regarding verbatim copying of that document.
Dlgpl-2.1.texi115 The precise terms and conditions for copying, distribution and
149 Activities other than copying, distribution and modification are not
323 copying library functions into the executable, and (2) will operate
396 all its terms and conditions for copying, distributing or modifying
Dfreemanuals.texi19 copying, no modification, source files not available---which exclude
Dstring.texi2 @c %MENU% Utilities for copying and comparing strings and arrays
7 utility functions, including functions for copying, concatenating,
29 * Concatenating Strings:: Functions to concatenate strings while copying.
30 * Truncating Strings:: Functions to truncate strings while copying.
352 @cindex copying strings and arrays
374 All functions that have problems copying between overlapping arrays are
673 string or wide string to another. They follow the string-copying
735 end of the destination string so that the actual copying can start.
779 the intermediate results sums up to 5500! If we combine the copying
842 length of the string and therefore can use the faster memory copying
[all …]
Dcontrib.texi533 included from 4.4 BSD with little or no modification. The copying
Dmemory.texi900 necessitates copying it, so it can fail if no other space is available.
1491 possibly by copying it to a new location. @xref{Changing Block Size}.
2096 This allocates a block and initializes it by copying @var{size}
2112 The @code{obstack_copy0} function is convenient for copying a sequence
2265 bytes of data to the growing object, copying the contents from
2392 @c (no sequence point between copying c and incrementing next_free)
Dprocess.texi498 copying only the argument and environment strings to new locations. But
Dtexinfo.tex7587 % @copying ... @end copying.
7593 % beforehand -- and a) we want @copying to be done first in the source
7597 \def\copying{\checkenv{}\begingroup\scanargctxt\docopying}
7598 \def\docopying#1@end copying{\endgroup\def\copyingtext{#1}}
8061 % Used for copying and captions
8136 \def\scanargctxt{% used for copying and captions, not macros.
Dlang.texi477 The @code{va_copy} macro allows copying of objects of type
/glibc-2.36/sysdeps/s390/s390-32/
Ddl-trampoline.h246 # copying the arg overflow area
/glibc-2.36/sysdeps/s390/s390-64/
Ddl-trampoline.h250 # tail call without copying the
/glibc-2.36/benchtests/
DREADME73 without copying the source nor build directories.
/glibc-2.36/ChangeLog.old/
DChangeLog.3725 * sysdeps/mach/hurd/errnos.awk: Handle copying errors from
963 * math/Makefile: Remove if-ed out old bsdmath copying rules.
DChangeLog.132352 * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
2577 suggested copying permission notice now says version 2.1 instead
2580 * crypt/crypt.c: Changed copying permission notice to Lesser GPL
2608 Lesser GPL copying permission notice from 2 to 2.1.
2666 Moshier and Lesser GPL copying permission notice, per license from
2683 * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
3268 copying permission notice (Lesser GPL), per recent IBM Software Letter.
3280 text of the copying permission notice to say Lesser GPL instead
3304 * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
5869 * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
[all …]
DChangeLog.4368 * sysdeps/mach/hurd/socketpair.c: Rewritten (copying __pipe.c).
988 * sysdeps/mach/hurd/__mknod.c: Fixed copying of the translator
DChangeLog.21081 * locale/localeconv.c: Fix copying notice to LGPL.
1530 than compiling them into the source directory and then copying.
2927 * sysdeps/posix/getcwd.c: Call closedir after copying from the
DChangeLog.ports-m68k212 [__mcoldfire__]: Fix copying loop.
DChangeLog.17158 copying of h_name.
824 (__makecontext): Adjust arg counter properly when copying arg
2206 * resolv/res_send.c (__libc_res_nsend): Fix copying of IPv4 server
2933 structure before copying it to avoid warning.
7307 * sysdeps/i386/i686/memcpy.S: Optimize copying of equally aligned
8768 into account when copying TZ string.
14749 copying. No need to allocate new array for group members. Just
14752 * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying.

1234