Searched refs:msg (Results 1 - 25 of 1214) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dmsdos.c1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/sig/
H A Dgenmsgcpyh.awk53 print "copy_msg_" msg "(struct uni_" msg " *src, struct uni_" msg " *dst);"
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/misc/
H A Dunimsg_common.c39 uni_msg_prepend(struct uni_msg *msg, size_t len) argument
43 if (uni_msg_leading(msg) >= len) {
44 msg->b_rptr -= len;
47 need = len - uni_msg_leading(msg);
48 if (uni_msg_ensure(msg, need))
50 memcpy(msg->b_rptr + need, msg->b_rptr, uni_msg_len(msg));
51 msg->b_rptr += need - len;
52 msg
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dstrerror.c61 char *msg; local
72 msg = NTstrerror(num, &freebuf);
73 if (msg != NULL)
74 snprintf(buf, size, "%s", msg);
77 if(freebuf && msg != NULL) {
78 LocalFree(msg);
147 char *msg; local
149 msg = NTstrerror(errval, &bfreebuf);
150 fprintf(stderr, "%s: %s\n", errmsg, msg);
152 LocalFree(msg);
164 char *msg; local
378 char *msg; local
[all...]
/freebsd-9.3-release/lib/liby/
H A Dyyerror.c40 yyerror(msg)
41 char *msg;
43 (void)fprintf(stderr, "%s\n", msg);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Drpc_compat.h48 #define EVTAG_ASSIGN(msg, member, args...) \
49 (*(msg)->base->member##_assign)(msg, ## args)
50 #define EVTAG_GET(msg, member, args...) \
51 (*(msg)->base->member##_get)(msg, ## args)
52 #define EVTAG_ADD(msg, member, args...) \
53 (*(msg)->base->member##_add)(msg, ## args)
55 #define EVTAG_LEN(msg, membe
[all...]
/freebsd-9.3-release/release/picobsd/tinyware/msg/
H A DMakefile3 PROG=msg
4 SRCS= msg.c
/freebsd-9.3-release/sys/xen/xenstore/
H A Dxenstore_internal.h39 int xs_dev_request_and_reply(struct xsd_sockmsg *msg, void **result);
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Deap_wsc_common.c25 struct wpabuf *msg; local
27 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
28 if (msg == NULL) {
35 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
36 wpabuf_put_u8(msg, 0); /* Flags */
38 return msg;
H A Deap_common.h21 const struct wpabuf *msg, size_t *plen);
24 void eap_update_len(struct wpabuf *msg);
25 u8 eap_get_id(const struct wpabuf *msg);
26 EapType eap_get_type(const struct wpabuf *msg);
/freebsd-9.3-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_hashes.c58 keyed_hash(const signed char *msg, int len) argument
74 a = (uint32_t)msg[ 0] |
75 (uint32_t)msg[ 1] << 8 |
76 (uint32_t)msg[ 2] << 16 |
77 (uint32_t)msg[ 3] << 24;
78 b = (uint32_t)msg[ 4] |
79 (uint32_t)msg[ 5] << 8 |
80 (uint32_t)msg[ 6] << 16 |
81 (uint32_t)msg[ 7] << 24;
82 c = (uint32_t)msg[
161 yura_hash(const signed char *msg, int len) argument
201 r5_hash(const signed char *msg, int len) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Derror.c46 char *msg; member in struct:hx509_error_data
50 free_error_string(hx509_error msg) argument
52 while(msg) {
53 hx509_error m2 = msg->next;
54 free(msg->msg);
55 free(msg);
56 msg = m2;
93 hx509_error msg; local
95 msg
157 hx509_error msg = context->error; local
212 const char *msg; local
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/
H A Dgenfiles10 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/geniec.awk ${SRC}msg/ie.def >${DST}msg/uni_ietab.h
11 awk -f ${SRC}msg/parseie.awk -f ${SRC}msg/genieh.awk ${SRC}msg/ie.def >${DST}msg/uni_ie.h
12 awk -f ${SRC}msg/parsemsg.awk -f ${SRC}msg/genmsg
[all...]
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dmk_error.c49 KRB_ERROR msg; local
57 memset(&msg, 0, sizeof(msg));
58 msg.pvno = 5;
59 msg.msg_type = krb_error;
60 msg.stime = sec;
61 msg.susec = usec;
62 msg.ctime = client_time;
63 msg.cusec = client_usec;
70 msg
[all...]
/freebsd-9.3-release/contrib/wpa/src/wps/
H A Dwps_attr_build.c25 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) argument
51 wpabuf_put_be16(msg, ATTR_PUBLIC_KEY);
52 wpabuf_put_be16(msg, wpabuf_len(pubkey));
53 wpabuf_put_buf(msg, pubkey);
67 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) argument
70 wpabuf_put_be16(msg, ATTR_REQUEST_TYPE);
71 wpabuf_put_be16(msg, 1);
72 wpabuf_put_u8(msg, type);
77 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) argument
80 wpabuf_put_be16(msg, ATTR_RESPONSE_TYP
87 wps_build_config_methods(struct wpabuf *msg, u16 methods) argument
97 wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
107 wps_build_dev_password_id(struct wpabuf *msg, u16 id) argument
117 wps_build_config_error(struct wpabuf *msg, u16 err) argument
127 wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) argument
157 wps_build_version(struct wpabuf *msg) argument
167 wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) argument
177 wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) argument
187 wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) argument
197 wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
207 wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
217 wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
227 wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) argument
237 wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) argument
252 wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) argument
282 wps_build_oob_dev_password(struct wpabuf *msg, struct wps_context *wps) argument
[all...]
/freebsd-9.3-release/tools/regression/atm/
H A DFuncs.sh9 msg() { function
14 msg "Usage: RunTest.sh [-hq] [-b <localbase>]"
15 msg "Options:"
16 msg " -h show this info"
17 msg " -b <localbase> localbase if not /usr/local"
18 msg " -q be quite"
19 msg " -u run user space test, not kernel"
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dstrexit.c32 char *msg; local
35 msg = sm_sysexitmsg(ex);
36 if (msg == NULL)
40 msg = buf;
42 return msg;
60 char *msg; local
62 msg = sm_sysexmsg(ex);
63 if (msg != NULL)
64 return &msg[11];
66 return msg;
[all...]
/freebsd-9.3-release/contrib/sendmail/libsmutil/
H A Derr.c20 message(const char *msg, ...) argument
22 message(msg, va_alist)
23 const char *msg;
30 m = msg;
35 SM_VA_START(ap, msg);
44 syserr(const char *msg, ...) argument
46 syserr(msg, va_alist)
47 const char *msg;
54 m = msg;
59 SM_VA_START(ap, msg);
[all...]
/freebsd-9.3-release/lib/libutil/
H A D_secure_path.c50 const char *msg = NULL; local
56 msg = "%s: cannot stat %s: %m";
59 msg = "%s: %s is not a regular file";
61 msg = "%s: %s is world writable";
64 msg = "%s: %s is not owned by root";
66 msg = "%s: %s is not owned by uid %d";
68 msg = "%s: %s is group writeable by non-authorised groups";
71 if (msg != NULL)
72 syslog(LOG_ERR, msg, "_secure_path", path, uid);
/freebsd-9.3-release/lib/libstand/
H A Dstrerror.c40 char *msg; member in struct:__anon5346
79 static char msg[32]; local
82 for (i = 0; errtab[i].msg != NULL; i++)
84 return(errtab[i].msg);
85 sprintf(msg, "unknown error (%d)", err);
86 return(msg);
/freebsd-9.3-release/usr.sbin/nscd/
H A Dlog.h32 #define LOG_MSG_1(sender, msg, ...) __log_msg(1, sender, msg, ##__VA_ARGS__)
33 #define LOG_MSG_2(sender, msg, ...) __log_msg(2, sender, msg, ##__VA_ARGS__)
34 #define LOG_MSG_3(sender, msg, ...) __log_msg(3, sedner, msg, ##__VA_ARGS__)
/freebsd-9.3-release/sbin/natd/
H A Dnatd.h23 extern void Quit (const char* msg);
24 extern void Warn (const char* msg);
/freebsd-9.3-release/bin/sh/
H A Derror.c138 vwarning(const char *msg, va_list ap) argument
142 doformat(out2, msg, ap);
148 warning(const char *msg, ...) argument
151 va_start(ap, msg);
152 vwarning(msg, ap);
163 exverror(int cond, const char *msg, va_list ap) argument
176 if (msg)
177 TRACE(("exverror(%d, \"%s\") pid=%d\n", cond, msg, getpid()));
181 if (msg)
182 vwarning(msg, a
189 error(const char *msg, ...) argument
199 exerror(int cond, const char *msg, ...) argument
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Dsend.c44 send(s, msg, len, flags)
47 const void *msg;
49 return (_sendto(s, msg, len, flags, NULL, 0));
/freebsd-9.3-release/share/examples/sunrpc/msg/
H A Dmsg_proc.c9 #include "msg.h" /* need this too: msg.h will be generated by rpcgen */
15 printmessage_1(msg)
16 char **msg;
26 fprintf(f, "%s\n", *msg);

Completed in 251 milliseconds

1234567891011>>