/freebsd/contrib/diff/ |
H A D | AUTHORS | 26 Assigns diff (diff.c, initial version). 29 Assigns cmp. 33 Assigns changes to diff. 36 Assigns changes to diff. 39 Assigns diff3. 42 Assigns changes to GNU Diff. 45 Assigns changes to diff (for -D). 71 Assigns changes to diff. 85 Assigns wdiff and future changes submitted to the FSF. 89 Assigns changes (makefile.in, analyze.c, cmp.c, error.c, diff.c, [all …]
|
/freebsd/share/man/man9/ |
H A D | bitset.9 | 459 and assigns the result to 489 and assigns the result to 522 and assigns the result to 552 and assigns the result to 582 and assigns the result to
|
/freebsd/contrib/libcbor/src/cbor/ |
H A D | ints.h | 59 /** Assigns the integer value 67 /** Assigns the integer value 75 /** Assigns the integer value 83 /** Assigns the integer value
|
H A D | floats_ctrls.h | 172 /** Assigns a float value 179 /** Assigns a float value 186 /** Assigns a float value
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_cmp_asn1_octet_string_set1.pod | 21 referenced via the I<tgt> argument and assigns either a copy of 25 referenced via the I<tgt> argument and assigns either a copy of the given byte
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_hook.c | 60 | Description : Assigns an application defined initialization function 82 | Description : Assigns an application defined finalization function 104 | Description : Assigns an application defined initialization function 126 | Description : Assigns an application defined finalization function
|
/freebsd/share/man/man4/ |
H A D | scsi.4 | 196 This assigns 208 This assigns 219 This assigns 243 This assigns the NVMe card at PCI bus 7 slot 0 function 1 to scbus 10.
|
H A D | simplebus.4 | 54 node, instantiates newbus children and assigns resources to them, based on the
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | config.c | 126 static TAILQ_HEAD(assigns, assign) assigns = TAILQ_HEAD_INITIALIZER(assigns); 742 TAILQ_INSERT_TAIL(&assigns, tp, link); in handle_assignment() 1251 while ((tp = TAILQ_LAST(&assigns, assigns)) != NULL) { in do_rollback() 1252 TAILQ_REMOVE(&assigns, tp, link); in do_rollback() 1278 while ((tp = TAILQ_FIRST(&assigns)) != NULL) { in do_commit() 1279 TAILQ_REMOVE(&assigns, tp, link); in do_commit()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetCallingConv.td | 110 /// list that is still available. If so, it assigns the value to the first 124 /// CCAssignToStack - This action always matches: it assigns the value to a 153 /// CCPassByVal - This action always matches: it assigns the value to a stack
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyRegNumbering.cpp | 10 /// This file implements a pass which assigns WebAssembly register 54 "Assigns WebAssembly register numbers for virtual registers",
|
/freebsd/sys/tools/syscalls/core/ |
H A D | syscall.lua | 39 -- Processes and assigns the appropriate thread flag for this system call. 49 -- Processes and assigns the appropriate capability flag for this system call. 241 -- Adds the argument(s) for this system call. Once addFunc() assigns a name 306 -- Assigns the correct args_size. Defaults to "0", except if there's arguments
|
/freebsd/contrib/byacc/test/yacc/ |
H A D | err_syntax24.error | 1 YACC: w - line 21 of "./err_syntax24.y", the default action for expr assigns an undefined value to …
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | err_syntax24.error | 1 YACC: w - line 21 of "./err_syntax24.y", the default action for expr assigns an undefined value to …
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_session_ticket_cb.pod | 57 SSL_SESSION_get0_ticket_appdata() assigns B<data> to the session ticket 58 application data and assigns B<len> to the length of the session ticket
|
H A D | EVP_PKEY_get_group_name.pod | 18 and assigns I<*gname_len> the actual length of the name not including
|
H A D | PKCS12_init.pod | 20 PKCS12_init_ex() creates an empty PKCS#12 structure and assigns the supplied
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDAG.h | 154 //// Assigns the SUnit to which this edge points. 224 /// Assigns the associated register for this edge. This is only valid on 360 /// Assigns the representative SDNode for this SUnit. This may be used 380 /// Assigns the instruction for the SUnit. This may be used during 500 //// Assigns the SUnit to which this edge points. 747 /// Assigns the topological index to the node n.
|
/freebsd/contrib/kyua/utils/ |
H A D | optional.ipp | 85 /// Explicitly assigns an optional object to the none value. 99 /// Assigns a new value to the optional object.
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.h | 190 /// Assigns storage locations and values to all parameters, captures, global 304 /// Assigns `Loc` as the storage location of `D` in the environment. 318 /// Assigns `Loc` as the storage location of the glvalue `E` in the 490 /// Assigns `Val` as the value of `Loc` in the environment. 500 /// Assigns `Val` as the value of the prvalue `E` in the environment. 735 /// Assigns storage locations and values to all global variables, fields
|
/freebsd/usr.sbin/mptutil/ |
H A D | mptutil.8 | 370 assigns one of the remaining 7 pools to each volume and 371 assigns dedicated drives to that pool.
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | varmod-assign-shell.mk | 3 # Tests for the variable modifier '::!=', which assigns the output of a shell
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PromoteMemoryToRegister.cpp | 127 /// dbg.assigns for one variable fragment). 194 // Regardless of the position of dbg.assigns relative to stores, the in updateForNewPhi() 295 /// This assigns and keeps a per-bb relative ordering of load/store 381 /// A set of dbg.assigns to delete because they've been demoted to 432 /// Delete dbg.assigns that have been demoted to dbg.values. 609 // Remove dbg.assigns linked to the alloca as these are now redundant. in rewriteSingleStoreAlloca() 722 // Remove dbg.assigns linked to the alloca as these are now redundant. in promoteSingleBlockAlloca() 877 // Remove dbg.assigns linked to the alloca as these are now redundant. in run()
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | pci-ep.yaml | 47 If present this property assigns a fixed PCI domain number to a PCI
|
/freebsd/usr.sbin/setfmac/ |
H A D | setfmac.8 | 44 utility assigns the specified MAC label to the specified files.
|