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

/openbsd-current/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-current/sbin/fsck/
H A Dfsutil.c54 static void vmsg(int, const char *, va_list);
99 vmsg(int fatal, const char *fmt, va_list ap) function
128 vmsg(1, fmt, ap);
138 vmsg(0, fmt, ap);
154 vmsg(1, fmt, ap);
/openbsd-current/sbin/isakmpd/
H A Disakmp_doi.c112 void *vmsg)
150 void *vmsg)
111 isakmp_debug_attribute(u_int16_t type, u_int8_t *value, u_int16_t len, void *vmsg) argument
149 isakmp_validate_attribute(u_int16_t type, u_int8_t *value, u_int16_t len, void *vmsg) argument
H A Dipsec.c916 void *vmsg)
918 struct message *msg = vmsg;
1283 void *vmsg)
1285 struct message *msg = vmsg;
1383 void *vmsg)
1385 struct message *msg = vmsg;
915 ipsec_validate_attribute(u_int16_t type, u_int8_t * value, u_int16_t len, void *vmsg) argument
1282 ipsec_is_attribute_incompatible(u_int16_t type, u_int8_t *value, u_int16_t len, void *vmsg) argument
1382 ipsec_debug_attribute(u_int16_t type, u_int8_t *value, u_int16_t len, void *vmsg) argument
/openbsd-current/usr.sbin/httpd/
H A Dserver.c1258 char *ptr = NULL, *vmsg = NULL; local
1287 (void)stravis(&vmsg, msg, HTTPD_LOGVIS);
1291 ibuf, ntohs(clt->clt_port), obuf, vmsg == NULL ? "" : vmsg,
1293 free(vmsg);

Completed in 159 milliseconds