Home
last modified time | relevance | path

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

/time/
A Dera.c94 const char *base_ptr = ptr; in __libc_rwlock_define()
111 ptr += sizeof (uint32_t) * 8; in __libc_rwlock_define()
114 new_eras[cnt].era_name = ptr; in __libc_rwlock_define()
115 ptr = strchr (ptr, '\0') + 1; in __libc_rwlock_define()
118 new_eras[cnt].era_format = ptr; in __libc_rwlock_define()
119 ptr = strchr (ptr, '\0') + 1; in __libc_rwlock_define()
121 ptr += 3 - (((ptr - (const char *) base_ptr) + 3) & 3); in __libc_rwlock_define()
124 new_eras[cnt].era_wname = (wchar_t *) ptr; in __libc_rwlock_define()
125 ptr = (char *) (__wcschr ((wchar_t *) ptr, L'\0') + 1); in __libc_rwlock_define()
128 new_eras[cnt].era_wformat = (wchar_t *) ptr; in __libc_rwlock_define()
[all …]
A Dalt_digit.c50 const char *ptr = CURRENT (ALT_DIGITS); in __libc_rwlock_define() local
55 if (ptr != NULL) in __libc_rwlock_define()
61 data->alt_digits[cnt] = ptr; in __libc_rwlock_define()
64 ptr = strchr (ptr, '\0') + 1; in __libc_rwlock_define()
119 const wchar_t *ptr = CURRENT_WSTR (_NL_WALT_DIGITS); in _nl_get_walt_digit() local
124 if (ptr != NULL) in _nl_get_walt_digit()
130 data->walt_digits[cnt] = ptr; in _nl_get_walt_digit()
133 ptr = __wcschr (ptr, L'\0') + 1; in _nl_get_walt_digit()
A Dtzfile.c70 decode (const void *ptr) in decode() argument
73 return *(const int *) ptr; in decode()
75 return bswap_32 (*(const int *) ptr); in decode()
77 const unsigned char *p = ptr; in decode()
91 decode64 (const void *ptr) in int64_t()
94 return *(const int64_t *) ptr; in int64_t()
96 return bswap_64 (*(const int64_t *) ptr); in int64_t()

Completed in 4 milliseconds