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

/freebsd-9.3-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-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_peap.c824 struct wpabuf *nmsg = wpabuf_alloc(sizeof(struct eap_hdr) + local
826 if (nmsg == NULL) {
830 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
831 wpabuf_put_buf(nmsg, in_decrypted);
838 in_decrypted = nmsg;
843 struct wpabuf *nmsg; local
873 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
874 if (nmsg == NULL) {
879 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
881 in_decrypted = nmsg;
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dxfrin.c145 unsigned int nmsg; /*%< Number of messages recvd */ member in struct:dns_xfrin_ctx
833 xfr->nmsg = 0;
1100 xfr->nmsg = 0;
1216 if (xfr->nmsg > 0)
1314 if (xfr->sincetsig > 100 || xfr->nmsg == 0 ||
1326 xfr->nmsg++;
1429 xfr->nmsg, xfr->nrecs, xfr->nbytes,
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_peap.c1087 struct wpabuf *nmsg; local
1117 nmsg = wpabuf_alloc(be_to_host16(hdr->length));
1118 if (nmsg == NULL) {
1123 wpabuf_put_data(nmsg, hdr, be_to_host16(hdr->length));
1125 in_decrypted = nmsg;
/freebsd-9.3-release/contrib/sendmail/src/
H A Derr.c187 char *nmsg = sm_rpool_strdup_x(CurEnv->e_rpool, errtxt); local
191 CurEnv->e_message = nmsg;
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dxfrout.c677 unsigned int nmsg; /* Number of messages sent */ member in struct:__anon124
1157 xfr->nmsg = 0;
1299 if (xfr->nmsg == 0) {
1485 xfr->nmsg++;

Completed in 133 milliseconds