Searched refs:msg (Results 126 - 150 of 1214) sorted by relevance

1234567891011>>

/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dsample_passwd_check.c74 char *msg; local
82 msg = FascistCheck(s, DICTPATH, strings);
85 return msg;
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_print.c47 #include <netnatm/msg/uni_hdr.h>
48 #include <netnatm/msg/unistruct.h>
49 #include <netnatm/msg/unimsglib.h>
50 #include <netnatm/msg/uniprint.h>
126 const void *msg, struct unicx *cx)
148 const struct uniapi_error *api = msg;
158 const struct uniapi_call_created *api = msg;
166 const struct uniapi_call_destroyed *api = msg;
174 const struct uniapi_party_created *api = msg;
185 const struct uniapi_party_destroyed *api = msg;
125 uni_print_api(char *buf, size_t bufsiz, u_int type, u_int cookie, const void *msg, struct unicx *cx) argument
[all...]
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmsg.c41 y_or_n(Boolean def, const char *msg, ...) argument
47 va_start(args, msg);
58 vfprintf(stderr, msg, args);
/freebsd-9.3-release/contrib/ntp/scripts/monitoring/
H A Dntptrap347 $msg="";
350 $msg .= sprintf("%40s trap#%-5d",
355 $msg .= " SYSTEM ";
357 $msg .= "$evnt ";
361 $msg .= "stratum=$stratum refid=$refid";
365 $msg .= " " . $x if defined($x)
369 $msg .= sprintf("%s %s ",
377 $msg .= " peer=$peer";
385 $msg .= sprintf("- %-32s",&ntp'clock_status($Cstatus)); #');
387 $msg
[all...]
/freebsd-9.3-release/contrib/binutils/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
141 WARNING: \`$1' is $msg. You should only need it if
150 WARNING: \`$1' is $msg. You should only need it if
159 WARNING: \`$1' is $msg. You should only need it if
178 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is needed, but is $msg.
212 WARNING: \`$1' $msg. You should only need it if
242 WARNING: \`$1' is $msg. You should only need it if
265 WARNING: \`$1' is $msg
[all...]
/freebsd-9.3-release/contrib/cvs/
H A Dmissing47 msg="missing on your system"
62 msg="probably too old"
144 WARNING: \`$1' is $msg. You should only need it if
153 WARNING: \`$1' is $msg. You should only need it if
162 WARNING: \`$1' is $msg. You should only need it if
181 WARNING: \`$1' is $msg. You should only need it if
192 WARNING: \`$1' is needed, but is $msg.
215 WARNING: \`$1' $msg. You should only need it if
245 WARNING: \`$1' is $msg. You should only need it if
268 WARNING: \`$1' is $msg
[all...]
/freebsd-9.3-release/contrib/gcclibs/libssp/
H A Dssp.c160 const char *msg = "*** stack smashing detected ***: "; local
161 fail (msg, strlen (msg), "stack smashing detected: terminated");
167 const char *msg = "*** buffer overflow detected ***: "; local
168 fail (msg, strlen (msg), "buffer overflow detected: terminated");
/freebsd-9.3-release/contrib/ofed/libibcm/config/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
141 WARNING: \`$1' is $msg. You should only need it if
150 WARNING: \`$1' is $msg. You should only need it if
159 WARNING: \`$1' is $msg. You should only need it if
178 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is needed, but is $msg.
212 WARNING: \`$1' $msg. You should only need it if
242 WARNING: \`$1' is $msg. You should only need it if
265 WARNING: \`$1' is $msg
[all...]
/freebsd-9.3-release/contrib/ofed/librdmacm/config/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
141 WARNING: \`$1' is $msg. You should only need it if
150 WARNING: \`$1' is $msg. You should only need it if
159 WARNING: \`$1' is $msg. You should only need it if
178 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is needed, but is $msg.
212 WARNING: \`$1' $msg. You should only need it if
242 WARNING: \`$1' is $msg. You should only need it if
265 WARNING: \`$1' is $msg
[all...]
/freebsd-9.3-release/contrib/openbsm/config/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
141 WARNING: \`$1' is $msg. You should only need it if
150 WARNING: \`$1' is $msg. You should only need it if
159 WARNING: \`$1' is $msg. You should only need it if
178 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is needed, but is $msg.
212 WARNING: \`$1' $msg. You should only need it if
242 WARNING: \`$1' is $msg. You should only need it if
265 WARNING: \`$1' is $msg
[all...]
/freebsd-9.3-release/crypto/heimdal/
H A Dmissing47 msg="missing on your system"
62 msg="probably too old"
144 WARNING: \`$1' is $msg. You should only need it if
153 WARNING: \`$1' is $msg. You should only need it if
162 WARNING: \`$1' is $msg. You should only need it if
181 WARNING: \`$1' is $msg. You should only need it if
192 WARNING: \`$1' is needed, but is $msg.
215 WARNING: \`$1' $msg. You should only need it if
245 WARNING: \`$1' is $msg. You should only need it if
268 WARNING: \`$1' is $msg
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dmain1.c157 long msg = strtol(ptr, &eptr, 0); local
158 if ((msg == LONG_MIN || msg == LONG_MAX) &&
162 if (*eptr || ptr == eptr || msg < 0 ||
163 msg >= ERR_SETSIZE)
166 ERR_SET(msg, &msgset);
H A Derr.c454 lerror(const char *msg, ...) argument
459 va_start(ap, msg);
462 (void)vfprintf(stderr, msg, ap);
499 int msg; local
504 msg = 1;
506 msg = 0;
509 msg = 1;
513 return (msg);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
152 WARNING: \`$1' is $msg. You should only need it if
161 WARNING: \`$1' is $msg. You should only need it if
170 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is $msg. You should only need it if
200 WARNING: \`$1' is needed, but is $msg.
223 WARNING: \`$1' $msg. You should only need it if
253 WARNING: \`$1' is $msg. You should only need it if
276 WARNING: \`$1' is $msg
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
141 WARNING: \`$1' is $msg. You should only need it if
150 WARNING: \`$1' is $msg. You should only need it if
159 WARNING: \`$1' is $msg. You should only need it if
178 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is needed, but is $msg.
212 WARNING: \`$1' $msg. You should only need it if
242 WARNING: \`$1' is $msg. You should only need it if
265 WARNING: \`$1' is $msg
[all...]
/freebsd-9.3-release/contrib/ntp/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
141 WARNING: \`$1' is $msg. You should only need it if
150 WARNING: \`$1' is $msg. You should only need it if
159 WARNING: \`$1' is $msg. You should only need it if
178 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is needed, but is $msg.
212 WARNING: \`$1' $msg. You should only need it if
242 WARNING: \`$1' is $msg. You should only need it if
265 WARNING: \`$1' is $msg
[all...]
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dmaster.c74 struct tsp *msg, *answer, to; local
104 msg = readmsg(TSP_ANY, ANYADDR, &wait, 0);
105 if (!msg) {
154 switch (msg->tsp_type) {
160 newslave(msg);
167 tsp_time_sec = msg->tsp_time.tv_sec;
169 if (!good_host_name(msg->tsp_name)) {
172 msg->tsp_name, newdate);
177 mchgdate(msg);
185 tsp_time_sec = msg
[all...]
/freebsd-9.3-release/contrib/com_err/
H A Dcom_err.c50 static char msg[128]; local
54 snprintf(msg, sizeof(msg), "Unknown error %ld", code);
59 strlcpy(msg, p, sizeof(msg));
61 snprintf(msg, sizeof(msg), "Unknown error %ld", code);
62 return msg;
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dcom_err.c50 static char msg[128]; local
54 snprintf(msg, sizeof(msg), "Unknown error %ld", code);
59 strlcpy(msg, p, sizeof(msg));
61 snprintf(msg, sizeof(msg), "Unknown error %ld", code);
62 return msg;
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dsshd.init.old33 local msg
35 msg="$2"
37 msg="done"
44 echo -n "${msg}"
49 local msg
51 msg="$2"
53 msg="FAILED"
60 echo -n "${msg}"
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-twsi.c128 struct i2c_msg msg[2]; local
145 msg[0].addr = dev_addr;
146 msg[0].flags = 0;
147 msg[0].len = ia_width_bytes;
148 msg[0].buf = addr_buf;
150 msg[1].addr = dev_addr;
151 msg[1].flags = I2C_M_RD;
152 msg[1].len = num_bytes;
153 msg[1].buf = data_buf;
155 i = i2c_transfer(adapter, msg,
234 struct i2c_msg msg[1]; local
319 struct i2c_msg msg[1]; local
403 struct i2c_msg msg[2]; local
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Dsctp_sys_calls.c509 struct msghdr msg;
563 msg.msg_name = (caddr_t)who;
564 msg.msg_namelen = who->sa_len;
566 msg.msg_name = (caddr_t)NULL;
567 msg.msg_namelen = 0;
569 msg.msg_iov = &iov;
570 msg.msg_iovlen = 1;
571 msg.msg_control = cmsgbuf;
572 msg.msg_controllen = CMSG_SPACE(sizeof(struct sctp_sndrcvinfo));
585 return (sendmsg(s, &msg,
650 sctp_sendx(int sd, const void *msg, size_t msg_len, struct sockaddr *addrs, int addrcnt, struct sctp_sndrcvinfo *sinfo, int flags) argument
746 sctp_sendmsgx(int sd, const void *msg, size_t len, struct sockaddr *addrs, int addrcnt, uint32_t ppid, uint32_t flags, uint16_t stream_no, uint32_t timetolive, uint32_t context) argument
855 struct msghdr msg; local
945 struct msghdr msg; local
[all...]
/freebsd-9.3-release/sys/dev/pst/
H A Dpst-raid.c180 struct i2o_bsa_cache_flush_message *msg; local
184 msg = (struct i2o_bsa_cache_flush_message *)(psc->iop->ibase + mfa);
185 bzero(msg, sizeof(struct i2o_bsa_cache_flush_message));
186 msg->version_offset = 0x01;
187 msg->message_flags = 0x0;
188 msg->message_size = sizeof(struct i2o_bsa_cache_flush_message) >> 2;
189 msg->target_address = psc->lct->local_tid;
190 msg->initiator_address = I2O_TID_HOST;
191 msg->function = I2O_BSA_CACHE_FLUSH;
192 msg
260 struct i2o_bsa_rw_block_message *msg; local
[all...]
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_upnp_ssdp.c136 struct wpabuf *msg; local
142 msg = wpabuf_alloc(800); /* more than big enough */
143 if (msg == NULL)
149 wpabuf_put_str(msg, "NOTIFY * HTTP/1.1\r\n");
150 wpabuf_printf(msg, "HOST: %s:%d\r\n",
152 wpabuf_printf(msg, "CACHE-CONTROL: max-age=%d\r\n",
154 wpabuf_printf(msg, "NTS: %s\r\n",
160 wpabuf_put_str(msg, "HTTP/1.1 200 OK\r\n");
161 wpabuf_printf(msg, "CACHE-CONTROL: max-age=%d\r\n",
164 wpabuf_put_str(msg, "DAT
239 struct wpabuf *msg; local
274 struct wpabuf *msg; local
394 struct wpabuf *msg; local
[all...]
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c258 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */ local
261 switch (msg->header.typecookie) {
263 switch (msg->header.cmd) {
268 if (msg->header.arglen != sizeof(*ep))
271 ep = (ng_hci_node_up_ep *)(msg->data);
298 if (msg->header.arglen != sizeof(*ep))
301 ep = (ng_hci_sync_con_queue_ep *)(msg->data);
331 error = ng_l2cap_lp_con_cfm(l2cap, msg);
336 error = ng_l2cap_lp_con_ind(l2cap, msg);
341 error = ng_l2cap_lp_discon_ind(l2cap, msg);
378 struct ng_mesg *msg = NGI_MSG(item); /* item still has message */ local
473 struct ng_mesg *msg = NULL, *rsp = NULL; local
[all...]

Completed in 388 milliseconds

1234567891011>>