Searched refs:copying (Results 1 – 25 of 86) sorted by relevance
1234
/glibc-2.36/posix/ |
D | wordexp.c | 947 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 | .gitignore | 14 copying.*
|
D | README | 71 The GNU C Library is free software. See the file COPYING.LIB for copying
|
D | COPYING | 56 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
|
D | LICENSES | 1 This file contains the copying permission notices for various files in the
|
D | Makerules | 1489 # Snarf from the master source and frob the copying notice.
|
/glibc-2.36/manual/ |
D | libc.texinfo | 42 @copying 68 @end copying
|
D | fdl-1.3.texi | 141 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.
|
D | lgpl-2.1.texi | 115 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
|
D | freemanuals.texi | 19 copying, no modification, source files not available---which exclude
|
D | string.texi | 2 @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 …]
|
D | contrib.texi | 533 included from 4.4 BSD with little or no modification. The copying
|
D | memory.texi | 900 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)
|
D | process.texi | 498 copying only the argument and environment strings to new locations. But
|
D | texinfo.tex | 7587 % @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.
|
D | lang.texi | 477 The @code{va_copy} macro allows copying of objects of type
|
/glibc-2.36/sysdeps/s390/s390-32/ |
D | dl-trampoline.h | 246 # copying the arg overflow area
|
/glibc-2.36/sysdeps/s390/s390-64/ |
D | dl-trampoline.h | 250 # tail call without copying the
|
/glibc-2.36/benchtests/ |
D | README | 73 without copying the source nor build directories.
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.3 | 725 * sysdeps/mach/hurd/errnos.awk: Handle copying errors from 963 * math/Makefile: Remove if-ed out old bsdmath copying rules.
|
D | ChangeLog.13 | 2352 * 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 …]
|
D | ChangeLog.4 | 368 * sysdeps/mach/hurd/socketpair.c: Rewritten (copying __pipe.c). 988 * sysdeps/mach/hurd/__mknod.c: Fixed copying of the translator
|
D | ChangeLog.2 | 1081 * 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
|
D | ChangeLog.ports-m68k | 212 [__mcoldfire__]: Fix copying loop.
|
D | ChangeLog.17 | 158 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