/freebsd/contrib/less/ |
H A D | funcs.h | 1 public char * saven(constant char *s, size_t n); 2 public char * save(constant char *s); 3 public void out_of_memory(void); 4 public void * ecalloc(size_t count, size_t size); 5 public char * skipsp(char *s); 6 public constant char * skipspc(constant char *s); 7 public size_t sprefix(constant char *ps, constant char *s, int uppercase); 8 public void quit(int status); 9 public int secure_allow(int features); 10 public voi [all...] |
H A D | opttbl.c | 4 * You may distribute under the terms of either the GNU General Public 21 public int quiet; /* Should we suppress the audible bell? */ 22 public int no_vbell; /* Should we suppress the visual bell? */ 23 public int how_search; /* Where should forward searches start? */ 24 public int top_scroll; /* Repaint screen from top? 26 public int pr_type; /* Type of prompt (short, medium, long) */ 27 public int bs_mode; /* How to process backspaces */ 28 public int know_dumb; /* Don't complain about dumb terminals */ 29 public int quit_at_eof; /* Quit after hitting end of file twice */ 30 public in [all...] |
/freebsd/lib/libc++/ |
H A D | libcxx.imp | 2 { include: [ "<__algorithm/adjacent_find.h>", "private", "<algorithm>", "public" ] }, 3 { include: [ "<__algorithm/all_of.h>", "private", "<algorithm>", "public" ] }, 4 { include: [ "<__algorithm/any_of.h>", "private", "<algorithm>", "public" ] }, 5 { include: [ "<__algorithm/binary_search.h>", "private", "<algorithm>", "public" ] }, 6 { include: [ "<__algorithm/clamp.h>", "private", "<algorithm>", "public" ] }, 7 { include: [ "<__algorithm/comp.h>", "private", "<algorithm>", "public" ] }, 8 { include: [ "<__algorithm/comp_ref_type.h>", "private", "<algorithm>", "public" ] }, 9 { include: [ "<__algorithm/copy.h>", "private", "<algorithm>", "public" ] }, 10 { include: [ "<__algorithm/copy_backward.h>", "private", "<algorithm>", "public" ] }, 11 { include: [ "<__algorithm/copy_if.h>", "private", "<algorithm>", "public" ] }, [all …]
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_kas.txt | 16 # Public key algorithm tests 32 PublicKey=KAS-ECC-CDH_P-192_C0-PUBLIC 33 -----BEGIN PUBLIC KEY----- 36 -----END PUBLIC KEY----- 38 PrivPubKeyPair = KAS-ECC-CDH_P-192_C0:KAS-ECC-CDH_P-192_C0-PUBLIC 41 PublicKey=KAS-ECC-CDH_P-192_C0-Peer-PUBLIC 42 -----BEGIN PUBLIC KEY----- 45 -----END PUBLIC KEY----- 49 PeerKey=KAS-ECC-CDH_P-192_C0-Peer-PUBLIC 56 PeerKey=KAS-ECC-CDH_P-192_C0-Peer-PUBLIC [all …]
|
H A D | evppkey_ecx.txt | 15 # Public key algorithm tests 26 PublicKey=Alice-25519-PUBLIC 27 -----BEGIN PUBLIC KEY----- 29 -----END PUBLIC KEY----- 31 PrivPubKeyPair = Alice-25519:Alice-25519-PUBLIC 38 PublicKey=Bob-25519-PUBLIC 39 -----BEGIN PUBLIC KEY----- 41 -----END PUBLIC KEY----- 47 PublicKeyRaw=Alice-25519-PUBLIC-Raw:X25519:8520f0098930a754748b7ddcb43ef75a0dbf3a0d26381af4eba4a98e… 49 PrivPubKeyPair = Alice-25519-Raw:Alice-25519-PUBLIC-Raw [all …]
|
H A D | evppkey_ecdh.txt | 15 # Public key algorithm tests 30 -----BEGIN PUBLIC KEY----- 33 -----END PUBLIC KEY----- 45 -----BEGIN PUBLIC KEY----- 48 -----END PUBLIC KEY----- 74 -----BEGIN PUBLIC KEY----- 77 -----END PUBLIC KEY----- 89 -----BEGIN PUBLIC KEY----- 92 -----END PUBLIC KEY----- 120 -----BEGIN PUBLIC KEY----- [all …]
|
H A D | evppkey_brainpool.txt | 22 -----BEGIN PUBLIC KEY----- 25 -----END PUBLIC KEY----- 35 -----BEGIN PUBLIC KEY----- 38 -----END PUBLIC KEY----- 60 -----BEGIN PUBLIC KEY----- 63 -----END PUBLIC KEY----- 73 -----BEGIN PUBLIC KEY----- 76 -----END PUBLIC KEY----- 99 -----BEGIN PUBLIC KEY----- 102 -----END PUBLIC KEY----- [all …]
|
H A D | evppkey_ecc.txt | 22 -----BEGIN PUBLIC KEY----- 25 -----END PUBLIC KEY----- 36 -----BEGIN PUBLIC KEY----- 39 -----END PUBLIC KEY----- 71 -----BEGIN PUBLIC KEY----- 74 -----END PUBLIC KEY----- 100 -----BEGIN PUBLIC KEY----- 103 -----END PUBLIC KEY----- 114 -----BEGIN PUBLIC KEY----- 117 -----END PUBLIC KEY----- [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp_lib.F90.var | 21 integer, parameter, public :: omp_integer_kind = c_int 22 integer, parameter, public :: omp_logical_kind = 4 23 integer, parameter, public :: omp_real_kind = c_float 24 integer, parameter, public :: kmp_double_kind = c_double 25 integer, parameter, public :: omp_lock_kind = c_intptr_t 26 integer, parameter, public :: omp_nest_lock_kind = c_intptr_t 27 integer, parameter, public :: omp_sched_kind = omp_integer_kind 28 integer, parameter, public :: omp_proc_bind_kind = omp_integer_kind 29 integer, parameter, public :: kmp_pointer_kind = c_intptr_t 30 integer, parameter, public :: kmp_size_t_kind = c_size_t [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
H A D | Nodes.h | 116 class NestedNameSpecifier final : public List { 117 public: 127 class UnqualifiedId final : public Tree { 128 public: 135 class UnknownExpression final : public Expression { 136 public: 146 class CallArguments final : public List { 147 public: 155 class UnaryOperatorExpression : public Expression { 156 public: [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GenericMachineInstrs.h | 28 class GenericMachineInstr : public MachineInstr { 33 public: 53 class GMemOperation : public GenericMachineInstr { 54 public: 81 class GLoadStore : public GMemOperation { 82 public: 102 class GIndexedLoad : public GMemOperation { 103 public: 122 class GIndexedExtLoad : public GIndexedLoad { 123 public: [all …]
|
/freebsd/usr.bin/tip/tip/ |
H A D | vars.c | 42 { "beautify", BOOL, (READ|WRITE)<<PUBLIC, 44 { "baudrate", NUMBER|IREMOTE|INIT, (READ<<PUBLIC)|(WRITE<<ROOT), 46 { "dialtimeout",NUMBER, (READ<<PUBLIC)|(WRITE<<ROOT), 48 { "eofread", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 50 { "eofwrite", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 52 { "eol", STRING|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, 54 { "escape", CHAR, (READ|WRITE)<<PUBLIC, 56 { "exceptions", STRING|INIT|IREMOTE, (READ|WRITE)<<PUBLIC, 58 { "force", CHAR, (READ|WRITE)<<PUBLIC, 60 { "framesize", NUMBER|IREMOTE|INIT, (READ|WRITE)<<PUBLIC, [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | SymbolRecord.h | 33 public: 41 class ProcSym : public SymbolRecord { 44 public: 69 class Thunk32Sym : public SymbolRecord { 70 public: 89 class TrampolineSym : public SymbolRecord { 90 public: 106 class SectionSym : public SymbolRecord { 107 public: 123 class CoffGroupSym : public SymbolRecor [all...] |
H A D | TypeRecord.h | 101 public: 123 public: 130 class ModifierRecord : public TypeRecord { 131 public: 146 class ProcedureRecord : public TypeRecord { 147 public: 171 class MemberFunctionRecord : public TypeRecord { 172 public: 206 class LabelRecord : public TypeRecord { 207 public: [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendActions.h | 23 class InitOnlyAction : public FrontendAction { 29 public: 36 class ReadPCHAndPreprocessAction : public FrontendAction { 42 public: 46 class DumpCompilerOptionsAction : public FrontendAction { 54 public: 62 class ASTPrintAction : public ASTFrontendAction { 68 class ASTDumpAction : public ASTFrontendAction { 74 class ASTDeclListAction : public ASTFrontendAction { 80 class ASTViewAction : public ASTFrontendAction { [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 36 public: 58 class OpenACCAutoClause : public OpenACCClause { 63 public: 80 class OpenACCIndependentClause : public OpenACCClause { 85 public: 101 class OpenACCSeqClause : public OpenACCClause { 106 public: 125 class OpenACCGangClause : public OpenACCClause { 132 public: 151 class OpenACCVectorClause : public OpenACCClause { [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Action.h | 48 public: 142 public: 229 class InputAction : public Action { 234 public: 248 class BindArchAction : public Action { 255 public: 268 class OffloadAction final : public Action { 271 public: 275 public: 298 public: [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | ssh | 18 0 string -----BEGIN\040PUBLIC\040KEY----- OpenSSH public key 20 !:mime text/x-ssh-public-key 24 # Note: called "SSH-DSS Public key" by TrID 25 0 string ssh-dss\040 OpenSSH DSA public key 27 !:mime text/x-ssh-public-key 30 # Note: called "SSH-RSA Public key" by TrID 31 0 string ssh-rsa\040 OpenSSH RSA public key 33 !:mime text/x-ssh-public-key 35 0 string ecdsa-sha2-nistp256 OpenSSH ECDSA public key 37 !:mime text/x-ssh-public-key [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 39 public: 51 class SimpleProgramPointTag : public ProgramPointTag { 53 public: 59 public: 126 public: 219 class BlockEntrance : public ProgramPoint { 220 public: 244 class BlockExit : public ProgramPoint { 245 public: 266 class StmtPoint : public ProgramPoint { [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicInst.h | 48 class IntrinsicInst : public CallInst { 49 public: 152 class LifetimeIntrinsic : public IntrinsicInst { 153 public: 179 class DbgInfoIntrinsic : public IntrinsicInst { 180 public: 196 : public iterator_facade_base<location_op_iterator, 200 public: 244 public: 306 class DbgVariableIntrinsic : public DbgInfoIntrinsic { [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInstr.h | 35 class LLVM_LIBRARY_VISIBILITY CoroSubFnInst : public IntrinsicInst { 38 public: 70 class LLVM_LIBRARY_VISIBILITY CoroAllocInst : public IntrinsicInst { 71 public: 85 class LLVM_LIBRARY_VISIBILITY CoroAwaitSuspendInst : public CallBase { 88 public: 115 class LLVM_LIBRARY_VISIBILITY AnyCoroIdInst : public IntrinsicInst { 116 public: 146 class LLVM_LIBRARY_VISIBILITY CoroIdInst : public AnyCoroIdInst { 149 public: [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.h | 51 class EhFrameSection final : public SyntheticSection { 52 public: 105 class GotSection final : public SyntheticSection { 106 public: 137 class GnuStackSection : public SyntheticSection { 138 public: 145 class GnuPropertySection final : public SyntheticSection { 146 public: 153 class BuildIdSection : public SyntheticSection { 157 public: [all …]
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | BUCK | 5 visibility=['PUBLIC'], 17 visibility=['PUBLIC'], 28 visibility=['PUBLIC'], 42 visibility=['PUBLIC'], 53 visibility=['PUBLIC'], 67 visibility=['PUBLIC'], 80 visibility=['PUBLIC'], 89 visibility=['PUBLIC'], 98 visibility=['PUBLIC'], 107 visibility=['PUBLIC'], [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-catch-exceptions-test_.cc | 53 class SehExceptionInConstructorTest : public Test { 54 public: 60 class SehExceptionInDestructorTest : public Test { 61 public: 67 class SehExceptionInSetUpTestSuiteTest : public Test { 68 public: 74 class SehExceptionInTearDownTestSuiteTest : public Test { 75 public: 82 class SehExceptionInSetUpTest : public Test { 89 class SehExceptionInTearDownTest : public Test { [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.h | 53 public: 74 public: 91 public: 107 class SectionWriter : public SectionVisitor { 111 public: 129 template <class ELFT> class ELFSectionWriter : public SectionWriter { 136 public: 149 template <class ELFT> class ELFSectionSizer : public MutableSectionVisitor { 157 public: 181 class BinarySectionWriter : public SectionWriter { [all …]
|