/freebsd/lib/libproc/tests/ |
H A D | proc_test.c | 1 /*- 2 * Copyright (c) 2014-2017 Mark Johnston <markj@FreeBSD.org> 35 #include <atf-c.h> 40 static const char *ldelf_object = "ld-elf.so.1"; 59 argv[1] = strdup("-s"); in start_prog() 123 * definition we looked up earlier. in verify_bkpt() 125 ATF_CHECK_EQ_MSG(addr, sym->st_value, in verify_bkpt() 127 addr, (uintmax_t)sym->st_value); in verify_bkpt() 130 * Ensure we can look up the r_debug_state symbol using its starting in verify_bkpt() 139 ATF_REQUIRE_EQ_MSG(error, 0, "failed to look up symbol at 0x%lx", addr); in verify_bkpt() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrFoldTables.h | 1 //===-- X86InstrFoldTables.h - X86 Instruction Folding Tables ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 39 // Look up the memory folding table entry for folding a load and a store into 43 // Look up the memory folding table entry for folding a load or store with 47 // Look up the broadcast folding table entry for folding a broadcast with 52 // Look up the memory unfolding table entry for this instruction. 55 // Look up the broadcast folding table entry for this instruction from
|
/freebsd/sys/contrib/zlib/ |
H A D | gzread.c | 1 /* gzread.c -- zlib functions for reading gzip files 2 * Copyright (C) 2004-2017 Mark Adler 9 /* Use read() to load a buffer -- return -1 on error, otherwise 0. Read from 10 state->fd, and update state->eof, state->err, and state->msg as appropriate. 16 unsigned get, max = ((unsigned)-1 >> 2) + 1; in gz_load() 20 get = len - *have; in gz_load() 23 ret = read(state->fd, buf + *have, get); in gz_load() 30 return -1; in gz_load() 33 state->eof = 1; in gz_load() 37 /* Load up input buffer and set eof flag if last data loaded -- return -1 on [all …]
|
H A D | FAQ | 10 1. Is zlib Y2K-compliant? 22 * http://marknelson.us/1997/01/01/zlib-engine/ 37 Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be 58 corresponding source to us at zlib@gzip.org . Do not send multi-megabyte 101 can #include <zlib.h>, it's there. The -lz option will probably link to 141 on the other hand was designed for in-memory and communication channel 151 21. Is zlib thread-safe? 153 Yes. However any library routines that zlib uses and any application- 154 provided memory allocation routines must also be thread-safe. zlib's gz* 179 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also [all …]
|
/freebsd/contrib/tcp_wrappers/ |
H A D | eval.c | 36 * tried to look up the data but it was unavailable for some reason. When a 43 /* eval_user - look up user name */ 47 if (request->user[0] == 0) { in eval_user() 48 strcpy(request->user, unknown); in eval_user() 49 if (request->sink == 0 && request->client->sin && request->server->sin) in eval_user() 50 rfc931(request->client->sin, request->server->sin, request->user); in eval_user() 52 return (request->user); in eval_user() 55 /* eval_hostaddr - look up printable address */ 59 if (host->addr[0] == 0) { in eval_hostaddr() 60 strcpy(host->addr, unknown); in eval_hostaddr() [all …]
|
/freebsd/usr.bin/getaddrinfo/ |
H A D | getaddrinfo.1 | 49 and prints them to standard output in a user-friendly format. 51 The output is a sequence of lines with space-separated fields: 53 .Dl socket-type address-family protocol [af-specific data ...] 59 address families, the af-specific data are the IP/IPv6 address and port 66 However, it is not intended to be a general-purpose DNS query utility. 72 .Bl -tag -width Ds 74 Look up a canonical name as if with the 121 Specify a service to look up. 141 .Ex -std getaddrinfo 143 Look up [all …]
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | libbsm.3 | 1 .\"- 2 .\" Copyright (c) 2005-2007 Robert N. M. Watson 3 .\" Copyright (c) 2008-2009 Apple Inc. 63 Audit event stream interfaces support interaction with file-backed audit 72 Audit class interfaces support the look up of information from the 82 Audit control interfaces support the look up of information from the 96 Audit event interfaces support the look up of information from the 183 Audit user interfaces support the look up of information from the 226 .An -nosplit 242 library implementations are generally thread-safe, but not reentrant.
|
H A D | au_event.3 | 1 .\"- 2 .\" Copyright (c) 2005-2006 Robert N. M. Watson 41 .Nd "look up information from the audit_event database" 67 These interfaces may be used to look up information from the 77 It is also possible to look up an event number via a call to 151 .An -nosplit 168 These routines are thread-safe, but not re-entrant, so simultaneous or
|
H A D | au_class.3 | 1 .\"- 2 .\" Copyright (c) 2005-2006 Robert N. M. Watson 36 .Nd "look up information from the audit_class database" 54 These interfaces may be used to look up information from the 72 looks up a class by name. 100 .An -nosplit
|
H A D | au_user.3 | 1 .\"- 2 .\" Copyright (c) 2005-2006 Robert N. M. Watson 38 .Nd "look up information from the audit_user database" 62 These interfaces may be used to look up information from the 64 database, which describes per-user audit configuration. 86 looks up a user by name. 136 .An -nosplit
|
/freebsd/contrib/sendmail/src/ |
H A D | udb.c | 2 * Copyright (c) 1998-2003, 2006 Proofpoint, Inc. and its suppliers. 4 * Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved. 18 SM_RCSID("@(#)$Id: udb.c,v 8.166 2013-11-22 20:51:57 ca Exp $ (with USERDB)") 20 SM_RCSID("@(#)$Id: udb.c,v 8.166 2013-11-22 20:51:57 ca Exp $ (without USERDB)") 38 ** UDB.C -- interface between sendmail and Berkeley User Data Base. 52 /* type UE_REMOTE -- do remote call for lookup */ 62 /* type UE_FORWARD -- forward message to remote */ 70 /* type UE_FETCH -- look up in local database */ 84 # define UDB_REMOTE 2 /* look up in remote database */ 85 # define UDB_DBFETCH 3 /* look up in local database */ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyReexports.h | 1 //===------ LazyReexports.h -- Utilities for lazy reexports -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Lazy re-exports are similar to normal re-exports, except that for callable 10 // symbols the definitions are replaced with trampolines that will look up and 11 // call through to the re-exported symbol at runtime. This can be used to 14 //===----------------------------------------------------------------------===// 30 /// Manages a set of 'lazy call-through' trampolines. These are compiler 31 /// re-entry trampolines that are pre-bound to look up a given symbol in a given 33 /// triggered on first lookup, these call-through trampolines can be used to [all …]
|
H A D | LLJIT.h | 1 //===----- LLJIT.h -- An ORC-based JIT for compiling LLVM IR ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // An ORC-based JIT for compiling LLVM IR. 11 //===----------------------------------------------------------------------===// 35 /// A pre-fabricated ORC JIT stack that can serve as an alternative to MCJIT. 58 /// Destruct this instance. If a multi-threaded instance, waits for all 74 /// Returns the ProcessSymbols JITDylib, which by default reflects non-JIT'd 91 return ES->getJITDylibByName(Name); in getJITDylibByName() 155 /// Look up a symbol in JITDylib JD by the symbol's linker-mangled name (to [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | DeclVendor.h | 1 //===-- DeclVendor.h --------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 #include "lldb/lldb-defines.h" 35 /// Look up the set of Decls that the DeclVendor currently knows about 39 /// The name to look for. 55 /// Look up the types that the DeclVendor currently knows about matching a 59 /// The name to look for.
|
/freebsd/sys/contrib/zstd/zlibWrapper/ |
H A D | gzread.c | 2 * - gz_statep was converted to union to work with -Wstrict-aliasing=1 */ 4 /* gzread.c -- zlib functions for reading gzip files 12 * see https://github.com/facebook/zstd/issues/1800#issuecomment-545945050 */ 28 /* Use read() to load a buffer -- return -1 on error, otherwise 0. Read from 29 …state.state->fd, and update state.state->eof, state.state->err, and state.state->msg as appropriat… 39 unsigned get, max = ((unsigned)-1 >> 2) + 1; 43 get = len - *have; 46 ret = read(state.state->fd, buf + *have, get); 53 return -1; 56 state.state->eof = 1; [all …]
|
/freebsd/contrib/sendmail/libsm/ |
H A D | memstat.c | 2 * Copyright (c) 2005-2007 Proofpoint, Inc. and its suppliers. 11 SM_RCSID("@(#)$Id: memstat.c,v 1.7 2013-11-22 20:51:43 ca Exp $") 23 ** SM_MEMSTAT_OPEN -- open memory statistics 36 if (sc_page_size == -1) in sm_memstat_open() 37 return (errno != 0) ? errno : -1; in sm_memstat_open() 42 ** SM_MEMSTAT_CLOSE -- close memory statistics 58 ** SM_MEMSTAT_GET -- get memory statistics 61 ** resource -- resource to look up 62 ** pvalue -- (pointer to) memory statistics value (output) 78 if (r == -1) [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_425_conv_principal.3 | 1 .\" Copyright (c) 1997-2003 Kungliga Tekniska Högskolan 43 Kerberos 5 Library (libkrb5, -lkrb5) 74 is non-NULL, it will be called for each candidate principal. 80 will look up the name in 100 parameter is true, the instance will be looked up with 110 section, it is looked up in a 115 This list of default host-type conversions is compiled-in: 116 .Bd -literal -offset indent 149 it just doesn't have to look up any names, but will instead truncate 166 .Bd -literal -offset indent [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_asn1_get_count.pod | 10 - enumerate public key ASN.1 methods 34 - 1. 36 EVP_PKEY_asn1_find() looks up the B<EVP_PKEY_ASN1_METHOD> with NID 38 If B<pe> isn't B<NULL>, then it will look up an engine implementing a 42 EVP_PKEY_asn1_find_str() looks up the B<EVP_PKEY_ASN1_METHOD> with PEM 45 look up an engine implementing a B<EVP_PKEY_ASN1_METHOD> for the NID
|
/freebsd/lib/nss_tacplus/ |
H A D | nss_tacplus.8 | 1 .\"- 4 .\" SPDX-License-Identifier: BSD-2-Clause 23 module is very limited: it can look up a user by name, but not by uid, 26 To look up a user, the 49 .Bl -tag -width GECOS 84 .An -nosplit 88 .An Dag-Erling Smørgrav Aq Mt des@FreeBSD.org
|
/freebsd/usr.bin/chat/ |
H A D | chat.8 | 10 .Op Fl f Ar chat-file 11 .Op Fl r Ar report-file 12 .Op Fl T Ar phone-number 14 .Op Fl U Ar phone-number2 22 connection between the Point-to-Point Protocol Daemon 26 .Bl -tag -width indent 35 .It Fl f Ar chat-file 44 .It Fl r Ar report-file 74 .It Fl T Ar phone-number 86 program to terminate with a non-zero error code. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | renesas,cmm.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas R-Car Color Management Module (CMM) 10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 11 - Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> 12 - Jacopo Mondi <jacopo+renesas@jmondi.org> 15 Renesas R-Car color management module connected to R-Car DU video channels. 16 It provides image enhancement functions such as 1-D look-up tables (LUT), 17 3-D look-up tables (CLU), 1D-histogram generation (HGO), and color [all …]
|
/freebsd/bin/pax/ |
H A D | tables.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 69 static int dirfd = -1; /* storage for setting created dir time/mode */ 71 static int ffd = -1; /* tmp file for file time table name storage */ 95 * 0 if created, -1 if failure 105 return(-1); in lnk_start() 112 * Looks up entry in hard link hash table. If found, it copies the name 119 * if found returns 1; if not found returns 0; -1 on error 130 return(-1); in chk_lnk() 134 if ((arcn->type == PAX_DIR) || (arcn->sb.st_nlink <= 1)) in chk_lnk() [all …]
|
/freebsd/sys/dev/isci/scil/ |
H A D | scu_bios_definitions.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 9 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 22 * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. 28 * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. 64 * stand-alone where the library is excluded. By excluding 208 * in APC mode, if ANY of the phy mask is non-zero, 221 * devices the OEM will allow to have powered up simultaneously 260 } ports[SCI_MAX_PORTS]; // Up to 4 Ports per SCU controller unit 306 * Operational Note: The following Look-Up-Table registers are engaged [all …]
|
/freebsd/usr.sbin/cron/doc/ |
H A D | INSTALL | 28 top of the file, but it's clearly marked. Also look at pathnames.h. 32 run if they don't exist. You do need to have a /var, though -- just "mkdir 33 /var" if you don't have one, or you can "mkdir /usr/var; ln -s /usr/var /var" 38 a long-time Usenet user you probably have them already. /usr/local/man is 43 contains no AT&T code, so it is in UUNET's archive of freely-distributable 57 a very serious security problem on your system and you should look into it. 59 Edit your /usr/lib/crontab file into little pieces -- see the CONVERSION file 65 crontab -u uucp -r /usr/lib/uucp/crontab.src 66 crontab -u news -r /usr/lib/news/crontab.src 67 crontab -u root -r /usr/adm/crontab.src [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | nvidia,tegra124-dfll.txt | 4 Documentation/devicetree/bindings/clock/clock-bindings.txt 7 the fast CPU cluster. It consists of a free-running voltage controlled 10 communicating with an off-chip PMIC either via an I2C bus or via PWM signals. 13 - compatible : should be one of: 14 - "nvidia,tegra124-dfll": for Tegra124 15 - "nvidia,tegra210-dfll": for Tegra210 16 - reg : Defines the following set of registers, in the order listed: 17 - registers for the DFLL control logic. 18 - registers for the I2C output logic. 19 - registers for the integrated I2C master controller. [all …]
|