Searched refs:nmsg (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/mail/
H A Dcmd1.c453 int nmsg, mdot; local
455 nmsg = incfile();
457 if (nmsg == 0)
459 else if (nmsg > 0) {
460 mdot = newfileinfo(msgCount - nmsg);
/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_peap.c820 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + local
822 if (nmsg == NULL) {
826 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
827 wpabuf_put_buf(nmsg, in_decrypted);
834 in_decrypted = nmsg;
839 struct wpabuf *nmsg; local
869 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
870 if (nmsg == NULL) {
875 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
877 in_decrypted = nmsg;
[all...]
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_peap.c1084 struct wpabuf *nmsg; local
1114 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
1115 if (nmsg == NULL) {
1120 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
1122 in_decrypted = nmsg;
/freebsd-10.0-release/contrib/sendmail/src/
H A Derr.c187 char *nmsg = sm_rpool_strdup_x(CurEnv->e_rpool, errtxt); local
191 CurEnv->e_message = nmsg;

Completed in 300 milliseconds