Home
last modified time | relevance | path

Searched refs:lastdig (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_standalone_test_x86.c78 void to_base10(char *lastdig, time_t n) in to_base10() argument
81 *lastdig = (n % 10) + '0'; in to_base10()
83 lastdig--; in to_base10()