HomeSort by: relevance | last modified time | path
    Searched refs:msgs (Results 1 - 25 of 114) sorted by relevancy

1 2 3 4 5

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
bn_error.c 23 } msgs[] = { variable in typeref:struct:__anon830
35 for (x = 0; x < (int)(sizeof(msgs) / sizeof(msgs[0])); x++) {
36 if (msgs[x].code == code) {
37 return msgs[x].msg;
  /src/usr.bin/msgs/
Makefile 4 PROG= msgs
8 COPTS.msgs.c+= ${CC_WNO_FORMAT_TRUNCATION} ${CC_WNO_STRINGOP_TRUNCATION}
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
display_status.c 41 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)/sizeof(*msgs)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
gss_display_status.c 68 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)/sizeof(*msgs)
    [all...]
  /src/external/bsd/openpam/dist/t/
t_pam_conv.h 35 struct pam_message *msgs; member in struct:t_pam_conv_script
t_pam_conv.c 63 t_pam_conv(int nm, const struct pam_message **msgs,
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[i]->msg_style)
    [all...]
  /src/usr.bin/xlint/lint2/
check-msgs.lua 2 -- $NetBSD: check-msgs.lua,v 1.3 2024/11/30 18:17:11 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[id]
    [all...]
msg.c 49 static const char *msgs[] = { variable
78 (void)vprintf(msgs[n], ap);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgunfmt-tcl-1 36 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
lang-tcl 18 ::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
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
atombios_i2c.h 30 struct i2c_msg *msgs, int num);
  /src/usr.bin/xlint/lint1/
check-msgs.lua 2 -- $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[id]
    [all...]
err.c 57 static const char *const msgs[] = { variable
447 static bool is_suppressed[sizeof(msgs) / sizeof(msgs[0])];
463 id >= sizeof(msgs) / sizeof(msgs[0]) ||
464 msgs[id][0] == '\0')
553 (void)vfprintf(out, msgs[msgid], ap);
574 (void)vfprintf(out, msgs[msgid], ap);
590 (void)vfprintf(out, msgs[msgid], ap);
  /src/external/public-domain/xz/dist/src/xz/
hardware.c 271 const char *msgs[] = { local
281 for (unsigned i = 0; i < ARRAY_SIZE(msgs); ++i) {
282 size_t w = tuklib_mbstr_width(msgs[i], NULL);
296 memlimit_show(msgs[0], width_max, total_ram);
298 tuklib_mbstr_fw(msgs[1], (int)(width_max)),
299 msgs[1], cputhreads);
303 memlimit_show(msgs[2], width_max, memlimit_compress);
304 memlimit_show(msgs[3], width_max, memlimit_decompress);
305 memlimit_show(msgs[4], width_max,
307 memlimit_show(msgs[5], width_max, memlimit_mt_default)
    [all...]
  /src/external/bsd/jemalloc/dist/test/include/test/
mq.h 34 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); \
  /src/external/bsd/jemalloc.old/dist/test/include/test/
mq.h 34 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); \
  /src/sys/external/bsd/drm2/linux/
linux_i2c.c 130 __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[i].len, flags)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
i2c.h 103 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...]
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 103 void EventHistory::addEvents(WpaMsgList msgs)
106 for (it = msgs.begin(); it != msgs.end(); it++)
  /src/sys/external/bsd/drm2/dist/drm/
drm_scdc_helper.c 62 struct i2c_msg msgs[2] = { local
76 ret = i2c_transfer(adapter, msgs, ARRAY_SIZE(msgs));
79 if (ret != ARRAY_SIZE(msgs))
  /src/usr.bin/talk/
Makefile 10 init_disp.c invite.c io.c look_up.c msgs.c talk.c
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
error.c 57 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;
  /src/external/gpl3/binutils/dist/gprofng/src/
CompCom.h 44 compmsg *msgs; /* the array of messages */ member in class:CompComment
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CompCom.h 44 compmsg *msgs; /* the array of messages */ member in class:CompComment
  /src/lib/libpam/modules/pam_radius/
pam_radius.c 194 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_msgs-1].msg_style = PAM_PROMPT_ECHO_ON
    [all...]

Completed in 35 milliseconds

1 2 3 4 5