/freebsd-src/contrib/sendmail/src/ |
H A D | convtime.c | 2 * Copyright (c) 1998-2001 Proofpoint, Inc. and its suppliers. 4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. 16 SM_RCSID("@(#)$Id: convtime.c,v 8.40 2013-11-22 20:51:55 ca Exp $") 20 ** CONVTIME -- convert time 24 ** s -- seconds 25 ** m -- minutes 26 ** h -- hours 27 ** d -- days (default) 28 ** w -- weeks 32 ** p -- pointer to ascii time. [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/iio/frequency/ |
H A D | adi,admv1013.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 21 - adi,admv1013 26 spi-max-frequency: 34 clock-names: 36 - const: lo_in 38 vcm-supply: 42 vcc-drv-supply: [all …]
|
H A D | adi,admv1014.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 21 - adi,admv1014 26 spi-max-frequency: 32 clock-names: 34 - const: lo_in 38 vcm-supply: 40 Common-mode voltage regulator. [all …]
|
/freebsd-src/contrib/lua/src/ |
H A D | lutf8lib.c | 3 ** Standard library for UTF-8 manipulation 29 #define MSGInvalid "invalid UTF-8 code" 32 ** Integer type for decoded UTF-8 values; MAXUTF needs 31 bits. 47 static lua_Integer u_posrelat (lua_Integer pos, size_t len) { in u_posrelat() argument 48 if (pos >= 0) return pos; in u_posrelat() 49 else if (0u - (size_t)pos > len) return 0; in u_posrelat() 50 else return (lua_Integer)len + pos + 1; in u_posrelat() 55 ** Decode one UTF-8 sequence, returning NULL if byte sequence is 58 ** entry forces an error for non-ascii bytes with no continuation 92 ** utf8len(s [, i [, j [, lax]]]) --> number of characters that [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 1 //===- NaryReassociate.cpp - Reassociate n-ary expressions ------- 175 auto *SE = &getAnalysis<ScalarEvolutionWrapperPass>().getSE(); runOnFunction() local 186 auto *SE = &AM.getResult<ScalarEvolutionAnalysis>(F); run() local 556 auto Pos = SeenExprs.find(CandidateExpr); findClosestMatchingDominator() local [all...] |
H A D | LoopFuse.cpp | 1 //===- LoopFuse.cpp - Loop Fusion Pass -------- 573 ScalarEvolution &SE; global() member 1235 AddRecLoopReplacer(ScalarEvolution & SE,const Loop & OldL,const Loop & NewL,bool UseMax=true) AddRecLoopReplacer() argument 1249 bool Pos = SE.isKnownPositive(Expr->getStepRecurrence(SE)); visitAddRecExpr() local 2070 auto &SE = AM.getResult<ScalarEvolutionAnalysis>(F); run() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 1 //===---- llvm/Analysis/ScalarEvolutionExpander.h - SCEV Exprs --*- C++ -*- 51 ScalarEvolution &SE; global() variable 123 SCEVExpander *SE; global() variable 129 SCEVInsertPointGuard(IRBuilderBase & B,SCEVExpander * SE) SCEVInsertPointGuard() argument [all...] |
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_ctldir.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 26 * LLNL-CODE-403049. 40 * This directory provides a common location for all ZFS meta-objects. 49 * ctldir ------> snapshotdi 138 zfs_snapentry_t *se; zfsctl_snapshot_alloc() local 160 zfsctl_snapshot_free(zfs_snapentry_t * se) zfsctl_snapshot_free() argument 174 zfsctl_snapshot_hold(zfs_snapentry_t * se) zfsctl_snapshot_hold() argument 184 zfsctl_snapshot_rele(zfs_snapentry_t * se) zfsctl_snapshot_rele() argument 196 zfsctl_snapshot_add(zfs_snapentry_t * se) zfsctl_snapshot_add() argument 211 zfsctl_snapshot_remove(zfs_snapentry_t * se) zfsctl_snapshot_remove() argument 269 zfs_snapentry_t *se, search; zfsctl_snapshot_find_by_name() local 289 zfs_snapentry_t *se, search; zfsctl_snapshot_find_by_objsetid() local 309 zfs_snapentry_t *se; zfsctl_snapshot_rename() local 332 zfs_snapentry_t *se = (zfs_snapentry_t *)data; snapentry_expire() local 365 zfsctl_snapshot_unmount_cancel(zfs_snapentry_t * se) zfsctl_snapshot_unmount_cancel() argument 387 zfsctl_snapshot_unmount_delay_impl(zfs_snapentry_t * se,int delay) zfsctl_snapshot_unmount_delay_impl() argument 423 zfs_snapentry_t *se; zfsctl_snapshot_unmount_delay() local 445 zfs_snapentry_t *se; zfsctl_snapshot_ismounted() local 614 zfs_snapentry_t *se; zfsctl_destroy() local 769 uint64_t id, pos = 0; zfsctl_snapshot_path_objset() local 1064 zfs_snapentry_t *se; zfsctl_snapshot_unmount() local 1102 zfs_snapentry_t *se; zfsctl_snapshot_mount() local [all...] |
/freebsd-src/contrib/ldns/compat/ |
H A D | b64_pton.c | 33 * granted for any product per se or for any other function of any product. 51 /* (From RFC1521 and draft-ietf-dnssec-secext-03.txt) 56 A 65-character subset of US-ASCII is used, enabling 6 bits to be 60 The encoding process represents 24-bit groups of input bits as output 62 24-bit input group is formed by concatenating 3 8-bit input groups. 63 These 24 bits are then treated as 4 concatenated 6-bit groups, each 66 Each 6-bit group is used as an index into an array of 64 printable 95 right) to form an integral number of 6-bit groups. Padding at the 99 ------------------------------------------------- 116 src from base - 64 numbers into three 8 bit bytes in the target area. [all …]
|
/freebsd-src/contrib/mandoc/ |
H A D | tag.c | 58 * where various marked-up terms are documented. in tag_alloc() 76 free(entry->nodes); in tag_free() 93 const char *se, *src; in tag_put() 108 if (n->flags & NODE_ID) in tag_put() 115 if (n->child == NULL || n->child->type != ROFFT_TEXT) in tag_put() 117 s = n->child->string; in tag_put() 119 case '-' in tag_put() 90 const char *se; tag_put() local [all...] |
/freebsd-src/crypto/openssh/openbsd-compat/ |
H A D | base64.c | 35 * granted for any product per se or for any other function of any product. 68 /* (From RFC1521 and draft-ietf-dnssec-secext-03.txt) 73 A 65-character subset of US-ASCII is used, enabling 6 bits to be 77 The encoding process represents 24-bit groups of input bits as output 79 24-bit input group is formed by concatenating 3 8-bit input groups. 80 These 24 bits are then treated as 4 concatenated 6-bit groups, each 83 Each 6-bit group is used as an index into an array of 64 printable 112 right) to form an integral number of 6-bit groups. Padding at the 116 ------------------------------------------------- 144 srclength -= 3; in b64_ntop() [all …]
|
/freebsd-src/lib/libc/net/ |
H A D | base64.c | 33 * granted for any product per se or for any other function of any product. 62 /* (From RFC1521 and draft-ietf-dnssec-secext-03.txt) 67 A 65-character subset of US-ASCII is used, enabling 6 bits to be 71 The encoding process represents 24-bit groups of input bits as output 73 24-bit input group is formed by concatenating 3 8-bit input groups. 74 These 24 bits are then treated as 4 concatenated 6-bit groups, each 77 Each 6-bit group is used as an index into an array of 64 printable 106 right) to form an integral number of 6-bit groups. Padding at the 110 ------------------------------------------------- 136 srclength -= 3; in b64_ntop() [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | elfnix_platform.cpp | 1 //===- elfnix_platform.cpp ------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file contains code required to load the rest of the ELF-on-*IX runtime. 11 //===----------------------------------------------------------------------===// 35 // eh-frame registration functions, made available via aliases 48 const ExecutorAddrRange &SE) { in validatePointerSectionExtent() argument 49 if (SE.size() % sizeof(uintptr_t)) { in validatePointerSectionExtent() 52 << SE.Start.getValue() << " -- 0x" << SE.End.getValue() in validatePointerSectionExtent() 155 // FIXME: Move to thread-state. [all …]
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fake_stack.h | 1 //===-- asan_fake_stack.h ---------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // ASan-private header for asan_fake_stack.cpp, implements FakeStack. 12 //===----------------------------------------------------------------------===// 31 // a fast malloc-like allocator so that when a function exits the fake stack 34 // It helps us find use-after-return bugs. 52 // async-signal safety. 53 // This allocator does not have quarantine per se, but it tries to allocate the 62 kMaxStackFrameSizeLog - kMinStackFrameSizeLog + 1; [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrFormats.td | 1 //===-- MipsInstrFormats.td - Mips Instruction Formats -----*- tablegen -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 14 // opcode - operation code. 15 // rs - src reg. 16 // rt - dst reg (on a 2 regs instr) or src reg (on a 3 reg instr). 17 // rd - dst reg, only used on 3 regs instr. 18 // shamt - only used on shift instructions, contains the shift amount. 19 // funct - combined with opcode field give us an operation code. [all …]
|
/freebsd-src/crypto/heimdal/ |
H A D | ChangeLog.2004 | 1 2004-12-30 Love Hörnquist Åstrand <lha@it.su.se> 6 2004-12-29 Love Hörnquist Åstrand <lha@it.su.se> 12 * lib/krb5/Makefile.am: add CHECK_SYMBOLS, approve of: -com_err 13 -version krb5_ _krb5_ __heimdal krb524_ krb4_fkt_ops 35 2004-12-29 Love Hörnquist Åstrand <lha@it.su.se> 43 2004-12-28 Love Hörnquist Åstrand <lha@it.su.se> 47 * lib/hdb/hdb-ldap.c: Add account expiration for samba from James 51 2004-12-27 Love Hörnquist Åstrand <lha@it.su.se> 56 2004-12-18 Love Hörnquist Åstrand <lha@it.su.se> 61 2004-12-17 Love Hörnquist Åstrand <lha@it.su.se> [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 1 //===-- HexagonVectorCombine.cpp -------- 174 ScalarEvolution &SE; global() member in __anon8b5a842b0111::HexagonVectorCombine 280 int Pos; // Position (offset) of the block in the span. global() member 2966 ScalarEvolution &SE = getAnalysis<ScalarEvolutionWrapperPass>().getSE(); runOnFunction() local [all...] |
/freebsd-src/contrib/bc/src/ |
H A D | history.c | 4 * SPDX-License-Identifier: BSD-2-Clause 6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors. 34 * linenoise.c -- guerrilla line editing library against the idea that a 41 * https://github.com/rain-1/linenoise-mob 43 * - 488 bc_history_prevCharLen(const char * buf,size_t pos) bc_history_prevCharLen() argument 571 bc_history_nextLen(const char * buf,size_t buf_len,size_t pos,size_t * col_len) bc_history_nextLen() argument 613 bc_history_prevLen(const char * buf,size_t pos) bc_history_prevLen() argument 773 bc_history_colPos(const char * buf,size_t buf_len,size_t pos) bc_history_colPos() argument 1037 size_t colpos, len = BC_HIST_BUF_LEN(h), pos = h->pos, extras_len = 0; bc_history_refresh() local [all...] |
/freebsd-src/contrib/wpa/src/common/ |
H A D | ieee802_11_common.c | 3 * Copyright (c) 2002-2019, Jouni Malinen <j@w1.fi> 15 #include "qca-vendor.h" 20 static int ieee802_11_parse_vendor_specific(const u8 *pos, size_t elen, in ieee802_11_parse_vendor_specific() argument 28 * sub-type. */ in ieee802_11_parse_vendor_specific() 35 return -1; in ieee802_11_parse_vendor_specific() 38 oui = WPA_GET_BE24(pos); in ieee802_11_parse_vendor_specific() 41 /* Microsoft/Wi-Fi information elements are further typed and in ieee802_11_parse_vendor_specific() 43 switch (pos[3]) { in ieee802_11_parse_vendor_specific() 47 elems->wpa_ie = pos; in ieee802_11_parse_vendor_specific() 202 ieee802_11_parse_extension(const u8 * pos,size_t elen,struct ieee802_11_elems * elems,int show_errors) ieee802_11_parse_extension() argument 327 ieee802_11_parse_fragment(struct frag_ies_info * frag_ies,const u8 * pos,u8 elen) ieee802_11_parse_fragment() argument 374 const u8 *pos = elem->data; ieee802_11_parse_elems() local 711 const char *pos; hostapd_config_wmm_ac() local 785 char *pos; hostapd_config_read_int10() local 813 const char *pos; hostapd_config_tx_queue() local 2058 u8 *pos = buf; add_multi_ap_ie() local 2330 ieee802_11_parse_candidate_list(const char * pos,u8 * nei_rep,size_t nei_rep_len) ieee802_11_parse_candidate_list() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 1 //===-- llvm-objdump.cpp - Object file dumping utility for llvm ------ 757 size_t Pos = 0, End = Bytes.size(); printInst() local 811 size_t Pos = 0, End = Bytes.size(); printInst() local 1300 __anon5742935d0802(const PGOAnalysisMap::PGOBBEntry::SuccessorEntry &SE) constructPGOLabelString() argument 1808 for (size_t SI = 0, SE = Symbols.size(); SI != SE;) { disassembleObject() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIDefines.h | 1 //===-- SIDefines.h - SI Helper Macros ------- [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 1 //===- BranchFolding.cpp - Fold machine code branch instructions -------- 828 auto &Pos = NextCommonInsts[i]; mergeCommonTails() local 1369 for (auto SI = MBB->succ_begin(), SE = MBB->succ_end(); SI != SE; ++SI) OptimizeBlock() local 1638 for (auto SI = MBB->succ_begin(), SE = MBB->succ_end(); SI != SE; OptimizeBlock() local [all...] |
/freebsd-src/usr.sbin/ppp/ |
H A D | command.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 1996 - 2001 Brian Somers <brian@Awfulhak.org> 5 * based on work by Toshiharu OHNO <tony-o@iij.ad.jp> 202 if (cmd->lauth & LOCAL_CX) in showcx() 204 else if (cmd->lauth & LOCAL_CX_OPT) in showcx() 217 if (!arg->promp in HelpCommand() 420 char *pos; strstrword() local 442 int ltgt, loldstr, lnewstr, pos; subst() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FlagsCopyLowering.cpp | 1 //====- X86FlagsCopyLowering.cpp - Lowers COPY nodes of EFLAGS -------- 273 for (auto SI = MBB.succ_begin(), SE = MBB.succ_end(); SI != SE; ++SI) splitBlock() local 765 insertTest(MachineBasicBlock & MBB,MachineBasicBlock::iterator Pos,const DebugLoc & Loc,unsigned Reg) insertTest() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | VarLenCodeEmitterGen.cpp |
|