Home
last modified time | relevance | path

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

12345678910>>...17

/glibc-2.36/hurd/
Dget-host.c30 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()
DDepend7 # way with more somewhat expensive `make' invocations.
/glibc-2.36/libio/
Dwgenops.c285 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 …]
Dgenops.c373 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/
Dstrlen.S36 @ 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/
Dargp-help.c921 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/
Dmemcpy.S117 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?
Dmemset.S165 subq $3, 16, $2 # E : Repeat the loop at least once more?
187 bne $3, $loop # U : more?
/glibc-2.36/nis/
Dyp_xdr.c182 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/
DREADME10 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/
DREADME.hesiod30 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/
Dcharset.texi12 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 …]
Dstring.texi69 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 …]
Dsetjmp.texi35 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
Dgetopt.texi112 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/
Ddl-tunables.list13 # Lesser General Public License for more details.
40 # more data with a single load and store, the threshold is
/glibc-2.36/nptl/
DTODO-testing11 some more tests needed
/glibc-2.36/
D.clang-format13 # Lesser General Public License for more details.
21 # For more information, see:
/glibc-2.36/sysdeps/sh/
Dpreconfigure45 # 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/
Dpreconfigure45 # 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/
DSubdirs7 # way with more somewhat expensive `make' invocations.
/glibc-2.36/sysdeps/mach/
DSubdirs7 # way with more somewhat expensive `make' invocations.
/glibc-2.36/sysdeps/nios2/
Dconfigure46 # 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/
Dconfigure48 # 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/
Dconfigure48 # 10*(2^10) chars as input seems more than enough
114 # 10*(2^10) chars as input seems more than enough

12345678910>>...17