/freebsd/contrib/sendmail/contrib/ |
H A D | re-mqueue.pl | 3 # re-mqueue -- requeue messages from queueA to queueB based on age. 8 # Usage: re-mqueue [-d] queueA queueB seconds 10 # -d enable debugging 15 # Example: re-mqueue /var/spool/mqueue /var/spool/mqueue2 2700 17 # Moves the qf* and df* files for a message from /var/spool/mqueue to 20 # The qf* file can't be used for age checking as it's partially re-written 23 # Rationale: With a limited number of sendmail processes allowed to run, 34 # four hours. Messages more than a day old are moved to /var/spool/mqueue4 35 # where sendmail runs three times a day. The idea is that a message is 37 # old-age ghetto. [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
HD | test_read_format_7zip_deflate_arm64.7z.uu | 1 begin 664 test_read_format_7zip_deflate_arm64.7z 2 M-WJ\KR<<``2V^52G)0H```````!:`````````.HY+B_LU5^(3%$<P/%SYPY+ 4 M>2.2T-J0XF&*!R-C_.Z=<^_<NSLKWK^?]MS?GM\]OW//W'ONS*&5:U<%#$,Y 6 MV1\-3^RE>M;>QXU.A7.TUWJB)`<[&KZ8T]<]&O#7!73=1:O.CH8O%NQ0C<YE 7 M@[HUVO-UCRN4/P9UW/`QVVS]?[E.#C7B8J5CE[J-4M=;_;M!.FZRKO>7^[)' 8 MUEN-U><P/95LFIYJGII*MNQMFQJ/9[;OFCMG6FMZVLS*FH;I9QQ=OUE]G#AY 9 MPO$S5]KO[MVZ^,;!A0- [all...] |
/freebsd/contrib/mandoc/ |
H A D | mandoc_char.7 | 5 .\" Copyright (c) 2011,2013,2015,2017-2020 Ingo Schwarze <schwarze@openbsd.org> 60 In particular, in English manual pages, do not use special-character 66 the en-dash (\(en), 67 the em-dash (\(em), 71 to separate the two parts of a compound word; 72 or to separate a word across two successive lines of text. 74 .Bd -unfilled -offset indent 75 blue-eyed 76 lorry-driver 79 The en-dash is used to separate the two elements of a range, [all …]
|
H A D | chars.c | 60 { "rn", "-", 0x203e }, 91 { "em", "--", 0x2014 }, 92 { "en", "-", 0x2013 }, 93 { "hy", "-", 0x2010 }, 106 { "oq", "`", 0x2018 }, 130 { "lt", ",-", 0x23a7 }, 131 { "bracelefttp", ",-", 0x23a7 }, 134 { "lb", "`-", 0x23a9 }, 135 { "braceleftbt", "`-", 0x23a9 }, 137 { "rt", "-.", 0x23ab }, [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | allwinner,sun4i-a10-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/allwinner,sun4i-a10-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Che [all...] |
/freebsd/tests/sys/geom/class/eli/ |
H A D | testvect.h | 1 /* Test Vectors for PBKDF2-SHA512 */ 3 …\300!tp\367\257\347c'\000\243F\246\376\274H\263\312m\336\304\3515P\222Cb\037-\313W\0067\232\024%\2… 4 …oB\245\001\000\315\332\235\356?alD\231I[%A\372\367\027\267,\303\022\324\004\302a\302t\257\306S\251… 6 …{ "\364\275\222\376\0064\240g", 8, "_\2000 A\233#\372\351\332\247\010\313\274\334\255\362J\356\333… 7 …a\274S.\032\246\330\321\322\207\004\241n\303\363\361\361\215\367Xi\250\275\246\037\355\255\342\004… 8 …:\355\262]\337\361JUe:\350|#D\262\335)\260\333\273\221\252\005\226\322'\371+a\270a\302\276p", 64 }, 9 …376T\353\262\321\241\024", 100, "\313\246&~\374Zq(0\000\002\332\356\355M\353Z?\310~\234\327\011\24… 10 …a\042\023{\250\361r\262\365\370\032\347\336\363Re28\033J\3763^\311I\322:\036\204\320\033\245\200\2… 14 …1\202(\231\010\325_\335\205\253\216\371\227\354\352Os2\356e\033L\236znr;\337a'\025\335n\032f\304\1… 15 …211\202\3465g\340jG\001`\341\352\313\203\250x\221K\254iV\350w\2220\257Yc\360Z\263\237\255\042\325\… [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | archive | 1 #------------------------------------------------------------------------------ 3 # archive: file(1) magic for archive formats (see also "msdos" for self- 7 # pre-POSIX "tar" archives are also handled in the C code ../../src/is_tar.c. 11 # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current 18 # last 4 header bytes often null but tar\0 in gtarfail2.tar gtarfail.tar-bad 19 # at https://sourceforge.net/projects/s-tar/files/testscripts/ 21 # nul, space or ascii digit 0-7 at start of mode 29 #>>>>>>>>0 regex \^[0-9]{2,4}[.](png|jpg|jpeg|tif|tiff|gif|bmp) NAME "%s" 32 >>>>>>>>0 regex \^[0-9]{2,4}[.](png|jpg|jpeg|tif|tiff|gif|bmp) 33 >>>>>>>>>0 use tar-cbt [all …]
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sampicmd.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 14 *FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 50 * - \e AGSA_RC_SUCCESS the MPI command is successfully 51 * - \e AGSA_RC_BUSY the SPC is no resource, cannot send now 52 * - \e AGSA_RC_FAILURE the MPI command is failure 70 smTraceFuncExit(hpDBG_VERY_LOUD, 'a', "xa"); in saEchoCommand() 76 /*! \brief Build a IOMB command and send to SPC 78 * Build an IOMB if there is a free message buffer and Send it to SPC 88 * - \e AGSA_RC_SUCCESS the MPI command is successfully 89 * - \e AGSA_RC_BUSY the SPC is no resource, cannot send now [all …]
|
H A D | sainit.c | 2 *Copyright (c) 2014 PMC-Sierra, Inc. All rights reserved. 14 *FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 66 * \param usecsPerTick micro-seconds per tick for the LL layer 69 * \return -void- 105 memoryRequirement->agMemory[LLROOT_MEM_INDEX].singleElementLength = sizeof(agsaLLRoot_t); in saGetRequirements() 106 memoryRequirement->agMemory[LLROOT_MEM_INDEX].numElements = 1; in saGetRequirements() 107 memoryRequirement->agMemory[LLROOT_MEM_INDEX].totalLength = sizeof(agsaLLRoot_t); in saGetRequirements() 108 memoryRequirement->agMemory[LLROOT_MEM_INDEX].alignment = sizeof(void *); in saGetRequirements() 109 memoryRequirement->agMemory[LLROOT_MEM_INDEX].type = AGSA_CACHED_MEM; in saGetRequirements() 113 memoryRequirement->agMemory[LLROOT_MEM_INDEX].singleElementLength, in saGetRequirements() [all …]
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 7 # bug-ncurses@gnu.org 13 # is a "newer" version which differs in some cosmetic details (but actually 15 # unless there is also a change in content. 19 # under the ncurses MIT-style license. That was the effect of the agreement 25 # It would also be a nuisance to split the file into unknown/known authorship 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ [all …]
|
/freebsd/share/termcap/ |
H A D | termcap | 22 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 38 # << EOH - after reordering, above header lines survive and this line dies >> 50 # Terminal names look like <manufacturer> <model> - <modes/options> 52 # for upward compatibility. The part to the left of the dash, if a 61 # w Wide - in 132 column mode. 62 # pp Has a printer port which is used. 63 # na No arrow keys - termcap ignores arrow keys which are 67 # To easily test a new terminal description, put it in $HOME/.termcap 69 # You can also setenv TERMPATH to a list of full pathnames (separated 72 # entry itself to avoid reading files when starting up a program. [all …]
|
/freebsd/contrib/sendmail/doc/op/ |
H A D | op.me | 1 .\" Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers. 12 .\" $Id: op.me,v 8.759 2014-01-13 14:40:05 ca Exp $ 14 .\" eqn op.me | pic | troff -me 20 .\" Define \(dg as "*" for text output and create a new .DG macro 33 a dagger 37 .\" Define \(dd as "#" for text output and create a new .DD macro 43 a pound sign 48 a double dagger 51 .eh 'SMM:08-%''Sendmail Installation and Operation Guide' 52 .oh 'Sendmail Installation and Operation Guide''SMM:08-%' [all …]
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 5 of the sendmail configuration files, the date of release, and a 13 - Prevent transaction stuffing by ensuring SMTP clients 19 - Accept only CRLF . CRLF as end of an SMTP message 22 - Do not accept a CR or LF except in the combination 27 replaces offending bare CR or bare LF with a space. 31 are used, i.e., TLSA RR 2-x-y and 3-x-y are supported 34 default an openssl.cnf file from a location specified 41 Note: referring to a file which does not exist does 47 The default rules return a temporary error for these 62 If a reply to a previous RCPT was received while sending [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_ecc.txt | 2 # Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved. 5 # this file except in compliance with the License. You can obtain a copy 12 # and continue until a blank line. Lines starting with a pound sign are ignored. 17 -----BEGIN PRIVATE KEY----- 19 -----END PRIVATE KEY----- 22 -----BEGIN PUBLIC KEY----- 25 -----END PUBLIC KEY----- 31 -----BEGIN PRIVATE KEY----- 33 -----END PRIVATE KEY----- 36 -----BEGIN PUBLIC KEY----- [all …]
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.c | 2 * Copyright (c) 1998-2013 Proofpoint, Inc. and its suppliers. 4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. 16 SM_RCSID("@(#)$Id: conf.c,v 8.1192 2014-01-27 18:23:21 ca Exp $") 64 ** CONF.C -- Sendmail Configuration Tables. 69 ** HdrInfo -- a table describing well-known header fields. 77 ** here is a function of the version of UNIX you 78 ** are running, or is really static -- for example 79 ** the headers are a superset of widely used 81 ** this file too much, you may be making a mistake! 103 { "resent-sender", H_FROM|H_RESENT, NULL }, [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 1 //===-- IOHandlerCursesGUI.cpp --------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 35 #include "lldb/lldb-forward.h" 111 type summary add -s "x=${var.x}, y=${var.y}" curses::Point 112 type summary add -s "w=${var.width}, h=${var.height}" curses::Size 113 type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect 185 size.width -= w * 2; in Inset() 189 size.height -= h * 2; in Inset() 193 // Return a status bar rectangle which is the last line of this rectangle. [all …]
|