Home
last modified time | relevance | path

Searched refs:last_msg (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxutil.c497 static char last_msg[1024]; in real_plog() local
565 …if (strlcpy(last_msg, msg, sizeof(last_msg)) >= sizeof(last_msg)) /* don't use xstrlcpy here (recu… in real_plog()
566 fprintf(stderr, "real_plog: string \"%s\" truncated to \"%s\"\n", last_msg, msg); in real_plog()
574 if (STREQ(last_msg, msg)) { in real_plog()
578 …if (strlcpy(last_msg, msg, sizeof(last_msg)) >= sizeof(last_msg)) /* don't use xstrlcpy here (recu… in real_plog()
579 fprintf(stderr, "real_plog: string \"%s\" truncated to \"%s\"\n", last_msg, msg); in real_plog()
593 xsnprintf(last_msg, sizeof(last_msg), in real_plog()
595 __IGNORE(fwrite(last_msg, strlen(last_msg), 1, logfp)); in real_plog()
601 if (STREQ(last_msg, msg)) { in real_plog()
605 xsnprintf(last_msg, sizeof(last_msg), in real_plog()
[all …]
/netbsd-src/external/bsd/wpa/dist/src/eap_peer/
H A Dikev2.h50 enum { LAST_MSG_SA_INIT, LAST_MSG_SA_AUTH } last_msg; member
/netbsd-src/sys/dev/ic/
H A Daic7xxx.c3415 u_int last_msg; in ahc_handle_msg_reject() local
3424 last_msg = ahc_inb(ahc, LAST_MSG); in ahc_handle_msg_reject()
3553 last_msg); in ahc_handle_msg_reject()
H A Daic79xx.c4590 u_int last_msg; in ahd_handle_msg_reject() local
4599 last_msg = ahd_inb(ahd, LAST_MSG); in ahd_handle_msg_reject()
4740 last_msg); in ahd_handle_msg_reject()