Searched refs:msgl (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A DMakefile.am42 msgl-charset.h msgl-equal.h msgl-iconv.h msgl-ascii.h msgl-cat.h \
43 msgl-english.h msgl-check.h msgl-fsearch.h msgfmt.h msgunfmt.h \
122 msgl-ascii.c msgl
[all...]
H A DMakefile.in231 write-properties.c write-stringtable.c write-po.c msgl-ascii.c \
232 msgl-iconv.c msgl-equal.c msgl-cat.c msgl-english.c \
233 msgl-check.c file-list.c msgl-charset.c po-time.c plural-exp.c \
265 write-stringtable.lo write-po.lo msgl-ascii.lo msgl-iconv.lo \
266 msgl
[all...]
H A DMakefile231 write-properties.c write-stringtable.c write-po.c msgl-ascii.c \
232 msgl-iconv.c msgl-equal.c msgl-cat.c msgl-english.c \
233 msgl-check.c file-list.c msgl-charset.c po-time.c plural-exp.c \
265 write-stringtable.lo write-po.lo msgl-ascii.lo msgl-iconv.lo \
266 msgl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_intr.c44 * @msgl length of message buffer
47 static void qib_format_hwmsg(char *msg, size_t msgl, const char *hwmsg) argument
49 strlcat(msg, "[", msgl);
50 strlcat(msg, hwmsg, msgl);
51 strlcat(msg, "]", msgl);
60 * @msgl message buffer length
63 size_t nhwerrmsgs, char *msg, size_t msgl)
69 qib_format_hwmsg(msg, msgl, hwerrmsgs[i].msg);
62 qib_format_hwerrors(u64 hwerrs, const struct qib_hwerror_msgs *hwerrmsgs, size_t nhwerrmsgs, char *msg, size_t msgl) argument
H A Dqib_iba6120.c736 * @msgl: the size of the output buffer
744 size_t msgl)
819 " unusable]", msgl);
826 ARRAY_SIZE(qib_6120_hwerror_msgs), msg, msgl);
836 strlcat(msg, bitsmsg, msgl);
844 strlcat(msg, bitsmsg, msgl);
743 qib_handle_6120_hwerrors(struct qib_devdata *dd, char *msg, size_t msgl) argument
H A Dqib_iba7220.c1287 * @msgl: the size of the output buffer
1295 size_t msgl)
1365 "InfiniPath hardware unusable]", msgl);
1372 ARRAY_SIZE(qib_7220_hwerror_msgs), msg, msgl);
1382 strlcat(msg, bitsmsg, msgl);
1393 strlcat(msg, bitsmsg, msgl);
1294 qib_7220_handle_hwerrors(struct qib_devdata *dd, char *msg, size_t msgl) argument
H A Dqib_iba7322.c1944 * @msgl: the size of the output buffer
1952 size_t msgl)
2003 "InfiniPath hardware unusable]", msgl);
2009 err_decode(msg, msgl, hwerrs, qib_7322_hwerror_msgs);
1951 qib_7322_handle_hwerrors(struct qib_devdata *dd, char *msg, size_t msgl) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A DMakefile.am51 ../src/msgl-ascii.c \
87 ../src/msgl-check.c
H A DMakefile.in234 ../src/dir-list.c ../src/message.c ../src/msgl-ascii.c \
249 ../src/msgl-check.c ../woe32dll/gettextpo-exports.c
250 am__objects_1 = str-list.lo dir-list.lo message.lo msgl-ascii.lo \
260 plural-exp.lo plural-eval.lo msgl-check.lo
825 ../src/msgl-ascii.c \
861 ../src/msgl-check.c
1013 msgl-ascii.lo: ../src/msgl-ascii.c
1014 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgl-ascii.lo `test -f '../src/msgl
[all...]
H A DMakefile234 ../src/dir-list.c ../src/message.c ../src/msgl-ascii.c \
249 ../src/msgl-check.c ../woe32dll/gettextpo-exports.c
250 am__objects_1 = str-list.lo dir-list.lo message.lo msgl-ascii.lo \
260 plural-exp.lo plural-eval.lo msgl-check.lo
825 ../src/msgl-ascii.c \
861 ../src/msgl-check.c
1013 msgl-ascii.lo: ../src/msgl-ascii.c
1014 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o msgl-ascii.lo `test -f '../src/msgl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_intr.c187 * @msgl length of message buffer
190 static void ipath_format_hwmsg(char *msg, size_t msgl, const char *hwmsg) argument
192 strlcat(msg, "[", msgl);
193 strlcat(msg, hwmsg, msgl);
194 strlcat(msg, "]", msgl);
203 * @msgl message buffer length
208 char *msg, size_t msgl)
217 ipath_format_hwmsg(msg, msgl,
224 ipath_format_hwmsg(msg, msgl, hwerrmsgs[i].msg);
205 ipath_format_hwerrors(u64 hwerrs, const struct ipath_hwerror_msgs *hwerrmsgs, size_t nhwerrmsgs, char *msg, size_t msgl) argument
H A Dipath_iba6110.c395 char *msg, size_t msgl)
420 strlcat(msg, bitsmsg, msgl);
494 * @msgl: the size of the output buffer
502 size_t msgl)
594 strlcat(msg, bitsmsg, msgl);
601 msg, msgl);
604 hwerr_crcbits(dd, hwerrs, msg, msgl);
608 msgl);
625 strlcat(msg, bitsmsg, msgl);
394 hwerr_crcbits(struct ipath_devdata *dd, ipath_err_t hwerrs, char *msg, size_t msgl) argument
501 ipath_ht_handle_hwerrors(struct ipath_devdata *dd, char *msg, size_t msgl) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile129 ../src/msgl-cat.c \
130 ../src/msgl-charset.c \
131 ../src/msgl-check.c \
132 ../src/msgl-iconv.c \

Completed in 166 milliseconds