Searched refs:msgb (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.bin/quota/ |
H A D | quota.c | 270 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() 325 printf("\t%s %s\n", msgb, qup->fsname); in showquotas() 342 printf("%c", (msgb == NULL) ? ' ' : '*'); in showquotas() 349 (msgb == NULL) ? ' ' : '*', in showquotas() [all …]
|
/freebsd/contrib/ntp/libntp/ |
H A D | adjtime.c | 226 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 D | a_md5encrypt.c | 207 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 D | adjtimed.c | 226 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 D | adjtime.h | 50 } msgb; member
|
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/ |
H A D | test-runner.py.in | 383 msgb = '[%s] [%s]%s\n' % (self.result.runtime, self.result.result, rer) 384 pad = ' ' * (80 - (len(msga) + len(msgb))) 385 result_line = msga + pad + msgb
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | conf.h | 2387 typedef struct msgb mblk_t;
|