Searched refs:msgs (Results 1 – 25 of 26) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/perl/ext/B/t/ |
| D | OptreeCheck.pm | 355 our %msgs # announce cross-testing. 435 $tc->{cross} = $msgs{"$want-$thrstat"}; 728 my $msgs = $tc->{msgs}; 738 my $ok = ( $bad && unlike ($got, $want, $cmnt, @$msgs) 739 or !$bad && like ($got, $want, $cmnt, @$msgs)); 746 $ok = ( $bad && unlike ($got, $want, "(RETRY) $cmnt", @$msgs) 747 or !$bad && like ($got, $want, "(RETRY) $cmnt", @$msgs));
|
| /mirbsd/src/usr.bin/xlint/lint1/ |
| D | err.c | 52 const char *msgs[] = { variable 401 (void)vprintf(msgs[n], ap); in verror() 421 (void)vprintf(msgs[n], ap); in vwarning() 472 (void)vprintf(msgs[n], ap); in message()
|
| D | externs1.h | 113 extern const char *msgs[];
|
| D | decl.c | 920 lerror(msgs[12]); in length()
|
| /mirbsd/src/usr.bin/xlint/lint2/ |
| D | msg.c | 43 static const char *msgs[] = { variable 73 (void)vprintf(msgs[n], ap); in msg()
|
| /mirbsd/src/etc/ |
| D | daily | 100 if [ -d /var/msgs -a ! -L /var/msgs ]; then 101 msgs -c
|
| D | Makefile | 127 ${DESTDIR}/var/msgs/bounds
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/ |
| D | Builder.pm | 1127 my($self, @msgs) = @_; 1130 return unless @msgs; 1137 my $msg = join '', map { defined($_) ? $_ : 'undef' } @msgs; 1164 my($self, @msgs) = @_; 1170 my $msg = join '', @msgs;
|
| /mirbsd/src/usr.bin/msgs/ |
| D | Makefile | 3 PROG= msgs
|
| /mirbsd/src/usr.bin/talk/ |
| D | Makefile | 7 init_disp.c invite.c io.c look_up.c msgs.c talk.c
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/ |
| D | aliases | 223 # uncomment this for msgs: 224 # msgs: "|/usr/bin/msgs -s"
|
| /mirbsd/src/usr.bin/ |
| D | Makefile | 94 SUBDIR+= msgs
|
| /mirbsd/src/sys/kern/ |
| D | subr_autoconf.c | 298 char *msgs[3] = { "", " not configured\n", " unsupported\n" }; variable 320 printf(msgs[(*print)(aux, parent->dv_xname)]);
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlfaq9.pod | 575 my(@msgs, @sub); 583 $msgs[$msgno] .= $_; 585 for my $i (sort { $sub[$a] cmp $sub[$b] || $a <=> $b } (0 .. $#msgs)) { 586 print $msgs[$i];
|
| /mirbsd/src/etc/mtree/ |
| D | 4.4BSD.dist | 1415 # ./var/msgs 1416 msgs uname=daemon 1417 # ./var/msgs
|
| /mirbsd/src/usr.bin/spell/ |
| D | special.4bsd | 776 msgs
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Test/Simple/ |
| D | Changes | 114 * diag @msgs would insert # between arguments. [rt.cpan.org 8392]
|
| /mirbsd/src/distrib/lists/base/etc/ |
| D | mi | 469 ./var/msgs/bounds
|
| /mirbsd/src/distrib/lists/base/base/ |
| D | mi | 304 ./usr/bin/msgs 1660 ./usr/share/man/cat1/msgs.0 3324 ./var/msgs
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/m4/ |
| D | proto.m4 | 989 R<@> $#_LOCAL_ $: <@> special case error msgs 1001 R<@> $@ <@> special case error msgs
|
| /mirbsd/src/gnu/usr.bin/lynx/ |
| D | INSTALLATION | 314 --disable-included-msgs
|
| D | aclocal.m4 | 4253 AC_ARG_ENABLE(included-msgs, 4254 [ --disable-included-msgs use included messages, for i18n support],
|
| D | CHANGES | 7145 * eliminate a duplicate --enable-included-msgs in configure --help, (reported 7169 missing, allow experimentation with --enable-nls --disable-included-msgs 7482 * add configure --disable-included-msgs option to allow suppressing of bundled
|
| D | configure | 243 --disable-included-msgs use included messages, for i18n support
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 243 ./man1/msgs.htm
|
12