Lines Matching refs:variable
958 used to initialise 'val' variable so that it will compile on
2452 (sbrk_start): New variable.
2967 * libc/stdio/fgetc.c (fgetc): Use local variable for _REENT.
3316 variable fp for better readability.
3612 * libc/locale/nl_langinfo.c (nl_langinfo): Ditto for variable s.
3620 * libc/posix/wordexp.c (wordexp): Remove num_bytes variable since result
3622 * libc/posix/popen.c (popen): Ditto for variable last.
3668 * libm/math/e_rem_pio2.c (__ieee754_rem_pio2): Ditto for variable z.
3669 * libm/common/sf_round.c (roundf): Remove signbit variable since result
4386 * configure.host: Add noinclude variable to allow specification
4388 * acinclude.m4: Provide NO_INCLUDE_LIST variable based on
4389 noinclude variable in configure.host.
4997 * libm/math/ef_sqrt.c: Delete unused variable sign.
5483 temporary local variable nullstate to hold empty mbstate_t.
5737 (__default_locale): New global variable set to the default locale.
5943 * configure.in (newlib_cv_ldbl_eq_dbl): Rename cache variable
7381 * libc/stdio/fread.c: Remove unused variable newcount.
7383 * libc/stdio/open_memstream.c: Remove unused variable flags.
8097 if name contains equal sign. Return -1 if no variable(s) were found
8922 * libc/machine/spu/strlen.c: Remove the len variable and unneeded
9675 Reduce the memory consumption of variable argument functions
9933 rnd is done after the last local variable declaration.
9941 * libc/argz/argz_insert.c (argz_insert): Move delta variable
9985 * libc/stdlib/getopt.c (getopt_internal): Initialize variable.
10412 (ELIX_4_SOURCES): Add new variable. Build asnprintf.
10993 * configure.host: Define stdio directory as a variable.
11184 * libc/time/tzset_r.c (_tzset_r): Initialize local variable.
13053 input variable names to avoid mixups with nesting macros.
13102 environment variable is set.
14821 _simdldcheck(). Also add unsigned cast for index variable in
14823 * libc/machine/powerpc/strtoufix32.c: Remove unused variable.
16273 variable, introduced below, everywhere.
16515 default newlib_mb variable to empty string rather than "no".
16949 * libc/machine/powerpc/vfprintf.c: Fix state variable type.
16950 * libc/machine/powerpc/vfscanf.c: Fix state variable type. Remove
17553 * libm/mathfp/s_pow.c (pow): Fix checks on variable k. Add
17554 exponent_is_even_int variable. Handle case where x is
18110 * libc/sys/linux/configure.in: Add $EXTRA_DIRS variable.
18339 * libc/configure.in (LIBC_EXTRA_LIB): New variable.
18401 * configure.in (CC_FOR_NEWLIB): New variable that
18530 environment variable is set.
18742 environment variable is set.
19150 * libc/string/strtok.c (strtok): Use a local static variable.
19239 * libm/machine/Makefile.am [HAVE_LIBM_MACHINE_DIR] (LIBM_MACHLIB): New variable.
19293 libm_machine_dir variable.
19297 reference to be a variable reference.
19317 awk reference to a variable reference. Change signal.h
19318 reference to a variable reference.
19326 LIBM_MACHINE_LIB variable.
19722 Prepare a variable export of timezone based on timezonevariable.
19881 (struct _reent): Add a variable _r48 of struct _rand48.
20753 * libc/signal/signal.c (_signal_r) : Removed unused local variable temp.
20764 * libc/stdlib/ecvtbuf.c (print_e): Removed unused variable dp.
21144 * libc/stdlib/mprec.c: Fixed unitialized variable problem.
21530 variable from cygwin DLL.
21535 exporting variable from cygwin DLL.
21573 * libc/include/ctype.h: Define _ctype_ as dll imported variable
21578 as a dll imported variable for Cygwin.
21695 which added object files to use via new "mach_add_objs" variable.
21875 '_REENT_ONLY' is set. Used variable '_rand_next' from struct reent.
21876 * libc/stdlib/strtok.c (strtok): Used variable '_strtok_last' from struct reent
21877 instead of static variable.
21878 * libc/stdlib/asctime.c (asctime): Used variable '_asctime_buf' from
21879 struct reent instead of static variable.
21880 * libc/stdlib/lcltime.c (localtime): Used variable '_localtime_buf' from
21881 struct reent instead of static variable.
21884 * libm/math/w_gamma.c (gamma): Used variable '_gamma_signgam' from
21885 struct reent instead of global variable 'signgam'.
21901 * libm/math/s_lib_ver.c: define variable _LIB_VERSION to be const.
22121 * libc/sys/cygwin32/sys/utime.h: variable names in
22867 (MALLOC_CFLAGS): New variable.
24978 __exe_suffix. Free fd_tab after setting env variable.
25620 size is variable, depending upon CHUNK_POWER.
25732 * libc/Makefile.in: Add a VERSION variable so we can keep track.
25733 * libm/Makefile.in: Add a VERSION variable so we can keep track.
26578 don't make it a register variable.
27007 (signgam): Now a macro, not a variable.
27476 libc/stdio/tmpnam.c (tmpnam): removed unneeded filename variable.
27481 rather than a static variable.
27617 * libc/libc.texinfo: new chapter on variable arg lists