Searched refs:msgs (Results 1 - 25 of 117) sorted by relevance

12345

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_error.c23 } msgs[] = { variable in typeref:struct:__anon93
35 for (x = 0; x < (int)(sizeof(msgs) / sizeof(msgs[0])); x++) {
36 if (msgs[x].code == code) {
37 return msgs[x].msg;
/netbsd-current/usr.bin/msgs/
H A DMakefile4 PROG= msgs
8 COPTS.msgs.c+= ${CC_WNO_FORMAT_TRUNCATION} ${CC_WNO_STRINGOP_TRUNCATION}
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Ddisplay_status.c41 static const char *msgs[] = { local
52 else if (v >= sizeof(msgs)/sizeof(*msgs))
55 return msgs[v];
61 static const char *msgs[] = { local
87 else if (v >= sizeof(msgs)/sizeof(*msgs))
90 return msgs[v];
96 static const char *msgs[] = { local
107 if (v >= sizeof(msgs)/sizeo
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_display_status.c68 static const char *msgs[] = { local
79 else if (v >= sizeof(msgs)/sizeof(*msgs))
82 return msgs[v];
88 static const char *msgs[] = { local
112 if (v >= sizeof(msgs)/sizeof(*msgs))
115 return msgs[v];
121 static const char *msgs[] = { local
132 if (v >= sizeof(msgs)/sizeo
[all...]
/netbsd-current/external/bsd/openpam/dist/t/
H A Dt_pam_conv.h35 struct pam_message *msgs; member in struct:t_pam_conv_script
H A Dt_pam_conv.c63 t_pam_conv(int nm, const struct pam_message **msgs, argument
86 if (msgs[i]->msg_style != s->msgs[i].msg_style) {
89 s->msgs[i].msg_style, msgs[i]->msg_style);
92 if (strcmp(msgs[i]->msg, s->msgs[i].msg) != 0) {
95 s->msgs[i].msg, msgs[i]->msg);
98 switch (msgs[
[all...]
/netbsd-current/usr.bin/xlint/lint2/
H A Dcheck-msgs.lua2 -- $NetBSD: check-msgs.lua,v 1.2 2021/09/10 21:05:08 rillig Exp $
6 usage: lua ./check-msgs.lua *.c
15 local msgs = {} ---@type table<number>string
21 msgs[tonumber(id)] = msg
27 return msgs
39 local function check_message(fname, lineno, id, comment, msgs)
40 local msg = msgs[id]
66 local function check_file(fname, msgs)
78 check_message(fname, lineno, id, comment, msgs)
81 fname, lineno, id, msgs[i
[all...]
H A Dmsg.c49 static const char *msgs[] = { variable
78 (void)vprintf(msgs[n], ap);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgunfmt-tcl-136 tmpfiles="$tmpfiles msgs"
37 test -d msgs || mkdir msgs
40 ${MSGFMT} --tcl -d msgs -l fr fr.po || exit 1
45 ${MSGUNFMT} --tcl -d msgs -l fr -o prog.out || exit 1
H A Dlang-tcl18 ::msgcat::mcload [file join [file dirname [info script]] msgs]
66 tmpfiles="$tmpfiles msgs"
67 test -d msgs || mkdir msgs
70 ${MSGFMT} --tcl -d msgs -l fr fr.po || exit 1
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Datombios_i2c.h30 struct i2c_msg *msgs, int num);
/netbsd-current/usr.bin/xlint/lint1/
H A Dcheck-msgs.lua2 -- $NetBSD: check-msgs.lua,v 1.22 2024/03/01 17:22:55 rillig Exp $
6 usage: lua ./check-msgs.lua *.c *.y
15 local msgs = {} ---@type table<string>string
21 msgs[id] = msg
27 return msgs
39 local function check_message(fname, lineno, id, comment, msgs)
40 local msg = msgs[id]
76 local function check_file(fname, msgs)
89 check_message(fname, lineno, id, comment, msgs)
92 fname, lineno, id, msgs[i
[all...]
H A Derr.c57 static const char *const msgs[] = { variable
442 static bool is_suppressed[sizeof(msgs) / sizeof(msgs[0])];
458 id >= sizeof(msgs) / sizeof(msgs[0]) ||
459 msgs[id][0] == '\0')
548 (void)vfprintf(out, msgs[msgid], ap);
569 (void)vfprintf(out, msgs[msgid], ap);
585 (void)vfprintf(out, msgs[msgid], ap);
/netbsd-current/external/bsd/jemalloc/dist/test/include/test/
H A Dmq.h34 ql_head(a_mq_msg_type) msgs; \
43 ql_new(&mq->msgs); \
65 msg = ql_first(&mq->msgs); \
67 ql_head_remove(&mq->msgs, a_mq_msg_type, a_field); \
104 ql_tail_insert(&mq->msgs, msg, a_field); \
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_i2c.c130 __i2c_transfer(struct i2c_adapter *adapter, struct i2c_msg *msgs, int n)
137 ret = (*adapter->algo->master_xfer)(adapter, msgs, n);
147 i2c_transfer(struct i2c_adapter *adapter, struct i2c_msg *msgs, int n)
153 ret = __i2c_transfer(adapter, msgs, n);
161 netbsd_i2c_transfer(i2c_tag_t i2c, struct i2c_msg *msgs, int n)
167 const i2c_op_t op = linux_i2c_flags_op(msgs[i].flags,
169 const int flags = linux_i2c_flags_flags(msgs[i].flags);
174 error = iic_exec(i2c, op, msgs[i].addr,
175 NULL, 0, msgs[i].buf, msgs[
128 __i2c_transfer(struct i2c_adapter *adapter, struct i2c_msg *msgs, int n) argument
145 i2c_transfer(struct i2c_adapter *adapter, struct i2c_msg *msgs, int n) argument
159 netbsd_i2c_transfer(i2c_tag_t i2c, struct i2c_msg *msgs, int n) argument
240 linux_i2cbb_xfer(struct i2c_adapter *adapter, struct i2c_msg *msgs, int n) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
H A Di2c.h103 struct i2c_msg msgs[] = { local
108 int ret = i2c_transfer(adap, msgs, ARRAY_SIZE(msgs));
119 struct i2c_msg msgs[] = { local
124 int ret = i2c_transfer(adap, msgs, ARRAY_SIZE(msgs));
135 struct i2c_msg msgs[] = { local
139 int ret = i2c_transfer(adap, msgs, ARRAY_SIZE(msgs));
150 struct i2c_msg msgs[] local
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp103 void EventHistory::addEvents(WpaMsgList msgs) argument
106 for (it = msgs.begin(); it != msgs.end(); it++)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Derror.c57 return p->table->msgs[code - p->table->base];
67 const char *msg = p->table->msgs[code - p->table->base];
93 if (et->table->msgs == messages)
100 et->table->msgs = messages;
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_scdc_helper.c62 struct i2c_msg msgs[2] = { local
76 ret = i2c_transfer(adapter, msgs, ARRAY_SIZE(msgs));
79 if (ret != ARRAY_SIZE(msgs))
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DCompCom.h44 compmsg *msgs; /* the array of messages */ member in class:CompComment
/netbsd-current/usr.bin/talk/
H A DMakefile10 init_disp.c invite.c io.c look_up.c msgs.c talk.c
/netbsd-current/lib/libpam/modules/pam_radius/
H A Dpam_radius.c194 struct pam_message msgs[MAX_CHALLENGE_MSGS]; local
218 msgs[num_msgs].msg = rad_cvt_string(attrval, attrlen);
219 if (msgs[num_msgs].msg == NULL) {
224 msgs[num_msgs].msg_style = PAM_TEXT_INFO;
225 msg_ptrs[num_msgs] = &msgs[num_msgs];
235 msgs[num_msgs].msg = strdup("(null RADIUS challenge): ");
236 if (msgs[num_msgs].msg == NULL) {
240 msgs[num_msgs].msg_style = PAM_TEXT_INFO;
241 msg_ptrs[num_msgs] = &msgs[num_msgs];
244 msgs[num_msg
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_gmbus.c625 gmbus_is_index_xfer(struct i2c_msg *msgs, int i, int num) argument
628 msgs[i].addr == msgs[i + 1].addr &&
629 !(msgs[i].flags & I2C_M_RD) &&
630 (msgs[i].len == 1 || msgs[i].len == 2) &&
631 msgs[i + 1].len > 0);
635 gmbus_index_xfer(struct drm_i915_private *dev_priv, struct i2c_msg *msgs, argument
642 if (msgs[0].len == 2)
644 msgs[
667 do_gmbus_xfer(struct i2c_adapter *adapter, struct i2c_msg *msgs, int num, u32 gmbus0_source) argument
796 gmbus_xfer(struct i2c_adapter *adapter, struct i2c_msg *msgs, int num) argument
828 struct i2c_msg msgs[] = { local
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Danvil_clnt.c24 /* int anvil_clnt_mail(anvil_clnt, service, addr, msgs)
28 /* int *msgs;
60 /* rate, msgs, rcpts, ntls, auths)
66 /* int *msgs;
118 /* .IP msgs
217 int *msgs, int *rcpts, int *newtls, int *auths)
231 RECV_ATTR_INT(ANVIL_ATTR_MAIL, msgs),
271 const char *addr, int *msgs)
283 RECV_ATTR_INT(ANVIL_ATTR_RATE, msgs),
446 int msgs; local
215 anvil_clnt_lookup(ANVIL_CLNT *anvil_clnt, const char *service, const char *addr, int *count, int *rate, int *msgs, int *rcpts, int *newtls, int *auths) argument
270 anvil_clnt_mail(ANVIL_CLNT *anvil_clnt, const char *service, const char *addr, int *msgs) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios_i2c.c108 struct i2c_msg *msgs, int num)
116 p = &msgs[0];
128 p = &msgs[i];
107 radeon_atom_hw_i2c_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg *msgs, int num) argument

Completed in 238 milliseconds

12345