Lines Matching refs:call

150 	(strtold): Just call _strtold_r.
854 * libc/time/tzset.c (_tzset_unlocked): New function, call
856 (tzset): Lock and call _tzset_unlocked_r.
859 (_tzset_r): Lock and call _tzset_unlocked_r.
863 * libc/stdlib/setenv_r.c (_setenv_r): Remove tzset() call for TZ
865 * libc/time/lcltime_r.c (localtime_r): Add tzset() call
1133 on systems where available. On Cygwin, call function to get values.
1281 call dependent on __SNLK flag.
1343 * libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
1553 * libc/time/lcltime_r.c (localtime_r): Simplify by changing call to
1554 _mktm_r() with call to gmtime_r() and code moved from _mktm_r() which
1977 _fwalk. Conditionalize cleanup function call on _STDIO_BSD_SEMANTICS.
3639 * libc/stdio/mktemp.c (_gettemp): Cast to unsigned char in call to
3647 (__SVFSCANF_R): Cast fmt in call to __mbtowc.
4147 * libc/time/asctime_r.c (asctime_r): Replace call to sprintf with call
4204 * Makefile.am (install-data-local): Fix condition and rm call.
4360 new function __sflush_r. Just lock file and call __sflush_r from here.
4368 and call __sflush_r for this fp if necessary. Add comments.
4869 (__messages_load_locale): Add _C_messages_locale in call to
4874 (__monetary_load_locale): Add _C_monetary_locale in call to
4881 (__numeric_load_locale): Add _C_numeric_locale in call to
4900 (__time_load_locale): Add _C_time_locale in call to
5108 providing era_info and alt_digits pointers and call ...
5135 * configure.in: Unconditionally call _LT_PROG_ECHO_BACKSLASH.
5150 * libc/machine/sh/configure.in: Ditto. Also, call
5270 (loadlocale): On Cygwin, if locale can't be recognized, call
5601 (call-saved) with r14 (call-used).
5611 * libc/stdio/vfprintf.c: Include ../stdlib/local.h. Replace call to
5612 _mbtowc_r with direct call to __mbtowc.
5614 * libc/stdlib/btowc.c: Include local.h. Replace call to _mbtowc_r
5615 with direct call to __mbtowc.
5621 * libc/stdlib/wcrtomb.c: Include local.h. Replace call to _wctomb_r
5622 with direct call to __wctomb.
5986 * libc/stdio/mktemp.c (_gettemp): Do not call _mkdir_r unless
6028 * libm/math/ef_scalb.c: Replace isnanf() (pre-C99 function call) with
6216 * libc/ctype/iswalpha.c (iswalpha): Just call _jp2uc.
6258 'char' even when we must call the function for correct behavior.
6690 (loadlocale): Remove __CYGWIN__ guard around __set_ctype call.
6851 call __set_ctype() in case the catorgy is LC_CTYPE. Don't set
6862 (_mbtowc_r): Just call __mbtowc from here.
6876 (_wctomb_r): Just call __wctomb from here.
7071 * libc/stdio/vfprintf.c (__SPRINT): New macro to call the right
7176 * libc/stdlib/mbsrtowcs.c (_mbsrtowcs_r): Just call _mbsnrtowcs_r.
7180 * libc/stdlib/wcsrtombs.c (_wcsrtombs_r): Just call _wcsnrtombs_r.
7207 (_open_memstream_r): Just call internal_open_memstream_r with wide==-1
7525 * libc/stdio/gets.c (_gets_r): Lock stdin here and call
8317 and dword1 for all accesses except for the ULtod call, where rv.i
8885 to the global values after call.
8994 * libc/posix/isatty.c: Changed to call _isatty().
8998 * libc/stdio/freopen.c: Changed to call _isatty_r().
9015 * libc/syscalls/sysclose.c: Always call reentrant version of the
9109 * libc/stdio/vfprintf.c (_VFPRINTF_R): Use correct pointer in call to
9826 * libc/time/time.c (time): Change call to _gettimeofday_r
9865 the assist call.
10715 argument and call _VFPRINTF_R instead of VFPRINTF.
10716 (_VFPRINTF_R): Add data pointer to call to cantwrite().
10725 argument and call _VFPRINTF_R instead of VFPRINTF.
10726 (_VFPRINTF_R): Add data pointer to call to cantwrite().
11465 * libc/stdio/fgetc.c: Fix and/or add reentrant version to call
11964 * libc/stdlib/__atexit.c (__register_exitproc): Don't call malloc
11966 * libc/stdlib/__call_atexit.c (__call_exitprocs): Don't call free
13040 * libc/machine/powerpc/vfprintf.c (VFPRINTF): Added CHECK_INIT() call.
13791 (_flockfile)[!_SINGLE_THREAD]: Add code for lock call.
13922 (ungetc): Change to call _ungetc_r.
14072 * libc/stdio/findfp.c (__fp_lock_all): Add call to
14074 (__fp_unlock_all): Add call to __sfp_lock_release.
14092 (__fp_lock_all): Remove __sfp_lock_acquire call.
14093 (__fp_unlock_all): Remove __sfp_lock_release call.
14096 __lock_init_recursive call.
14108 __lock_init_recursive call.
14427 and call _mbrtowc_r instead of _mbtowc_r.
14824 * libc/machine/powerpc/strtosfix64.c: Fix call to _simdldcheck.
14903 * libc/stdio/vasprintf.c: Ditto. Also call _vfprintf_r directly.
14910 version call reentrant version with _REENT argument.
15074 * libc/sys/h8300hms/crt0.S (_start): Fix register sizes in call
15829 * libc/locale/ldpart.c (__part_load_locale): Use 64 bit stat call
15970 * libc/include/sys/unistd.h: Guard getopt.h call to force only
16254 * libc/stdlib/atoff.c (atoff): Change to call strtof instead of
16497 * libc/stdio/fdopen.c (_fdopen_r): Change to call _fcntl_r
18033 * libc/string/strtok.c: Change to call __strtok_r service routine.
18036 Change strtok_r to call __strtok_r.
18104 call to __getreent() function if !__SINGLE_THREAD__ and
18207 exit routine and either call an atexit-style or an on_exit-style
18527 * libc/sys/linux/machine/i386/crt0.c: Add call to tzset() after
18534 * libc/time/gmtime.c (gmtime): Changed to call gmtime_r.
18535 * libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r.
18739 * libc/sys/linux/machine/i386/crt0.c: Add call to tzset() after
18746 * libc/time/gmtime.c (gmtime): Changed to call gmtime_r.
18747 * libc/time/gmtime_r.c (gmtime_r): Changed to call _mktm_r.
19450 * libc/stdio/vfscanf.c(__svfscanf_r): call
19658 _DEFUN, and call _vfprintf_r, not vfprintf.
19661 _DEFUN, and call _vfprintf_r, not vfprintf.
19700 * libc/stdio/scanf.c: Changed to call __svfscanf_r.
19702 (sscanf): Changed to call __svfscanf_r with _REENT argument.
19712 * libc/stdio/vfscanf.c: Also changed __svfscanf to call __svfscanf_r.
19713 * libc/stdlib/strtod.c (strtod): Changed to call _strtod_r with
20100 calls to the two removed routines to a single _ldcheck call.
20216 (asctoeg): Replaced alloca call with stack array and malloc
20385 * libc/include/sys/types.h (FD_ZERO): Remove call to bzero and
20760 * libc/stdio/vfscanf.c (__svfscanf): Changed sprintf call which
20863 * libm/mathfp/sf_sqrt.c: Change _DOUBLE_IS_32BITS sqrt call to sqrtf.
20936 call prior to calling _VFPRINTF_R so reentrant data area is set.
20937 (_VFPRINTF_R): Removed now extraneous CHECK_INIT call.
21025 * libc/stdlib/putenv.c: Added call to reentrant version.
21261 * libc/stdlib/getenv.c: Modify to call reentrant routine.
21263 * libc/stdlib/mblen.c: Modify to call reentrant routine.
21265 * libc/stdlib/setenv.c: Modify to call reentrant routine.
21591 * libc/posix/execvp.c (execvp): call cygwin_posix_path_list_p,
22491 * libc/stdlib/mblen.c (mblen): Added code to call _mbtowc_r() if
22493 * libc/stdlib/mbtowc.c (mbtowc): Added code to call _mbtowc_r() if
22495 * libc/stdlib/wctomb.c (wctomb): Added code to call _wctomb_r() if
22497 * libc/stdlib/mbstowcs.c (mbstowcs): Added code to call _mbstowcs_r()
22499 * libc/stdlib/wcstombs.c (wcstombs): Added code to call _wcstombs_r()
22503 * libc/stdio/vfprintf.c (_VFPRINTF_R): Changed mbtowc() call to
22504 call _mbtowc_r().
22788 * libm/math/w_sqrt.c (sqrt): Remove call to kernel_standard
22849 * libc/stdlib/calloc.c (calloc): Just call _calloc_r.
22853 (_mstats_r): Just call _malloc_stats_r.
22935 * strncat.c (strncat): Don't call strncpy; strncay has the wrong
23157 * libc/sys/sysmec/crt0.S: Use "call" instead of "calls" for
23422 being raised and an exit system call.
23681 handlers, which just call SWI_Exit.
23861 * libc/stdio/fseek.c: add fflush call to adjust seek offset
23867 having fflush call mentioned above
24218 addressing. System call returns size, not (last address + 1).
24250 * libc/include/assert.h (assert): Changed to call __assert.
24284 * configure.in: Delete call to cfg-ml-com.in. Call config-ml.in
24374 * libc/stdio/rename.c (_rename_r): Use _rename system call if available.
24411 it doesn't need to call abs() (or labs()) four times either.
24679 * libc/sys/win32/syscalls.c (_fstat): Fix call to memset.
24920 * libc/sys/sh/syscalls.c: Updated all functions to call __trap34.
24989 * libc/sys/win32/Makefile.in (lib.a): Don't call $(RANLIB).
25194 * libc/sys/win32/exceptions.c: Use _ptrace call.
25195 * libc/sys/win32/syscalls.c: Use _ptrace call.
25345 * libc/sys/crt0.S: Initialze sp, and call exit after main.
26157 New files. Requires execve system call.
26241 prototype main and call with args.
26330 (Makefile): remove redundant ./, call $(SHELL) rather than sh.
26380 (Makefile): call $(SHELL) rather than sh. drop redundant ./
26391 (Makefile): call $(SHELL) rather than sh. drop redundant ./
26399 (Makefile): depend on configure.in. call $(SHELL) rather than
26406 (Makefile): call $(SHELL) rather than sh. drop redundant ./
26418 * libm/test/Makefile.in (Makefile): call $(SHELL) rather than sh.
26436 (Makefile): call $(SHELL) rather than sh. drop redundant ./
26555 non ANSI functions to call _function.
26574 _malloc_r, _realloc_r, and free_r call the corresponding
26711 (gcvt): Fix call to _gcvt.
27190 start up message to identify version; call set_debug_traps.
27193 keyboard interaction); call handle_exception() in go_til_stop,
27307 that C programs can call functions without using initial
27312 * libc/stdlib/abort.c (abort): call exit, in case kill returns.
27501 * libc/include/machine/varargs.h: only call __builtin_saveregs if