Searched refs:zeros (Results 1 – 1 of 1) sorted by relevance
1019 char *zeros = alloca (sz); in add_locale() local1021 memset (zeros, 0, sz); in add_locale()1022 if (TEMP_FAILURE_RETRY (write (ah->fd, zeros, sz) != sz)) in add_locale()1032 static const char zeros[15] = { 0, }; in add_locale() local1034 if (TEMP_FAILURE_RETRY (write (ah->fd, zeros, 16 - (lastpos & 15))) in add_locale()
Completed in 6 milliseconds