/glibc-2.36/hurd/ |
D | get-host.c | 30 mach_msg_type_number_t nread, more; in _hurd_get_host_config() local 57 err = __io_readable (config, &more); in _hurd_get_host_config() 68 if (nread == 0 && more == 0) in _hurd_get_host_config() 84 more = 1; in _hurd_get_host_config() 86 if (more) in _hurd_get_host_config()
|
D | Depend | 7 # way with more somewhat expensive `make' invocations.
|
/glibc-2.36/libio/ |
D | wgenops.c | 285 size_t more = n; in libc_hidden_def() local 286 if (more <= 0) in libc_hidden_def() 295 if ((size_t) count > more) in libc_hidden_def() 296 count = more; in libc_hidden_def() 313 more -= count; in libc_hidden_def() 315 if (more == 0 || __woverflow (f, *s++) == WEOF) in libc_hidden_def() 317 more--; in libc_hidden_def() 319 return n - more; in libc_hidden_def() 327 size_t more = n; in libc_hidden_def() local 336 if ((size_t) count > more) in libc_hidden_def() [all …]
|
D | genops.c | 373 size_t more = n; in libc_hidden_def() local 374 if (more <= 0) in libc_hidden_def() 382 if (count > more) in libc_hidden_def() 383 count = more; in libc_hidden_def() 397 more -= count; in libc_hidden_def() 399 if (more == 0 || _IO_OVERFLOW (f, (unsigned char) *s++) == EOF) in libc_hidden_def() 401 more--; in libc_hidden_def() 403 return n - more; in libc_hidden_def() 418 size_t more = n; in libc_hidden_def() local 426 if (count > more) in libc_hidden_def() [all …]
|
/glibc-2.36/sysdeps/arm/ |
D | strlen.S | 36 @ more 39 subs r3, r3, $1 @ any more to do? 41 subs r3, r3, $1 @ more? 45 subs r3, r3, $1 @ any more to do? 47 subs r3, r3, $1 @ more?
|
/glibc-2.36/argp/ |
D | argp-help.c | 921 hol_append (struct hol *hol, struct hol *more) in hol_append() argument 928 *cl_end = more->clusters; in hol_append() 929 more->clusters = 0; in hol_append() 932 if (more->num_entries > 0) in hol_append() 936 hol->num_entries = more->num_entries; in hol_append() 937 hol->entries = more->entries; in hol_append() 938 hol->short_options = more->short_options; in hol_append() 939 more->num_entries = 0; /* Mark MORE's fields as invalid. */ in hol_append() 948 unsigned num_entries = hol->num_entries + more->num_entries; in hol_append() 953 malloc (hol_so_len + strlen (more->short_options) + 1); in hol_append() [all …]
|
/glibc-2.36/sysdeps/alpha/alphaev6/ |
D | memcpy.S | 117 subq $18, 192, $2 # E : At least two more trips to go? 128 # fallback wh64 address if < 2 more trips 139 cmple $18, 63, $1 # E : At least one more trip? 181 bgt $18, $tail_bytes # U : more to be done? 244 bgt $18, $misalign_byte # U : more to go?
|
D | memset.S | 165 subq $3, 16, $2 # E : Repeat the loop at least once more? 187 bne $3, $loop # U : more?
|
/glibc-2.36/nis/ |
D | yp_xdr.c | 182 if (!xdr_bool (xdrs, &objp->more)) in libnsl_hidden_nolink_def() 184 switch (objp->more) in libnsl_hidden_nolink_def() 303 bool_t more, status; in libnsl_hidden_nolink_def() local 306 if (!xdr_bool(xdrs, &more)) in libnsl_hidden_nolink_def() 308 if (!more) in libnsl_hidden_nolink_def()
|
/glibc-2.36/sysdeps/unix/sysv/linux/generic/ |
D | README | 10 converting to use more 64-bit types in kernel syscalls, so that aspect 11 of this support is in more flux as of this writing.
|
/glibc-2.36/hesiod/ |
D | README.hesiod | 30 one or more of the following steps, depending on whether you are 58 For more information on NSS, please refer to the `The GNU C Library 129 For more information on `named' refer to the `Name Server Operations 149 For more information on the Hesiod name service take a look at some of
|
/glibc-2.36/manual/ |
D | charset.texi | 12 or eight bits for each character: there was never a case where more than 14 limitations of this approach became more apparent as more people 52 with more and larger character sets. 65 more than four bytes seem not to be necessary). 80 assigned, but the assignment of more specialized characters outside this 201 and transmittal. Because each single wide character consists of more 207 important) point is that wide characters often require more storage space 239 sets where one character @emph{can} be represented by more than one 244 character on its own or whether it has to be combined with some more 251 state changes that cover more than the next character. This has the [all …]
|
D | string.texi | 69 A @dfn{multibyte character} is a sequence of one or more bytes that 122 A notorious source of program bugs is trying to put more bytes into a 136 strings are encoded using a multibyte encoding (for more information on 155 languages based on syllables still have the problem that more than one 159 created. Also, the higher level functions can also much more easily operate 161 is to use wide characters internally whenever text is more than simply 201 versions of a function. The one that is more appropriate to use depends 205 strings it is usually more convenient to use the @samp{str}/@samp{wcs} 320 is more efficient and works even if @var{s} is not null-terminated so 410 are more optimizations possible. [all …]
|
D | setjmp.texi | 35 buffers or other data structures, and the like---then it can be more 238 The Unix standard provides one more set of functions to control the 239 execution path and these functions are more powerful than those 250 of this type are normally much larger since more information is 251 contained. The type is also used in a few more places as we will see. 338 returns or it should be a null pointer. See @code{setcontext} for more 435 on most platforms more information which may lead to fewer surprises 436 but this also means using these functions is more expensive (besides
|
D | getopt.texi | 112 command line option. When no more option arguments are available, it 113 returns @code{-1}. There may still be more non-option arguments; you 141 @code{-1}, indicating no more options are present, the loop terminates. 282 When @code{getopt_long} has no more options to handle, it returns 291 getopt functionality there is one more function available.
|
/glibc-2.36/sysdeps/x86/ |
D | dl-tunables.list | 13 # Lesser General Public License for more details. 40 # more data with a single load and store, the threshold is
|
/glibc-2.36/nptl/ |
D | TODO-testing | 11 some more tests needed
|
/glibc-2.36/ |
D | .clang-format | 13 # Lesser General Public License for more details. 21 # For more information, see:
|
/glibc-2.36/sysdeps/sh/ |
D | preconfigure | 45 # 10*(2^10) chars as input seems more than enough 111 # 10*(2^10) chars as input seems more than enough
|
/glibc-2.36/sysdeps/microblaze/ |
D | preconfigure | 45 # 10*(2^10) chars as input seems more than enough 111 # 10*(2^10) chars as input seems more than enough
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | Subdirs | 7 # way with more somewhat expensive `make' invocations.
|
/glibc-2.36/sysdeps/mach/ |
D | Subdirs | 7 # way with more somewhat expensive `make' invocations.
|
/glibc-2.36/sysdeps/nios2/ |
D | configure | 46 # 10*(2^10) chars as input seems more than enough 112 # 10*(2^10) chars as input seems more than enough
|
/glibc-2.36/sysdeps/mips/ |
D | configure | 48 # 10*(2^10) chars as input seems more than enough 114 # 10*(2^10) chars as input seems more than enough
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/ |
D | configure | 48 # 10*(2^10) chars as input seems more than enough 114 # 10*(2^10) chars as input seems more than enough
|