Lines Matching refs:n_sysdep_strings
151 size_t n_sysdep_strings; in write_table() local
178 n_sysdep_strings = 0; in write_table()
344 sysdep_msg_arr[n_sysdep_strings].str[m] = pre; in write_table()
347 sysdep_msg_arr[n_sysdep_strings].id_plural = mp->msgid_plural; in write_table()
348 sysdep_msg_arr[n_sysdep_strings].id_plural_len = in write_table()
350 n_sysdep_strings++; in write_table()
383 minor_revision = (n_sysdep_strings > 0 ? 1 : 0); in write_table()
463 header.n_sysdep_strings = n_sysdep_strings; in write_table()
467 offset += n_sysdep_strings * sizeof (nls_uint32); in write_table()
471 offset += n_sysdep_strings * sizeof (nls_uint32); in write_table()
476 for (j = 0; j < n_sysdep_strings; j++) in write_table()
502 BSWAP32 (header.n_sysdep_strings); in write_table()
628 (nls_uint32 *) xmalloc (n_sysdep_strings * sizeof (nls_uint32)); in write_table()
637 for (j = 0; j < n_sysdep_strings; j++) in write_table()
646 for (j = 0; j < n_sysdep_strings; j++) in write_table()
648 fwrite (sysdep_tab, n_sysdep_strings * sizeof (nls_uint32), 1, in write_table()
657 for (j = 0; j < n_sysdep_strings; j++) in write_table()
753 for (j = 0; j < n_sysdep_strings; j++) in write_table()