#include <sys/time.h>
#include <sys/types.h>
#include <varargs.h>
Go to the source code of this file.
Data Structures | |
| struct | timeval |
Defines | |
| #define | time_t long |
Functions | |
| double | acosh (double) |
| double | asinh (double) |
| double | atanh (double) |
| char * | crypt (char *, char *) |
| int | dup2 (int, int) |
| int | finite (double) |
| int | flock (int, int) |
| double | hypot (double, double) |
| double | erf (double) |
| double | erfc (double) |
| int | isinf (double) |
| int | isnan (double) |
| void * | memmove (void *, void *, int) |
| int | strcasecmp (char *, char *) |
| int | strncasecmp (char *, char *, int) |
| char * | strchr (char *, int) |
| char * | strrchr (char *, int) |
| char * | strerror (int) |
| size_t | strftime (char *, size_t, const char *, const struct tm *) |
| char * | strstr (char *, char *) |
| unsigned long | strtoul (char *, char **, int) |
| int | snprintf (char *, size_t n, char const *,...) |
| int | vsnprintf (char *, size_t n, char const *, va_list) |
|
|
Definition at line 18 of file missing.h. Referenced by make_time_t(), rb_stat_cmp(), rb_time_new(), search_time_t(), time_add(), time_arg(), time_gmtime(), time_localtime(), time_mdump(), time_mload(), time_new_internal(), time_overflow_p(), time_timeval(), time_utc_offset(), time_utc_or_local(), and timegm_noleapsecond(). |
|
|
Referenced by math_acosh(). |
|
|
Referenced by math_asinh(). |
|
|
Referenced by math_atanh(). |
|
||||||||||||
|
Referenced by rb_str_crypt(). |
|
||||||||||||
|
Referenced by io_reopen(), and pipe_open(). |
|
|
Referenced by math_erf(). |
|
|
Referenced by math_erfc(). |
|
|
Referenced by flo_is_finite_p(). |
|
||||||||||||
|
|
|
||||||||||||
|
Referenced by math_hypot(). |
|
|
Referenced by dbl2big(), flo_is_finite_p(), flo_is_infinite_p(), flo_to_s(), rb_big2dbl(), rb_f_sprintf(), and w_float(). |
|
|
Referenced by dbl2big(), flo_eq(), flo_eql(), flo_ge(), flo_gt(), flo_is_finite_p(), flo_is_nan_p(), flo_le(), flo_lt(), flo_to_s(), rb_big_eq(), rb_dbl_cmp(), rb_f_sprintf(), rb_Float(), and w_float(). |
|
||||||||||||||||
|
Referenced by flo_to_s(), rb_big2str(), rb_f_sprintf(), rb_str_lstrip_bang(), rb_str_splice(), rb_str_sub_bang(), rb_str_succ(), re_compile_pattern(), and set_list_bits(). |
|
||||||||||||||||||||
|
||||||||||||
|
Referenced by env_aset(), env_delete(), env_fetch(), load_file(), proc_exec_v(), rb_f_getenv(), ruby_init_loadpath(), and time_arg(). |
|
||||||||||||
|
|
Referenced by dln_load(), dln_strerror(), next_argv(), rb_load_fail(), rb_sys_warning(), and syserr_initialize(). |
|
||||||||||||||||||||
|
Referenced by rb_strftime(), time_to_s(), and time_zone(). |
|
||||||||||||||||
|
Referenced by envix(). |
|
||||||||||||
|
Referenced by dln_load(), load_file(), proc_exec_v(), rb_file_s_extname(), rmext(), ruby_init_loadpath(), and search_required(). |
|
||||||||||||
|
Referenced by load_file(). |
|
||||||||||||||||
|
Referenced by pack_pack(), pack_unpack(), and rb_cstr_to_inum(). |
|
||||||||||||||||||||
|
Referenced by err_snprintf(), rb_compile_error_append(), rb_fatal(), rb_loaderror(), rb_name_error(), rb_raise(), and warn_printf(). |
1.3.5