| /netbsd/src/external/bsd/libbind/dist/bsd/ |
| D | writev.c | 34 struct msghdr mesg; in __writev() local 36 memset(&mesg, 0, sizeof(mesg)); in __writev() 37 mesg.msg_name = 0; in __writev() 38 mesg.msg_namelen = 0; in __writev() 39 mesg.msg_iov = iov; in __writev() 40 mesg.msg_iovlen = iovlen; in __writev() 41 mesg.msg_accrights = 0; in __writev() 42 mesg.msg_accrightslen = 0; in __writev() 43 return (sendmsg(fd, &mesg, 0)); in __writev()
|
| /netbsd/src/external/historical/nawk/dist/ |
| D | main.c | 71 const char *mesg = NULL; in fpecatch() local 75 mesg = "Integer divide by zero"; in fpecatch() 78 mesg = "Integer overflow"; in fpecatch() 81 mesg = "Floating point divide by zero"; in fpecatch() 84 mesg = "Floating point overflow"; in fpecatch() 87 mesg = "Floating point underflow"; in fpecatch() 90 mesg = "Floating point inexact result"; in fpecatch() 93 mesg = "Invalid Floating point operation"; in fpecatch() 96 mesg = "Subscript out of range"; in fpecatch() 100 mesg = "Unknown error"; in fpecatch() [all …]
|
| /netbsd/src/sys/arch/macppc/macppc/ |
| D | ipi_hammerhead.c | 63 hh_send_ipi(cpuid_t target, uint32_t mesg) in hh_send_ipi() argument 68 atomic_or_32(&cpu_info[0].ci_pending_ipis, mesg); in hh_send_ipi() 69 atomic_or_32(&cpu_info[1].ci_pending_ipis, mesg); in hh_send_ipi() 80 atomic_or_32(&cpu_info[cpu_id].ci_pending_ipis, mesg); in hh_send_ipi()
|
| D | pic_u3_ht.c | 624 u3_ht_send_ipi(cpuid_t target, uint32_t mesg) in u3_ht_send_ipi() argument 637 mesg); in u3_ht_send_ipi() 644 atomic_or_32(&dst_ci->ci_pending_ipis, mesg); in u3_ht_send_ipi()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | strerror.c | 43 static char mesg[sizeof fmt + sizeof n * CHAR_BIT / 3]; in strerror() local 47 sprintf (mesg, fmt, n); in strerror() 48 return mesg; in strerror()
|
| /netbsd/src/sys/arch/bebox/bebox/ |
| D | ipi_bebox.c | 55 bebox_send_ipi(cpuid_t target, uint32_t mesg) in bebox_send_ipi() argument 67 atomic_or_32(&dst_ci->ci_pending_ipis, mesg); in bebox_send_ipi() 76 atomic_or_32(&dst_ci->ci_pending_ipis, mesg); in bebox_send_ipi()
|
| /netbsd/src/sys/arch/powerpc/pic/ |
| D | ipi_openpic.c | 79 openpic_send_ipi(cpuid_t target, uint32_t mesg) in openpic_send_ipi() argument 92 mesg); in openpic_send_ipi() 99 atomic_or_32(&dst_ci->ci_pending_ipis, mesg); in openpic_send_ipi()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | arc-disassembler-options.exp | 30 proc arc_disassemble_test { func insn mesg } { argument 35 gdb_test "disassemble $func" $pass_re $mesg
|
| D | mips-disassembler-options.exp | 30 proc mips_disassemble_test { func insn mesg } { argument 34 $mesg
|
| /netbsd/src/usr.bin/mesg/ |
| D | Makefile | 4 PROG= mesg
|
| /netbsd/src/sbin/fsdb/ |
| D | fsdb.h | 32 extern void rwerror(char *mesg, daddr_t blk);
|
| /netbsd/src/usr.bin/mail/ |
| D | list.c | 923 check(int mesg, int f) in check() argument 927 if ((mp = get_message(mesg)) == NULL) { in check() 928 (void)printf("%d: Invalid message number\n", mesg); in check() 932 (void)printf("%d: Inappropriate message\n", mesg); in check()
|
| D | cmd3.c | 651 int *ip, mesg; in messize() local 655 mesg = *ip; in messize() 656 mp = get_message(mesg); in messize() 657 (void)printf("%d: %ld/%llu\n", mesg, mp->m_blines, in messize()
|
| D | cmd1.c | 80 printhead(int mesg) in printhead() argument 88 msgline = smsgprintf(fmtstr, get_message(mesg)); in printhead()
|
| /netbsd/src/games/boggle/boggle/ |
| D | mach.c | 549 prompt(const char *mesg) in prompt() argument 552 printw("%s", mesg); in prompt()
|
| /netbsd/src/external/bsd/nvi/dist/docs/vi.man/ |
| D | spell.ok | 96 mesg
|
| /netbsd/src/sbin/fsck_ext2fs/ |
| D | utilities.c | 247 rwerror(const char *mesg, daddr_t blk) in rwerror() argument 252 pfatal("CANNOT %s: BLK %lld", mesg, (long long)blk); in rwerror()
|
| /netbsd/src/sys/arch/mac68k/mac68k/ |
| D | iop.c | 368 iop_send_msg(int iopn, int chan, u_char *mesg, int msglen, in iop_send_msg() argument 385 memcpy(msg->msg, mesg, msglen); in iop_send_msg()
|
| /netbsd/src/usr.bin/ |
| D | Makefile | 19 machine mail make man menuc mesg midiplay midirecord mixerctl \
|
| /netbsd/src/distrib/evbsh3/rom/ramdiskcommon/ |
| D | ramdiskbin.conf | 41 progs lex lock logger login logname look m4 mail man menuc mesg mkdep
|
| /netbsd/src/sbin/fsck_ffs/ |
| D | utilities.c | 254 rwerror(const char *mesg, daddr_t blk) in rwerror() argument 259 pfatal("CANNOT %s: BLK %lld", mesg, (long long)blk); in rwerror()
|
| /netbsd/src/external/bsd/nvi/dist/docs/vi.ref/ |
| D | spell.ok | 226 mesg
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| D | netpgppython_wrap.c | 838 SWIG_Python_AddErrorMsg(const char* mesg) in SWIG_Python_AddErrorMsg() argument 849 PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg); in SWIG_Python_AddErrorMsg() 853 PyErr_Format(PyExc_RuntimeError, mesg); in SWIG_Python_AddErrorMsg() 2337 SWIG_Python_AddErrMesg(const char* mesg, int infront) in SWIG_Python_AddErrMesg() argument 2349 PyErr_Format(type, "%s %s", mesg, PyString_AsString(old_str)); in SWIG_Python_AddErrMesg() 2351 PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg); in SWIG_Python_AddErrMesg() 2366 char mesg[256]; in SWIG_Python_ArgFail() local 2367 PyOS_snprintf(mesg, sizeof(mesg), "argument number %d:", argnum); in SWIG_Python_ArgFail() 2368 return SWIG_Python_AddErrMesg(mesg, 1); in SWIG_Python_ArgFail()
|
| /netbsd/src/usr.bin/crunch/examples/ |
| D | really-big.conf | 45 progs login logname look m4 machine mail make man mesg mkfifo
|
| /netbsd/src/usr.bin/ftp/ |
| D | cmds.c | 887 togglevar(int argc, char *argv[], int *var, const char *mesg) in togglevar() argument 899 if (mesg) in togglevar() 900 fprintf(ttyout, "%s %s.\n", mesg, onoff(*var)); in togglevar()
|