HomeSort by: relevance | last modified time | path
    Searched refs:mesg (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/usr.bin/mesg/
Makefile 4 PROG= mesg
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strerror.c 40 static char mesg[sizeof fmt + sizeof n * CHAR_BIT / 3]; local
44 sprintf (mesg, fmt, n);
45 return mesg;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strerror.c 40 static char mesg[sizeof fmt + sizeof n * CHAR_BIT / 3]; local
44 sprintf (mesg, fmt, n);
45 return mesg;
  /src/external/gpl2/texinfo/dist/lib/
strerror.c 42 static char mesg[sizeof fmt + sizeof n * CHAR_BIT / 3]; local
46 sprintf (mesg, fmt, n);
47 return mesg;
  /src/external/gpl2/xcvs/dist/lib/
strerror.c 43 static char mesg[sizeof fmt + sizeof n * CHAR_BIT / 3]; local
47 sprintf (mesg, fmt, n);
48 return mesg;
  /src/external/bsd/libbind/dist/bsd/
writev.c 34 struct msghdr mesg; local
36 memset(&mesg, 0, sizeof(mesg));
37 mesg.msg_name = 0;
38 mesg.msg_namelen = 0;
39 mesg.msg_iov = iov;
40 mesg.msg_iovlen = iovlen;
41 mesg.msg_accrights = 0;
42 mesg.msg_accrightslen = 0;
43 return (sendmsg(fd, &mesg, 0))
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
arc-disassembler-options.exp 30 proc arc_disassemble_test { func insn mesg } {
35 gdb_test "disassemble $func" $pass_re $mesg
mips-disassembler-options.exp 30 proc mips_disassemble_test { func insn mesg } {
34 $mesg
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
arc-disassembler-options.exp 30 proc arc_disassemble_test { func insn mesg } {
35 gdb_test "disassemble $func" $pass_re $mesg
mips-disassembler-options.exp 30 proc mips_disassemble_test { func insn mesg } {
34 $mesg
  /src/sys/arch/bebox/bebox/
ipi_bebox.c 55 bebox_send_ipi(cpuid_t target, uint32_t mesg)
67 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
76 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
  /src/external/historical/nawk/dist/
main.c 71 const char *mesg = NULL; local
75 mesg = "Integer divide by zero";
78 mesg = "Integer overflow";
81 mesg = "Floating point divide by zero";
84 mesg = "Floating point overflow";
87 mesg = "Floating point underflow";
90 mesg = "Floating point inexact result";
93 mesg = "Invalid Floating point operation";
96 mesg = "Subscript out of range";
100 mesg = "Unknown error"
    [all...]
  /src/sbin/fsdb/
fsdb.h 32 extern void rwerror(char *mesg, daddr_t blk);
  /src/sys/arch/macppc/macppc/
ipi_hammerhead.c 63 hh_send_ipi(cpuid_t target, uint32_t mesg)
68 atomic_or_32(&cpu_info[0].ci_pending_ipis, mesg);
69 atomic_or_32(&cpu_info[1].ci_pending_ipis, mesg);
80 atomic_or_32(&cpu_info[cpu_id].ci_pending_ipis, mesg);
pic_u3_ht.c 624 u3_ht_send_ipi(cpuid_t target, uint32_t mesg)
637 mesg);
644 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
  /src/sys/arch/evbppc/nintendo/
ipi_latte.c 54 ipi_latte_send_ipi(cpuid_t target, uint32_t mesg)
65 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
71 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
  /src/external/bsd/bc/dist/
util.c 722 ct_warn (const char *mesg, ...)
725 ct_warn (mesg)
726 const char *mesg;
730 ct_warn (mesg, va_alist)
731 const char *mesg;
738 va_start (args, mesg);
749 vfprintf (stderr, mesg, args);
761 vfprintf (stderr, mesg, args);
772 rt_error (const char *mesg, ...)
775 rt_error (mesg)
    [all...]
proto.h 90 void ct_warn (const char *mesg, ...)
92 void rt_error (const char *mesg, ...)
94 void rt_warn (const char *mesg, ...)
  /src/sys/arch/powerpc/pic/
ipi_openpic.c 79 openpic_send_ipi(cpuid_t target, uint32_t mesg)
92 mesg);
99 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgfmt-properties-1 21 mesg\ 4=mesg 4 translation
  /src/usr.bin/
Makefile 19 machine mail make man menuc mesg midiplay midirecord mixerctl \
  /src/usr.bin/mail/
list.c 656 warn("matchbody: mesg=%d", get_msgnum(mp));
923 check(int mesg, int f)
927 if ((mp = get_message(mesg)) == NULL) {
928 (void)printf("%d: Invalid message number\n", mesg);
932 (void)printf("%d: Inappropriate message\n", mesg);
  /src/distrib/evbsh3/rom/ramdiskcommon/
ramdiskbin.conf 41 progs lex lock logger login logname look m4 mail man menuc mesg mkdep
  /src/games/boggle/boggle/
mach.c 549 prompt(const char *mesg)
552 printw("%s", mesg);
  /src/sbin/fsck_ext2fs/
utilities.c 247 rwerror(const char *mesg, daddr_t blk)
252 pfatal("CANNOT %s: BLK %lld", mesg, (long long)blk);

Completed in 32 milliseconds

1 2