1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/libc/unistd.c (with preprocessing)
tests/libc/unistd.c:6:[kernel] warning: Calling undeclared function usleep. Old style K&R code?
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
__fc_time ∈ [--..--]
__fc_time_tm ∈ {0}
__p_fc_time_tm ∈ {{ &__fc_time_tm }}
optarg ∈ {{ NULL ; &S_optarg[0] }}
optind ∈ [--..--]
opterr ∈ [--..--]
optopt ∈ [--..--]
__fc_fds[0..1023] ∈ {0}
S_optarg[0..1] ∈ [--..--]
[value] computing for function usleep <- main.
Called from tests/libc/unistd.c:6.
tests/libc/unistd.c:6:[kernel] warning: Neither code nor specification for function usleep, generating default assigns from the prototype
[value] using specification for function usleep
[value] Done for function usleep
[value] computing for function usleep <- main.
Called from tests/libc/unistd.c:7.
[value] Done for function usleep
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
r ∈ [--..--]
__retres ∈ {0}
|