Home
last modified time | relevance | path

Searched refs:mess (Results 1 – 25 of 217) sorted by relevance

123456789

/netbsd-src/external/bsd/ntp/dist/libntp/
H A Dgetopt.c41 const char *mess, in badopt() argument
47 fputs(mess, stderr); in badopt()
/netbsd-src/external/bsd/am-utils/dist/hlfsd/
H A Dhlfsd.c900 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 DMakefile20 ALLFILES=gold lastdead mess monsters void motd characs scoreboard
21 FILES=gold lastdead mess monsters void motd
/netbsd-src/bin/ksh/
H A Dtrap.c20 { .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 Dc_ksh.c1166 sigtraps[i].mess);
1171 sigtraps[i].mess);
1254 w = strlen(sigtraps[si].mess);
H A Dsh.h361 const char *mess; /* descriptive name */ member
H A Djobs.c1468 strlcpy(buf, sigtraps[WSTOPSIG(p->status)].mess,
1491 strlcpy(buf, sigtraps[WTERMSIG(p->status)].mess,
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Diter_nxns_parentside.rpl1 ; 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 Dsha.inc6 # This cannot be enabled until the SHA-2 symbol mess is resolved:
/netbsd-src/external/ibm-public/postfix/dist/
H A DPORTING22 will create a mess when newer versions of the same SYSTEMTYPE need
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Drealloc.m454 # fails, and doesn't mess up with ptrdiff_t overflow),
H A Dmalloc.m4102 # fails, and doesn't mess up with ptrdiff_t overflow), and replace
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c4870 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 Devp_extra_test.c1799 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 Dmess1 $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 DBUILD.gn13 # FIXME: Move Checkers.td somewhere else to clean up this layering mess.
/netbsd-src/external/bsd/libarchive/dist/
H A DCOPYING40 seems to be an unavoidable mess.
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sparc/
H A Dlb1spc.S217 ! 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 Dlb1spc.S217 ! 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 DChangeLog.tree-ssa187 (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 Dfpmath-sf.S393 xor a, #0xff ; XOR doesn't mess with carry
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dfpmath-sf.S393 xor a, #0xff ; XOR doesn't mess with carry
/netbsd-src/external/bsd/nsd/dist/doc/
H A DTESTPLAN281 5. Random mess test
403 Done test axfr run, or test-mess.
/netbsd-src/usr.bin/compress/doc/
H A DNOTES135 quite a mess, huh? i've wanted to tell someone this stuff
/netbsd-src/external/gpl2/gmake/dist/tests/
H A DNEWS84 Fixed uname call to not make a mess on BSD/OS 2.0 (whose uname -a

123456789