Home
last modified time | relevance | path

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

/freebsd/usr.bin/quota/
H A Dquota.c273 const char *msgi, *msgb; in showquotas()
297 msgb = NULL; in showquotas()
301 msgb = "Block limit reached on"; in showquotas()
307 msgb = "In block grace period on"; in showquotas()
309 msgb = "Over block quota on"; in showquotas()
322 if ((msgi != NULL || msgb != NULL) && in showquotas()
327 if (msgb != NULL) in showquotas()
328 printf("\t%s %s\n", msgb, qup->fsname); in showquotas()
345 printf("%c", (msgb == NULL) ? ' ' : '*'); in showquotas()
352 (msgb in showquotas()
270 const char *msgi, *msgb; showquotas() local
[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()
210 dlen = make_mac(&digb, type, &keyb, &msgb); in MD5authencrypt()
239 robuffT msgb = { pkt, length }; in MD5authdecrypt()
242 dlen = make_mac(&digb, type, &keyb, &msgb); in MD5authdecrypt()
204 robuffT msgb = { pkt, length }; MD5authencrypt() local
235 robuffT msgb = { pkt, length }; MD5authdecrypt() local
/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.in387 msgb = '[%s] [%s]%s\n' % (self.result.runtime, self.result.result, rer)
388 pad = ' ' * (80 - (len(msga) + len(msgb)))
389 result_line = timeprefix + msga + pad + msgb
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2387 typedef struct msgb mblk_t;