| /netbsd-src/external/bsd/ntp/dist/libntp/ |
| H A D | getopt.c | 41 const char *mess, in badopt() argument 47 fputs(mess, stderr); in badopt()
|
| /netbsd-src/external/bsd/am-utils/dist/hlfsd/ |
| H A D | hlfsd.c | 900 fatal(char *mess) in fatal() argument 906 messlen = strlen(mess); in fatal() 908 if (!STREQ(&mess[messlen + 1 - sizeof(ERRM)], ERRM)) in fatal() 909 fprintf(stderr, "%s: %s\n", am_get_progname(), mess); in fatal() 911 xstrlcpy(lessmess, mess, sizeof(lessmess)); in fatal() 918 plog(XLOG_FATAL, "%s", mess); in fatal()
|
| /netbsd-src/games/phantasia/ |
| H A D | Makefile | 20 ALLFILES=gold lastdead mess monsters void motd characs scoreboard 21 FILES=gold lastdead mess monsters void motd
|
| /netbsd-src/bin/ksh/ |
| H A D | trap.c | 20 { .signal = SIGEXIT_, .name = "EXIT", .mess = "Signal 0" }, 22 { .signal = SIGERR_, .name = "ERR", .mess = "Error handler" }, 39 sigtraps[i].mess = sys_siglist[i]; in inittraps()
|
| H A D | c_ksh.c | 1166 sigtraps[i].mess); 1171 sigtraps[i].mess); 1254 w = strlen(sigtraps[si].mess);
|
| H A D | sh.h | 361 const char *mess; /* descriptive name */ member
|
| H A D | jobs.c | 1468 strlcpy(buf, sigtraps[WSTOPSIG(p->status)].mess, 1491 strlcpy(buf, sigtraps[WTERMSIG(p->status)].mess,
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | iter_nxns_parentside.rpl | 1 ; Check if the NXNS fallback to the parent side does not mess with normal 20 SCENARIO_BEGIN Test that the NXNS fallback does not mess with parent side resolution
|
| /netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/ |
| H A D | sha.inc | 6 # This cannot be enabled until the SHA-2 symbol mess is resolved:
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | PORTING | 22 will create a mess when newer versions of the same SYSTEMTYPE need
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | realloc.m4 | 54 # fails, and doesn't mess up with ptrdiff_t overflow),
|
| H A D | malloc.m4 | 102 # fails, and doesn't mess up with ptrdiff_t overflow), and replace
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | sslapitest.c | 4870 static char *mess = "A test message"; in test_key_update() local 4895 if (!TEST_int_eq(SSL_write(clientssl, mess, strlen(mess)), strlen(mess)) in test_key_update() 4897 strlen(mess))) in test_key_update() 4900 if (!TEST_int_eq(SSL_write(serverssl, mess, strlen(mess)), strlen(mess)) in test_key_update() 4902 strlen(mess))) in test_key_update() 4929 static char *mess = "A test message"; in test_key_update_in_write() local 4963 if (!TEST_int_eq(SSL_write(peerwrite, mess, strlen(mess)), -1) in test_key_update_in_write() 4980 if (!TEST_int_eq(SSL_write(peerwrite, mess, strlen(mess)), strlen(mess)) in test_key_update_in_write() 4981 || !TEST_int_eq(SSL_read(peerupdate, buf, sizeof(buf)), strlen(mess))) in test_key_update_in_write() 4985 if (!TEST_int_eq(SSL_write(peerwrite, mess, strlen(mess)), strlen(mess)) in test_key_update_in_write() [all …]
|
| H A D | evp_extra_test.c | 1799 char mess[] = "Test Message\n"; in test_custom_md_meth() local 1829 || !TEST_true(EVP_DigestUpdate(mdctx, mess, strlen(mess))) in test_custom_md_meth()
|
| /netbsd-src/doc/roadmaps/ |
| H A D | mess | 1 $NetBSD: mess,v 1.2 2017/01/14 20:50:15 dholland Exp $ 28 mess is, how toxic it is to things around it, how much it's 128 Finally, the notion of line disciplines is a legacy mess that ought to
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Driver/ |
| H A D | BUILD.gn | 13 # FIXME: Move Checkers.td somewhere else to clean up this layering mess.
|
| /netbsd-src/external/bsd/libarchive/dist/ |
| H A D | COPYING | 40 seems to be an unavoidable mess.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sparc/ |
| H A D | lb1spc.S | 217 ! division loop will mess up the first time around. 564 ! division loop will mess up the first time around.
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/sparc/ |
| H A D | lb1spc.S | 217 ! division loop will mess up the first time around. 564 ! division loop will mess up the first time around.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog.tree-ssa | 187 (cxx_expand_function_start): Don't mess with the nrv. 191 * tree.c (cp_copy_res_decl_for_inlining): Don't mess with the nrv.
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| H A D | fpmath-sf.S | 393 xor a, #0xff ; XOR doesn't mess with carry
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| H A D | fpmath-sf.S | 393 xor a, #0xff ; XOR doesn't mess with carry
|
| /netbsd-src/external/bsd/nsd/dist/doc/ |
| H A D | TESTPLAN | 281 5. Random mess test 403 Done test axfr run, or test-mess.
|
| /netbsd-src/usr.bin/compress/doc/ |
| H A D | NOTES | 135 quite a mess, huh? i've wanted to tell someone this stuff
|
| /netbsd-src/external/gpl2/gmake/dist/tests/ |
| H A D | NEWS | 84 Fixed uname call to not make a mess on BSD/OS 2.0 (whose uname -a
|