/freebsd/contrib/ntp/sntp/libopts/ |
H A D | ao-strs.c | 1 /* -*- buffer-read-only: t -*- vi: set ro: 3 * DO NOT EDIT THIS FILE (ao-strs.c) 5 * It has been AutoGen-ed 6 * From the definitions ao-strs.def 9 * Copyright (C) 2011-2018 Bruce Korb, all rights reserved. 18 * 1. Redistributions of source code must retain the above copyright 39 #include "ao-strs.h" 42 /* 0 */ "-_^\0" 43 /* 4 */ " %s%s\n\0" 44 /* 12 */ "<?auto-options\0" [all …]
|
/freebsd/share/doc/papers/sysperf/ |
H A D | appendix.ms | 9 'ds - \(mi 10 'ds / \\h'\\w' 'u-\\w'/'u'/ 11 'ds /* \\h'\\w' 'u-\\w'/'u'/* 18 'ft 1 22 'ft 1 23 \f2\s12\h'\\n(.lu-\w'\\*(=f'u'\\*(=f\fP\s0\h'|0u' 35 'ft 1 36 'if \\n(cm=1 'ft 2 39 'pn 1 42 'nr cm 1 [all …]
|
/freebsd/share/doc/papers/timecounter/ |
H A D | tmac.usenix | 10 .nr * 0 1 20 .ev 1 22 .vs \n(VS 50 . nr Ia \w\\$1\ \ u 51 . nr Ib \\n(Ia 58 \&\\$1\ \ \c 68 .nr Ic -0.2i 72 'sp |10.4i-\\n(FUu 74 'sp |10.4i-\\n(FUu \" how many traps could there be? 76 'sp |10.4i-\\n(FUu [all …]
|
/freebsd/sbin/pfctl/ |
H A D | pf.os | 3 # ------------------------- 7 # (C) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx> 34 # - Window size (WSS) - a highly OS dependent setting used for TCP/IP 53 # - Overall packet size - a function of all IP and TCP options and bugs. 57 # - Initial TTL - We check the actual TTL of a received packet. It can't 61 # NEW SIGNATURE: *Never* copy TTL from a p0f-reported signature literally. 70 # - Don't fragment flag (DF) - some modern OSes set this to implement PMTU 75 # - Maximum segment size (MSS) - this setting is usually link-dependent. P0f 84 # - Window scaling (WSCALE) - this feature is used to scale WSS. 92 # - Timestamp - some systems that implement timestamps set them to [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.index.d.out | 5 printf("perl => index(\"foobarbaz\", \"barbaz\") = %d\n", 7 printf(" D => index(\"foobarbaz\", \"barbaz\") = 3\n"); 12 printf("perl => rindex(\"foobarbaz\", \"barbaz\") = %d\n", 14 printf(" D => rindex(\"foobarbaz\", \"barbaz\") = 3\n"); 19 printf("perl => index(\"foofoofoo\", \"foo\") = %d\n", 21 printf(" D => index(\"foofoofoo\", \"foo\") = 0\n"); 26 printf("perl => rindex(\"foofoofoo\", \"foo\") = %d\n", 28 printf(" D => rindex(\"foofoofoo\", \"foo\") = 6\n"); 33 printf("perl => index(\"boofoofoo\", \"foo\") = %d\n", 35 printf(" D => index(\"boofoofoo\", \"foo\") = 3\n"); [all …]
|
/freebsd/crypto/openssl/test/recipes/10-test_bn_data/ |
H A D | bnshift.txt | 18 LShift1 = -13116120bca5df64e13f314254 19 A = -988b0905e52efb2709f98a12a 24 LShift1 = -2622c241794bbec9c27e6284a8 25 A = -13116120bca5df64e13f314254 30 LShift1 = -4c458482f2977d9384fcc50950 31 A = -2622c241794bbec9c27e6284a8 36 LShift1 = -988b0905e52efb2709f98a12a2 37 A = -4c458482f2977d9384fcc50951 42 LShift1 = -13116120bca5df64e13f3142544 43 A = -988b0905e52efb2709f98a12a2 [all …]
|
/freebsd/share/doc/usd/21.troff/ |
H A D | m0a | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 46 .h1 54 .h1 \s-1#\s+1 * 59 \s-1#\s+1Notes are explained at the end of this Summary and Index 66 \fB&ps\fI\|\(+-N\fR 10\|point previous E Point size; also \fB\es\fI\(+-N\fR.\(dg 67 .b1 68 \fB&fz\fI|F|\(+-N\fR off - E font \fIF\fR to point size \fI\(+-N\fR. 69 .b1 70 \fB&fz|S|\fIF|\(+-N\fR off - E Special Font characters to point size \fI\(+-N\fR. 71 .b1 [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/plockstat/ |
H A D | plockstat.c | 53 #define E_ERROR 1 58 * user-land, it's not invalid to release a sychonization primitive that 59 * another thread acquired; rwlocks require a thread-local associative array 65 "plockstat$target:::rw-acquire\n" 66 "{\n" 67 " self->rwhold[arg0] = timestamp;\n" 68 "}\n" 69 "plockstat$target:::mutex-acquire\n" 70 "/arg1 == 0/\n" 71 "{\n" [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | main.c | 2 * Copyright (c) 2004-2009 Voltaire, Inc. All rights reserved. 3 * Copyright (c) 2002-2011 Mellanox Technologies LTD. All rights reserved. 4 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved. 7 * Copyright (c) 2009-2011 ZIH, TU Dresden, Federal Republic of Germany. All rights reserved. 19 * - Redistributions of source code must retain the above 23 * - Redistributions in binary form must reproduce the above 79 printf("OpenSM: Got signal %d - exiting...\n", signum); in mark_exit_flag() 80 osm_exit_flag = 1; in mark_exit_flag() 85 osm_hup_flag = 1; in mark_hup_flag() 90 osm_usr1_flag = 1; in mark_usr1_flag() [all …]
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | DerivedNormalizationProps.txt | 1 # DerivedNormalizationProps-4.0.1.txt 2 # Date: 2004-03-02, 02:42:17 GMT [MD] 5 # Copyright (c) 1991-2004 Unicode, Inc. 23 1D2C ; FC_NFKC; 0061 # Lm MODIFIER LETTER CAPITAL A 24 1D2D ; FC_NFKC; 00E6 # Lm MODIFIER LETTER CAPITAL AE 25 1D2E ; FC_NFKC; 0062 # Lm MODIFIER LETTER CAPITAL B 26 1D30 ; FC_NFKC; 0064 # Lm MODIFIER LETTER CAPITAL D 27 1D31 ; FC_NFKC; 0065 # Lm MODIFIER LETTER CAPITAL E 28 1D32 ; FC_NFKC; 01DD # Lm MODIFIER LETTER CAPITAL REVERSED E 29 1D33 ; FC_NFKC; 0067 # Lm MODIFIER LETTER CAPITAL G [all …]
|
/freebsd/usr.sbin/pw/ |
H A D | pw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 10 * 1. Redistributions of source code must retain the above copyright 104 static int mode = -1; 105 static int which = -1; [all...] |
/freebsd/contrib/netbsd-tests/bin/sh/ |
H A D | t_arith.sh | 9 # 1. Redistributions of source code must retain the above copyright 31 # (number of bits in "long" is not specified - but should be at least 32). 33 # These tests use -o inline:"..." rather than -o match:'...' as we have 34 # only digits to examine, and it is good to be sure that 1 + 1 really gives 2 44 if ! ${TEST_SH} -c ': $(( 0x10000 ))' 2>/dev/null 49 test $( ${TEST_SH} -c 'echo $(( 0x1FFFF ))' ) = 131071 || return 53 # 1. syntax error (maybe even core dump...) and fail 64 if ! ${TEST_SH} -c ': $(( 0xC0000000 ))' 2>/dev/null 71 -c 'case $(( 0xC0000000 )); in (-*) exit 0;; esac; exit 1' 76 if ${TEST_SH} -c '[ $(( 0xC0000000 )) != 3221225472 ]' 2>/dev/null [all …]
|
/freebsd/crypto/openssl/test/certs/ |
H A D | mkcert.sh | 3 # Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved. 4 # Copyright (c) 2016 Viktor Dukhovni <openssl-users@dukhovni.org>. 12 # This file is dual-licensed and is also available under other terms. 16 if [ -z "$DAYS" ]; then 20 if [ -z "$OPENSSL_SIGALG" ]; then 24 if [ -z "$REQMASK" ]; then 30 err=$("$@" >&3 2>&1) || { 31 printf "%s\n" "$err" >&2 32 exit 1 34 ) 3>&1 [all …]
|
/freebsd/contrib/bc/ |
H A D | configure.sh | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2024 Gavin D. Howard and contributors. 42 if [ $# -gt 0 ]; then 44 _usage_val=1 46 printf '%s\n\n' "$1" 52 printf 'usage:\n' 53 printf ' %s -h\n' "$script" 54 printf ' %s --help\n' "$script" 55 …printf ' %s [-a|-bD|-dB|-c] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$scri… 56 printf ' [-s SETTING] [-S SETTING] [-p TYPE]\n' [all …]
|
H A D | configure | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2024 Gavin D. Howard and contributors. 42 if [ $# -gt 0 ]; then 44 _usage_val=1 46 printf '%s\n\n' "$1" [all...] |
/freebsd/crypto/openssh/ |
H A D | xmss_fast.c | 34 * takes n byte sk_seed and returns n byte seed using 32 byte address addr. 36 static void get_seed(unsigned char *seed, const unsigned char *sk_seed, int n, uint32_t addr[8]) in get_seed() argument 45 prf(seed, bytes, sk_seed, n); in get_seed() 53 int xmss_set_params(xmss_params *params, int n, int h, int w, int k) in xmss_set_params() argument 55 if (k >= h || k < 2 || (h - k) % 2) { in xmss_set_params() 56 fprintf(stderr, "For BDS traversal, H - K must be even, with H > K >= 2!\n"); in xmss_set_params() 57 return 1; in xmss_set_params() 59 params->h = h; in xmss_set_params() 60 params->n = n; in xmss_set_params() 61 params->k = k; in xmss_set_params() [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | int_div_impl.inc | 1 //===-- int_div_impl.inc - Integer division ---------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 15 // Adapted from Figure 3-40 of The PowerPC Compiler Writer's Guide 16 static __inline fixuint_t __udivXi3(fixuint_t n, fixuint_t d) { 17 const unsigned N = sizeof(fixuint_t) * CHAR_BIT; 19 unsigned sr = (d ? clz(d) : N) - (n ? clz(n) : N); 20 // 0 <= sr <= N - 1 or sr is very large. 21 if (sr > N - 1) // n < d [all …]
|
/freebsd/contrib/tcsh/ |
H A D | complete.tcsh | 12 # Added two Debian-specific completions: dpkg and dpkg-deb (who 21 onintr - 25 if ( $tcsh != 1 ) then 28 if ( $rev > 6 || ( $rev > 5 && $rel > 1 ) ) then 29 set _has_complete=1 43 setenv OSTYPE `echo "$HOSTTYPE" | sed -e 's/^(i[3456]86|(amd|x86_)64)-//'` 50 if ( -r "$f" ) then 52 -e 's/#.*//' \ 53 -e '/^[+-]@/d' \ 54 -e 's/^[-+]//' \ [all …]
|
/freebsd/lib/msun/src/ |
H A D | e_jn.c | 13 * jn(n, x), yn(n, x) 14 * floating point Bessel's function of the 1st and 2nd kind 15 * of order n 18 * y0(0)=y1(0)=yn(n,0) = -inf with division by zero signal; 19 * y0(-ve)=y1(-ve)=yn(n,-ve) are NaN with invalid signal. 20 * Note 2. About jn(n,x), yn(n,x) 21 * For n=0, j0(x) is called. 22 * For n=1, j1(x) is called. 23 * For n<x, forward recursion is used starting 25 * For n>x, a continued fraction approximation to [all …]
|
H A D | e_jnf.c | 1 /* e_jnf.c -- float version of e_jn.c. 23 static const volatile float vone = 1, vzero = 0; 32 jnf(int n, float x) in jnf() argument 38 /* J(-n,x) = (-1)^n * J(n, x), J(n, -x) = (-1)^n * J(n, x) in jnf() 39 * Thus, J(-n,x) = J(n,-x) in jnf() 43 /* if J(n,NaN) is NaN */ in jnf() 45 if(n<0){ in jnf() 46 n = -n; in jnf() 47 x = -x; in jnf() 50 if(n==0) return(j0f(x)); in jnf() [all …]
|
/freebsd/contrib/netbsd-tests/usr.bin/awk/ |
H A D | t_awk.sh | 12 # 1. Redistributions of source code must retain the above copyright 35 local fname=d_$1 37 cp -r $(atf_get_srcdir)/$fname.$sfx . 39 shift 1 40 atf_check -o file:$fname.out -x "awk $@ -f $fname.awk < $fname.in" 73 cp -r $(atf_get_srcdir)/d_string1.$sfx . 75 atf_check -o file:d_string1.out awk -f d_string1.awk 86 export LANG=en_US.UTF-8 100 export LANG=ru_RU.KOI8-R 102 h_check period -v x=0.5 [all …]
|
/freebsd/sys/dev/syscons/ |
H A D | sctermvar.h | 1 /*- 2 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 8 * 1. Redistributions of source code must retain the above copyright 34 static __inline void sc_term_ins_line(scr_stat *scp, int y, int n, int ch, 36 static __inline void sc_term_del_line(scr_stat *scp, int y, int n, int ch, 38 static __inline void sc_term_ins_char(scr_stat *scp, int n, int ch, 40 static __inline void sc_term_del_char(scr_stat *scp, int n, int ch, 42 static __inline void sc_term_col(scr_stat *scp, int n); 43 static __inline void sc_term_row(scr_stat *scp, int n); 44 static __inline void sc_term_up(scr_stat *scp, int n, int head); [all …]
|
/freebsd/lib/libc/resolv/ |
H A D | res_mkupdate.c | 1 /*- 2 * SPDX-License-Identifier: ISC 5 * Copyright (c) 1996-1999 by Internet Software Consortium. 62 #define ShrinkBuffer(x) if ((buflen -= x) < 0) return (-2); 81 *\li -1 if error in reading a word/number in rdata 83 *\li -2 if length of buffer passed is insufficient 84 *\li -3 if zone section is not the first section in 86 *\li -4 on a number overflow 87 *\li -5 unknown operation or no records 94 int n, i, soanum, multiline; in res_nmkupdate() local [all …]
|
/freebsd/usr.sbin/usbconfig/ |
H A D | usbconfig.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2008-2009 Hans Petter Selasky. All rights reserved. 9 * 1. Redistributions of source code must retain the above copyright 66 uint8_t got_list:1; 67 uint8_t got_bus:1; 68 uint8_t got_addr:1; 69 uint8_t got_set_config:1; 70 uint8_t got_set_alt:1; 71 uint8_t got_set_template:1; [all …]
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | gen.c | 2 * Copyright (c) 1997 - 2005 Kungliga Tekniska Högskolan 12 * 1. Redistributions of source code must retain the above copyright 64 tmp->module = module; in add_import() 65 tmp->next = imports; in add_import() 68 fprintf (headerfile, "#include <%s_asn1.h>\n", module); in add_import() 88 tmp->name = name; in add_export() 89 tmp->next = exports; in add_export() 99 return 1; in is_export() 101 for (tmp = exports; tmp != NULL; tmp = tmp->next) { in is_export() 102 if (strcmp(tmp->nam in is_export() 513 struct member *n = ASN1_TAILQ_NEXT(m, members); last_member_p() local 763 char *n = NULL; define_type() local 784 char *n = NULL; define_type() local 830 char *n = NULL; define_type() local 917 char *n = NULL; define_type() local [all...] |