Home
last modified time | relevance | path

Searched refs:vmsg (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/lib/libreadline/support/
H A Dmkdist38 vmsg()
58 vmsg using $MANIFEST
69 vmsg creating distribution for $ROOTNAME version $version in $newdir
118 vmsg $newdir created
/openbsd-src/sbin/fsck/
H A Dfsutil.c54 static void vmsg(int, const char *, va_list);
99 vmsg(int fatal, const char *fmt, va_list ap) in vmsg() function
128 vmsg(1, fmt, ap); in pfatal()
138 vmsg(0, fmt, ap); in pwarn()
154 vmsg(1, fmt, ap); in panic()
/openbsd-src/sbin/isakmpd/
H A Disakmp_doi.c112 void *vmsg) in isakmp_debug_attribute() argument
150 void *vmsg) in isakmp_validate_attribute() argument
H A Dipsec.c916 void *vmsg) in ipsec_validate_attribute() argument
918 struct message *msg = vmsg; in ipsec_validate_attribute()
1283 void *vmsg) in ipsec_is_attribute_incompatible() argument
1285 struct message *msg = vmsg; in ipsec_is_attribute_incompatible()
1383 void *vmsg) in ipsec_debug_attribute() argument
1385 struct message *msg = vmsg; in ipsec_debug_attribute()
/openbsd-src/usr.sbin/httpd/
H A Dserver.c1258 char *ptr = NULL, *vmsg = NULL; in server_log() local
1287 (void)stravis(&vmsg, msg, HTTPD_LOGVIS); in server_log()
1291 ibuf, ntohs(clt->clt_port), obuf, vmsg == NULL ? "" : vmsg, in server_log()
1293 free(vmsg); in server_log()