+
Point of view
All features
deferred class TIME_EXTERNALS
Summary
Direct parents
Insert list: ANY, STANDARD_C_LIBRARY_TYPES
Overview
Features
External calls
{}
variable-size types
{WRAPPER_HANDLER}
C type definitions (typedefs)
{WRAPPER_HANDLER}
  • comparison_fn_t: POINTER
    typedef comparison_fn_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
  • timer_t: POINTER
    typedef timer_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • clockid_t: INTEGER_32
    typedef clockid_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • time_t: INTEGER_64
    typedef time_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • clock_t: INTEGER_64
    typedef clock_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • uintmax_t: NATURAL_64
    typedef uintmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • intmax_t: INTEGER_64
    typedef intmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uintptr_t: NATURAL_64
    typedef uintptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • intptr_t: INTEGER_64
    typedef intptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast64_t: NATURAL_64
    typedef uint_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast32_t: NATURAL_64
    typedef uint_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast16_t: NATURAL_64
    typedef uint_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast8_t: CHARACTER
    typedef uint_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast64_t: INTEGER_64
    typedef int_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast32_t: INTEGER_64
    typedef int_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast16_t: INTEGER_64
    typedef int_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast8_t: CHARACTER
    typedef int_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least64_t: NATURAL_64
    typedef uint_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least32_t: NATURAL_32
    typedef uint_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least16_t: NATURAL_16
    typedef uint_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least8_t: CHARACTER
    typedef uint_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least64_t: INTEGER_64
    typedef int_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least32_t: INTEGER_32
    typedef int_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least16_t: INTEGER_16
    typedef int_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least8_t: CHARACTER
    typedef int_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint64_t: NATURAL_64
    typedef uint64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint32_t: NATURAL_32
    typedef uint32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint16_t: NATURAL_16
    typedef uint16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint8_t: CHARACTER
    typedef uint8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int64_t: INTEGER_64
    typedef int64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int32_t: INTEGER_32
    typedef int32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int16_t: INTEGER_16
    typedef int16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int8_t: CHARACTER
    typedef int8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • ssize_t: INTEGER_64
    typedef ssize_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • off64_t: INTEGER_64
    typedef off64_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
  • off_t: INTEGER_64
    typedef off_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
  • size_t: NATURAL_64
    typedef size_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
  • ptrdiff_t: INTEGER_64
    typedef ptrdiff_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • error_t: INTEGER_32
    typedef error_t from /usr/include/errno.h Empty by design, used for anchored declarations.
asctime (a_tp: POINTER): POINTER
{}
function asctime (in /usr/include/time.h) asctime
asctime_r (a_tp: POINTER, a_buf: POINTER): POINTER
{}
function asctime_r (in /usr/include/time.h) asctime_r
clock: INTEGER_64
{}
function clock (in /usr/include/time.h) clock
clock_getcpuclockid (a_pid: INTEGER_32, a_clock_id: POINTER): INTEGER_32
{}
function clock_getcpuclockid (in /usr/include/time.h) clock_getcpuclockid
clock_getres (a_clock_id: INTEGER_32, a_res: POINTER): INTEGER_32
{}
function clock_getres (in /usr/include/time.h) clock_getres
clock_gettime (a_clock_id: INTEGER_32, a_tp: POINTER): INTEGER_32
{}
function clock_gettime (in /usr/include/time.h) clock_gettime
clock_nanosleep (a_clock_id: INTEGER_32, a_flags: INTEGER_32, a_req: POINTER, a_rem: POINTER): INTEGER_32
{}
function clock_nanosleep (in /usr/include/time.h) clock_nanosleep
clock_settime (a_clock_id: INTEGER_32, a_tp: POINTER): INTEGER_32
{}
function clock_settime (in /usr/include/time.h) clock_settime
ctime (a_timer: POINTER): POINTER
{}
function ctime (in /usr/include/time.h) ctime
ctime_r (a_timer: POINTER, a_buf: POINTER): POINTER
{}
function ctime_r (in /usr/include/time.h) ctime_r
daylight: INTEGER_32
{}
daylight
address_of_daylight: POINTER
{}
Address of daylight
set_daylight (a_value: INTEGER_32)
{}
Set variable daylight value
difftime (a_time1: INTEGER_64, a_time0: INTEGER_64): REAL_64
{}
function difftime (in /usr/include/time.h) difftime
dysize (a_year: INTEGER_32): INTEGER_32
{}
function dysize (in /usr/include/time.h) dysize
getdate (a_string: POINTER): POINTER
{}
function getdate (in /usr/include/time.h) getdate
getdate_err: INTEGER_32
{}
getdate_err
address_of_getdate_err: POINTER
{}
Address of getdate_err
set_getdate_err (a_value: INTEGER_32)
{}
Set variable getdate_err value
getdate_r (a_string: POINTER, a_resbufp: POINTER): INTEGER_32
{}
function getdate_r (in /usr/include/time.h) getdate_r
gmtime (a_timer: POINTER): POINTER
{}
function gmtime (in /usr/include/time.h) gmtime
gmtime_r (a_timer: POINTER, a_tp: POINTER): POINTER
{}
function gmtime_r (in /usr/include/time.h) gmtime_r
localtime (a_timer: POINTER): POINTER
{}
function localtime (in /usr/include/time.h) localtime
localtime_r (a_timer: POINTER, a_tp: POINTER): POINTER
{}
function localtime_r (in /usr/include/time.h) localtime_r
mktime (a_tp: POINTER): INTEGER_64
{}
function mktime (in /usr/include/time.h) mktime
nanosleep (a_requested_time: POINTER, a_remaining: POINTER): INTEGER_32
{}
function nanosleep (in /usr/include/time.h) nanosleep
stime (a_when_external: POINTER): INTEGER_32
{}
function stime (in /usr/include/time.h) stime
strftime (a_s: POINTER, a_maxsize: NATURAL_64, a_format: POINTER, a_tp: POINTER): NATURAL_64
{}
function strftime (in /usr/include/time.h) strftime
strftime_l (a_s: POINTER, a_maxsize: NATURAL_64, a_format: POINTER, a_tp: POINTER, a_loc: POINTER): NATURAL_64
{}
function strftime_l (in /usr/include/time.h) strftime_l
strptime (a_s: POINTER, a_fmt: POINTER, a_tp: POINTER): POINTER
{}
function strptime (in /usr/include/time.h) strptime
strptime_l (a_s: POINTER, a_fmt: POINTER, a_tp: POINTER, a_loc: POINTER): POINTER
{}
function strptime_l (in /usr/include/time.h) strptime_l
time (a_timer: POINTER): INTEGER_64
{}
function time (in /usr/include/time.h) time
timegm (a_tp: POINTER): INTEGER_64
{}
function timegm (in /usr/include/time.h) timegm
timelocal (a_tp: POINTER): INTEGER_64
{}
function timelocal (in /usr/include/time.h) timelocal
timer_create (a_clock_id: INTEGER_32, an_evp: POINTER, a_timerid: POINTER): INTEGER_32
{}
function timer_create (in /usr/include/time.h) timer_create
timer_delete (a_timerid: POINTER): INTEGER_32
{}
function timer_delete (in /usr/include/time.h) timer_delete
timer_getoverrun (a_timerid: POINTER): INTEGER_32
{}
function timer_getoverrun (in /usr/include/time.h) timer_getoverrun
timer_gettime (a_timerid: POINTER, a_value: POINTER): INTEGER_32
{}
function timer_gettime (in /usr/include/time.h) timer_gettime
timer_settime (a_timerid: POINTER, a_flags: INTEGER_32, a_value: POINTER, an_ovalue: POINTER): INTEGER_32
{}
function timer_settime (in /usr/include/time.h) timer_settime
timespec_get (a_ts: POINTER, a_base: INTEGER_32): INTEGER_32
{}
function timespec_get (in /usr/include/time.h) timespec_get
timezone: INTEGER_64
{}
timezone
address_of_timezone: POINTER
{}
Address of timezone
set_timezone (a_value: INTEGER_64)
{}
Set variable timezone value
tzname: POINTER
{}
tzname
address_of_tzname: POINTER
{}
Address of tzname
set_tzname (a_value: POINTER)
{}
Set variable tzname value
tzset
{}
function tzset (in /usr/include/time.h) tzset
long: INTEGER_64
effective function
a query with the same type of c 'long int'.
useful when dealing with code that uses long int variable: just insert th class and mark the type as 'like long'
long_unsigned: NATURAL_64
effective function
a query with the same type of c 'long unsigned int'.
useful when dealing with code that uses long int variable: just insert th class and mark the type as 'like long_unsigned'
comparison_fn_t: POINTER
effective function
typedef comparison_fn_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
timer_t: POINTER
effective function
typedef timer_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
clockid_t: INTEGER_32
effective function
typedef clockid_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
time_t: INTEGER_64
effective function
typedef time_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
clock_t: INTEGER_64
effective function
typedef clock_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uintmax_t: NATURAL_64
effective function
typedef uintmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
intmax_t: INTEGER_64
effective function
typedef intmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uintptr_t: NATURAL_64
effective function
typedef uintptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
intptr_t: INTEGER_64
effective function
typedef intptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast64_t: NATURAL_64
effective function
typedef uint_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast32_t: NATURAL_64
effective function
typedef uint_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast16_t: NATURAL_64
effective function
typedef uint_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast8_t: CHARACTER
effective function
typedef uint_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast64_t: INTEGER_64
effective function
typedef int_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast32_t: INTEGER_64
effective function
typedef int_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast16_t: INTEGER_64
effective function
typedef int_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast8_t: CHARACTER
effective function
typedef int_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least64_t: NATURAL_64
effective function
typedef uint_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least32_t: NATURAL_32
effective function
typedef uint_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least16_t: NATURAL_16
effective function
typedef uint_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least8_t: CHARACTER
effective function
typedef uint_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least64_t: INTEGER_64
effective function
typedef int_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least32_t: INTEGER_32
effective function
typedef int_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least16_t: INTEGER_16
effective function
typedef int_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least8_t: CHARACTER
effective function
typedef int_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint64_t: NATURAL_64
effective function
typedef uint64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint32_t: NATURAL_32
effective function
typedef uint32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint16_t: NATURAL_16
effective function
typedef uint16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint8_t: CHARACTER
effective function
typedef uint8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int64_t: INTEGER_64
effective function
typedef int64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int32_t: INTEGER_32
effective function
typedef int32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int16_t: INTEGER_16
effective function
typedef int16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int8_t: CHARACTER
effective function
typedef int8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
ssize_t: INTEGER_64
effective function
typedef ssize_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
off64_t: INTEGER_64
effective function
typedef off64_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
off_t: INTEGER_64
effective function
typedef off_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
size_t: NATURAL_64
effective function
typedef size_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
ptrdiff_t: INTEGER_64
effective function
typedef ptrdiff_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
error_t: INTEGER_32
effective function
typedef error_t from /usr/include/errno.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default