Home
last modified time | relevance | path

Searched refs:msgb (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/quota/
H A Dquota.c270 const char *msgi, *msgb; in showquotas() local
294 msgb = NULL; in showquotas()
298 msgb = "Block limit reached on"; in showquotas()
304 msgb = "In block grace period on"; in showquotas()
306 msgb = "Over block quota on"; in showquotas()
319 if ((msgi != NULL || msgb != NULL) && in showquotas()
324 if (msgb != NULL) in showquotas()
349 (msgb == NULL) ? ' ' : '*', in showquotas()
355 if (msgb != NULL) in showquotas()
360 , (msgb == NULL) ? "" : bgrace in showquotas()
[all …]
/freebsd/contrib/ntp/libntp/
H A Dadjtime.c226 msgp->msgb.mtype = CLIENT; in _adjtime()
227 msgp->msgb.tv = *delta; in _adjtime()
229 msgp->msgb.code = DELTA2; in _adjtime()
231 msgp->msgb.code = DELTA1; in _adjtime()
242 *olddelta = msgp->msgb.tv; in _adjtime()
H A Da_md5encrypt.c207 robuffT msgb = { pkt, length }; in MD5authencrypt() local
210 dlen = make_mac(&digb, type, &keyb, &msgb); in MD5authencrypt()
239 robuffT msgb = { pkt, length }; in MD5authdecrypt() local
242 dlen = make_mac(&digb, type, &keyb, &msgb); in MD5authdecrypt()
/freebsd/contrib/ntp/adjtimed/
H A Dadjtimed.c226 switch (msg.msgb.code) { in main()
229 AdjustClockRate(&msg.msgb.tv, &remains); in main()
231 if (msg.msgb.code == DELTA2) { in main()
232 msg.msgb.tv = remains; in main()
233 msg.msgb.mtype = SERVER; in main()
256 fprintf(stderr, "adjtimed: unknown message code %d\n", msg.msgb.code); in main()
257 msyslog(LOG_ERR, "unknown message code %d", msg.msgb.code); in main()
/freebsd/contrib/ntp/include/
H A Dadjtime.h50 } msgb; member
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in363 msgb = '[%s] [%s]%s\n' % (self.result.runtime, self.result.result, rer)
364 pad = ' ' * (80 - (len(msga) + len(msgb)))
365 result_line = msga + pad + msgb
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2387 typedef struct msgb mblk_t;