Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/msgfmt/
H A Dgnu_msgs.c71 struct msgtbl *id_tbl, *str_tbl; in output_all_gnu_mo_files() local
133 str_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) * in output_all_gnu_mo_files()
151 str_tbl[i].len = m[i].str_len - 1; in output_all_gnu_mo_files()
153 str_tbl[i].offset = str_off + strs_top; in output_all_gnu_mo_files()
175 (void) fwrite(str_tbl, sizeof (struct msgtbl), in output_all_gnu_mo_files()
187 free(str_tbl); in output_all_gnu_mo_files()
H A Dgnu_msgs_rev.c81 struct msgtbl *id_tbl, *str_tbl; in output_all_gnu_mo_files() local
138 str_tbl = (struct msgtbl *)Xmalloc(sizeof (struct msgtbl) * in output_all_gnu_mo_files()
156 str_tbl[i].len = doswap(m[i].str_len - 1); in output_all_gnu_mo_files()
158 str_tbl[i].offset = doswap(str_off + strs_top); in output_all_gnu_mo_files()
180 (void) fwrite(str_tbl, sizeof (struct msgtbl), in output_all_gnu_mo_files()
194 free(str_tbl); in output_all_gnu_mo_files()
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c72 msgcvt_t str_tbl[] = { variable
207 #define N_STRS (sizeof (str_tbl) / sizeof (str_tbl[0]))
209 #define GET_MSG_NARGS(i) (str_tbl[msg_idx(i)].nargs)
210 #define GET_MSG_INTL(i) (str_tbl[msg_idx(i)].intl)
547 str_tbl[msgid].msgid == msgid) { in msg_idx()
551 if (str_tbl[idx].msgid == msgid) in msg_idx()
H A Dcfga_scsi.h345 #define GET_MSG_STR(i) (str_tbl[msg_idx(i)].msgstr)
443 extern msgcvt_t str_tbl[];
/titanic_44/usr/src/cmd/sgs/include/
H A Dstring_table.h40 typedef struct str_tbl Str_tbl;
H A D_string_table.h100 struct str_tbl { struct
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c87 msgcvt_t str_tbl[] = { variable
225 #define N_STRS (sizeof (str_tbl) / sizeof (str_tbl[0]))
227 #define GET_MSG_NARGS(i) (str_tbl[msg_idx(i)].nargs)
228 #define GET_MSG_INTL(i) (str_tbl[msg_idx(i)].intl)
621 str_tbl[msgid].msgid == msgid) { in msg_idx()
625 if (str_tbl[idx].msgid == msgid) in msg_idx()
H A Dcfga_fp.h410 #define GET_MSG_STR(i) (str_tbl[msg_idx(i)].msgstr)
541 extern msgcvt_t str_tbl[];