Symbol: warnp
lib/libc/time/strftime.c
233
const char *ptlim, enum warn *warnp, locale_t loc)
lib/libc/time/strftime.c
301
if (warn2 > *warnp)
lib/libc/time/strftime.c
302
*warnp = warn2;
lib/libc/time/strftime.c
306
pt = _fmt(sp, "%m/%d/%y", t, pt, ptlim, warnp,
lib/libc/time/strftime.c
339
pt = _fmt(sp, "%Y-%m-%d", t, pt, ptlim, warnp,
lib/libc/time/strftime.c
416
pt = _fmt(sp, "%H:%M", t, pt, ptlim, warnp,
lib/libc/time/strftime.c
421
pt, ptlim, warnp, loc);
lib/libc/time/strftime.c
467
pt = _fmt(sp, "%H:%M:%S", t, pt, ptlim, warnp,
lib/libc/time/strftime.c
573
*warnp = IN_ALL;
lib/libc/time/strftime.c
588
pt = _fmt(sp, "%e-%b-%Y", t, pt, ptlim, warnp,
lib/libc/time/strftime.c
604
ptlim, warnp, loc);
lib/libc/time/strftime.c
614
if (warn2 > *warnp)
lib/libc/time/strftime.c
615
*warnp = warn2;
lib/libc/time/strftime.c
619
*warnp = IN_ALL;
lib/libc/time/strftime.c
755
pt, ptlim, warnp, loc);
lib/libc/time/strftime.c
758
pt, ptlim, warnp, loc);
usr.sbin/ldpd/fsm.c
93
warnp("Unknown AF %x for transport address\n",
usr.sbin/ldpd/label.c
126
warnp("[label_add] added binding %d for %s/%s\n", l->binding,
usr.sbin/ldpd/label.c
138
warnp("[label_del] deleted binding %d for %s\n", l->binding,
usr.sbin/ldpd/label.c
154
warnp("[label_reattach_route] binding %d deleted\n",
usr.sbin/ldpd/ldp_errors.h
58
void warnp(const char *, ...) __printflike(1, 2);
usr.sbin/ldpd/ldp_peer.c
203
warnp("connect to %s failed: %s\n",
usr.sbin/ldpd/ldp_peer.c
253
warnp("LDP Neighbor %s holddown timer expired\n", inet_ntoa(p->ldp_id));
usr.sbin/ldpd/ldp_peer.c
459
warnp("%s\n", abuf);
usr.sbin/ldpd/mpls_interface.c
108
warnp("[mpls_add_label] Adding %s/%d as local binding %d (%d), label %d"
usr.sbin/ldpd/mpls_interface.c
156
warnp("[mpls_add_label]: SUCCESS\n");
usr.sbin/ldpd/mpls_interface.c
70
warnp("Trying to add %s/%d as label %d (oldlocal %d) to peer %s\n",
usr.sbin/ldpd/mpls_interface.c
88
warnp("mpls_add_label: so_gate is not IP or IPv6\n");
usr.sbin/ldpd/mpls_interface.c
94
warnp("Failed at next-hop check\n");
usr.sbin/ldpd/mpls_routes.c
376
warnp("Error adding a route: %s\n", route_strerror(errno));
usr.sbin/ldpd/mpls_routes.c
377
warnp("Destination was: %s\n", satos(&so_dest->sa));
usr.sbin/ldpd/mpls_routes.c
379
warnp("Prefix was: %s\n", satos(&so_prefix->sa));
usr.sbin/ldpd/mpls_routes.c
381
warnp("Gateway was: %s\n", satos(&so_gate->sa));
usr.sbin/ldpd/mpls_routes.c
453
warnp("Error deleting route(%s): %s/%s",
usr.sbin/ldpd/mpls_routes.c
457
warnp("Error deleting route(%s) : %s",
usr.sbin/ldpd/mpls_routes.c
546
warnp("Added to replay PID: %d, SEQ: %d\n",
usr.sbin/ldpd/socketops.c
1030
warnp("Accepted a connection from %s\n", satos(&peer_address.sa));
usr.sbin/ldpd/socketops.c
1051
warnp("Got connection from %s, but no hello info exists\n",
usr.sbin/ldpd/socketops.c
1123
warnp("Error in connection with %s\n", inet_ntoa(p->ldp_id));
usr.sbin/ldpd/socketops.c
123
warnp("Cannot bind INET hello socket\n");
usr.sbin/ldpd/socketops.c
1322
warnp("Unknown TLV received from %s\n",
usr.sbin/ldpd/socketops.c
160
warnp("Maximum group memberships reached for INET socket\n");
usr.sbin/ldpd/socketops.c
528
warnp("setsockopt failed: %s\n", strerror(errno));
usr.sbin/ldpd/socketops.c
693
warnp("recv_pdu: Version mismatch\n");
usr.sbin/ldpd/socketops.c
760
warnp("Keepalive expired for %s\n",
usr.sbin/ldpd/tlv.c
73
warnp("TLV type %.4X, Length %d, Message ID %.8X\n", ntohs(t->type),
usr.sbin/ldpd/tlv_stack.c
108
warnp("BAD ADDRESS FAMILY (%d) ! (prefix type %d, "
usr.sbin/ldpd/tlv_stack.c
122
warnp("Prefix/Host add from %s: %s/%d\n",
usr.sbin/ldpd/tlv_stack.c
136
warnp("[map_label] lbl check failed: %s\n",
usr.sbin/ldpd/tlv_stack.c
180
warnp("WITHDRAW: Bad AF (%d)! (prefix type %d, length %d)\n",