Home
last modified time | relevance | path

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

12

/glibc-2.36/iconv/
Dgconv_db.c100 struct __gconv_step *steps; member
134 *handle = (*result)->steps; in derivation_lookup()
159 new_deriv->steps = handle; in add_derivation()
179 if (deriv->steps[cnt].__counter > 0 in free_derivation()
180 && deriv->steps[cnt].__shlib_handle != NULL) in free_derivation()
182 __gconv_end_fct end_fct = deriv->steps[cnt].__end_fct; in free_derivation()
187 DL_CALL_FCT (end_fct, (&deriv->steps[cnt])); in free_derivation()
191 if (deriv->steps != NULL) in free_derivation()
193 free ((char *) deriv->steps[0].__from_name); in free_derivation()
194 free ((char *) deriv->steps[deriv->nsteps - 1].__to_name); in free_derivation()
[all …]
Dgconv_open.c36 struct __gconv_step *steps; in __gconv_open() local
73 res = __gconv_find_transform (tocode, fromcode, &steps, &nsteps, flags); in __gconv_open()
85 result->__steps = steps; in __gconv_open()
114 && __strcasecmp_l (steps[cnt].__from_name, in __gconv_open()
125 size = (GCONV_NCHAR_GOAL * steps[cnt].__max_needed_to); in __gconv_open()
163 __gconv_close_transform (steps, nsteps); in __gconv_open()
Dgconv_int.h233 extern int __gconv_close_transform (struct __gconv_step *steps,
239 extern void __gconv_release_cache (struct __gconv_step *steps, size_t nsteps)
Dgconv_cache.c446 __gconv_release_cache (struct __gconv_step *steps, size_t nsteps) in __gconv_release_cache() argument
451 free (steps); in __gconv_release_cache()
/glibc-2.36/sysdeps/arm/armv7/multiarch/
Dmemcpy_impl.S133 .macro dispatch_helper steps, log2_bytes_per_step
140 rsb tmp1, tmp1, #((\steps << \log2_bytes_per_step) \
/glibc-2.36/manual/
DREADME.tunables23 There are three steps to adding a tunable:
DREADME.pretty-printers104 Adding new pretty printers to glibc requires following these steps:
Dlang.texi206 Defining and using a variadic function involves three steps:
317 You can perform the entire sequence of three steps multiple times
319 arguments, you can do these steps zero times.
Dprocess.texi27 running another program; it does all three steps automatically. If you
130 This section gives an overview of processes and of the steps involved in
Dcharset.texi1681 @c steps in the conversion sequence, running each one's initializer,
1749 @c steps, release the gconv_t object, then call gconv_close_transform.
2275 steps (from ISO-2022-JP to @w{ISO 10646} and then from @w{ISO 10646} to
2326 represent the possibly long sequences of conversion steps and also the
2867 /* @r{Call the steps down the chain if there are any but only}
Dfdl-1.3.texi175 If you use the latter option, you must take reasonably prudent steps,
Dinstall.texi466 (@samp{make install}). The steps must be done in this order. Not moving
Dthreads.texi722 @code{pthread_create}, the required steps for the general case are:
Dstring.texi2398 @code{explicit_bzero} and take appropriate steps to erase all the
Dmemory.texi2363 are frequently constructing objects in small steps of growth, this
Dstdio.texi5292 steps to recover from the error and the @var{tag} parameter is a
/glibc-2.36/hesiod/
DREADME.hesiod30 one or more of the following steps, depending on whether you are
/glibc-2.36/localedata/locales/
Dsv_SE28 % TN34:1 requires 7 steps, of which the
Dsl_SI75 % the steps 2. and 3. above are reversed
/glibc-2.36/benchtests/
DREADME51 separate steps. On the build system run:
/glibc-2.36/
DCOPYING39 We protect your rights with two steps: (1) copyright the software, and
DINSTALL427 install'). The steps must be done in this order. Not moving the
/glibc-2.36/ChangeLog.old/
DChangeLog.12594 number of steps is stored in. Disable code which allows to use more
740 __gconv_release_cache after the steps are handled.
DChangeLog.118739 steps it can be used.
8746 appropriate error handling code to use transliteration steps. Remove
DChangeLog.nptl2244 steps to avoid races with creation and terminations.

12