Searched refs:mesg (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-6-1-5-RELEASE/usr.bin/mesg/
H A DMakefile4 PROG= mesg
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dstrerror.c40 static char mesg[sizeof fmt + sizeof n * CHAR_BIT / 3]; local
44 sprintf (mesg, fmt, n);
45 return mesg;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dstrerror.c42 static char mesg[sizeof fmt + sizeof n * CHAR_BIT / 3]; local
46 sprintf (mesg, fmt, n);
47 return mesg;
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dstrerror.c42 static char mesg[sizeof fmt + sizeof n * CHAR_BIT / 3]; local
46 sprintf (mesg, fmt, n);
47 return mesg;
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/bsd/
H A Dwritev.c34 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,
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/bc/lib/
H A Dtestmul.c36 rt_error (char *mesg, ...) argument
39 rt_error (mesg)
40 char *mesg;
44 rt_error (mesg, va_alist)
45 char *mesg;
52 va_start (args, mesg);
56 vsprintf (error_mesg, mesg, args);
69 rt_warn (char *mesg, ...) argument
72 rt_warn (mesg)
73 char *mesg;
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/macppc/macppc/
H A Dipi_hammerhead.c64 hh_send_ipi(cpuid_t target, uint32_t mesg) argument
69 atomic_or_32(&cpu_info[0].ci_pending_ipis, mesg);
70 atomic_or_32(&cpu_info[1].ci_pending_ipis, mesg);
81 atomic_or_32(&cpu_info[cpu_id].ci_pending_ipis, mesg);
/netbsd-6-1-5-RELEASE/sbin/fsdb/
H A Dfsdb.h32 extern void rwerror(char *mesg, daddr_t blk);
/netbsd-6-1-5-RELEASE/gnu/dist/bc/bc/
H A Dutil.c762 warn (char *mesg, ...) argument
765 warn (mesg)
766 char *mesg;
770 warn (mesg, va_alist)
771 char *mesg;
778 va_start (args, mesg);
789 vfprintf (stderr, mesg, args);
801 vfprintf (stderr, mesg, args);
812 rt_error (char *mesg, ...) argument
815 rt_error (mesg)
848 rt_warn(char *mesg, ...) argument
[all...]
H A Dproto.h93 _PROTOTYPE(void warn, (char *mesg ,...));
94 _PROTOTYPE(void rt_error, (char *mesg ,...));
95 _PROTOTYPE(void rt_warn, (char *mesg ,...));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Dzkt-conf.c96 static void usage (char *mesg);
306 # define sopt_usage(mesg, value) fprintf (stderr, mesg, value)
308 # define lopt_usage(mesg, value) fprintf (stderr, mesg, value)
311 # define lopt_usage(mesg, value)
314 static void usage (char *mesg) argument
317 if ( mesg && *mesg )
318 fprintf (stderr, "%s\n", mesg);
[all...]
H A Dzkt-ls.c130 static void usage (char *mesg, zconf_t *cp);
314 # define sopt_usage(mesg, value) fprintf (stderr, mesg, value)
316 # define lopt_usage(mesg, value) fprintf (stderr, mesg, value)
319 # define lopt_usage(mesg, value)
322 static void usage (char *mesg, zconf_t *cp) argument
361 if ( mesg && *mesg )
362 fprintf (stderr, "%s\n", mesg);
[all...]
H A Dzkt-signer.c99 static void usage (char *mesg, zconf_t *conf);
341 # define sopt_usage(mesg, value) fprintf (stderr, mesg, value)
343 # define lopt_usage(mesg, value) fprintf (stderr, mesg, value)
346 # define lopt_usage(mesg, value)
349 static void usage (char *mesg, zconf_t *conf) argument
395 if ( mesg && *mesg )
396 fprintf (stderr, "%s\n", mesg);
473 char mesg[255+1]; local
[all...]
H A Dzone.h66 extern int zone_print (const char *mesg, const zone_t *z);
H A Dzone.c324 int zone_print (const char *mesg, const zone_t *z) argument
330 fprintf (stderr, "%s: zone\t %s\n", mesg, z->zone);
331 fprintf (stderr, "%s: dir\t %s\n", mesg, z->dir);
332 fprintf (stderr, "%s: file\t %s\n", mesg, z->file);
333 fprintf (stderr, "%s: sfile\t %s\n", mesg, z->sfile);
H A Dnscomm.c119 char *mesg; local
122 mesg = "\tDistribution command %s not run as root\n";
124 mesg = "\tDistribution command %s not run due to strange file mode settings\n";
126 verbmesg (1, zp->conf, mesg, zp->conf->dist_cmd);
H A Ddnssec-zkt.c140 static void usage (char *mesg, zconf_t *cp);
403 # define sopt_usage(mesg, value) fprintf (stderr, mesg, value)
405 # define lopt_usage(mesg, value) fprintf (stderr, mesg, value)
408 # define lopt_usage(mesg, value)
411 static void usage (char *mesg, zconf_t *cp) argument
483 if ( mesg && *mesg )
484 fprintf (stderr, "%s\n", mesg);
[all...]
H A Dzkt-keyman.c128 static void usage (char *mesg, zconf_t *cp);
334 # define sopt_usage(mesg, value) fprintf (stderr, mesg, value)
336 # define lopt_usage(mesg, value) fprintf (stderr, mesg, value)
339 # define lopt_usage(mesg, value)
342 static void usage (char *mesg, zconf_t *cp) argument
390 if ( mesg && *mesg )
391 fprintf (stderr, "%s\n", mesg);
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/pic/
H A Dipi_openpic.c76 openpic_send_ipi(cpuid_t target, uint32_t mesg) argument
89 mesg);
96 atomic_or_32(&dst_ci->ci_pending_ipis, mesg);
/netbsd-6-1-5-RELEASE/gnu/dist/bc/dc/
H A Dnumeric.c550 rt_error (char *mesg, ...)
553 rt_error (mesg)
554 char *mesg;
558 rt_error (mesg, va_alist)
559 char *mesg;
566 va_start (args, mesg);
570 vfprintf (stderr, mesg, args);
583 rt_warn (char *mesg, ...)
586 rt_warn (mesg)
587 char *mesg;
544 rt_error(char *mesg, ...) argument
577 rt_warn(char *mesg, ...) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dmsgfmt-properties-121 mesg\ 4=mesg 4 translation
/netbsd-6-1-5-RELEASE/gnu/dist/bc/h/
H A Dproto.h89 _PROTOTYPE(void warn, (char *mesg ,...));
90 _PROTOTYPE(void rt_error, (char *mesg ,...));
91 _PROTOTYPE(void rt_warn, (char *mesg ,...));
/netbsd-6-1-5-RELEASE/games/hunt/hunt/
H A Dhunt.c762 leave(int eval, const char *mesg) argument
767 err(eval, "%s", mesg ? mesg : "");
776 leavex(int eval, const char *mesg) argument
779 errx(eval, "%s", mesg ? mesg : "");
/netbsd-6-1-5-RELEASE/usr.bin/
H A DMakefile18 machine mail make man menuc mesg midiplay mixerctl mkcsmapper \
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dlist.c656 warn("matchbody: mesg=%d", get_msgnum(mp));
923 check(int mesg, int f) argument
927 if ((mp = get_message(mesg)) == NULL) {
928 (void)printf("%d: Invalid message number\n", mesg);
932 (void)printf("%d: Inappropriate message\n", mesg);

Completed in 297 milliseconds

12