/freebsd-src/contrib/bmake/unit-tests/ |
H A D | suff-add-later.exp | 11 make: don't know how to make issue5a.d (continuing) 12 make: don't know how to make issue5b.c (continuing) 13 make: don't know how to make issue5c (continuing) 15 make: don't know how to make issue5d.e (continuing) 16 make: don't know how to make issue5e.d (continuing)
|
H A D | suff-clear-regular.exp | 1 make: don't know how to make .a (continuing) 2 make: don't know how to make .a.b (continuing) 3 make: don't know how to make .b.a (continuing)
|
H A D | use-inference.mk | 28 # would not know that the .from file would need to be built. 32 # After this, make stops since it doesn't know how to make the .to file. 37 # Until 2020-12-07, despite the error message "don't know how to make",
|
H A D | suff-clear-regular.mk | 27 # XXX: don't know how to make .a 28 # XXX: don't know how to make .a.b 29 # XXX: don't know how to make .b.a
|
H A D | suff-use.mk | 9 # | make: don't know how to make demo.o. Stop 23 # | make: don't know how to make demo.o. Stop 49 # expect: make: don't know how to make demo.o (continuing)
|
H A D | suff-main-several.exp | 134 make: don't know how to make suff-main-several.2 (continuing) 135 make: don't know how to make suff-main-several.3 (continuing) 136 make: don't know how to make suff-main-several.4 (continuing)
|
/freebsd-src/contrib/ofed/libibverbs/man/ |
H A D | ibv_query_device_ex.3 | 42 …uint32_t rc_odp_caps; /* Mask with enum ibv_odp_tranport_cap_bits to know which operations are sup… 43 …uint32_t uc_odp_caps; /* Mask with enum ibv_odp_tranport_cap_bits to know which operations are sup… 44 …uint32_t ud_odp_caps; /* Mask with enum ibv_odp_tranport_cap_bits to know which operations are sup… 69 …uint64_t rx_hash_fields_mask; /* Mask with enum ibv_rx_hash_fields to know which inco… 70 …function; /* Mask with enum ibv_rx_hash_function_flags to know which hash function…
|
/freebsd-src/usr.sbin/bsdconfig/include/ |
H A D | network_device.hlp | 23 you'll need to know it fairly early in the installation process. You 24 will need to know your service provider's IP address, the IP address 27 a PAP or CHAP login you will also need to know how to use the various 48 You will also need to know your IP address on the network, the 54 provider's IP address) to use in talking to it. If you do not know
|
/freebsd-src/usr.bin/fold/ |
H A D | fold.1 | 79 $ echo "I am smart enough to know that I am dumb" | fold -w 15 81 gh to know that 87 $ echo "I am smart enough to know that I am dumb" | fold -s -w 15 89 enough to know
|
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.substr.d.out | 236 if (substr("CRAIG: Positioned them, I don't know... I'm fairly wide guy.", 100, 10) ne "") { 237 …printf("perl => substr(\"CRAIG: Positioned them, I don't know... I'm fairly wide guy.\", 100, 10) … 238 substr("CRAIG: Positioned them, I don't know... I'm fairly wide guy.", 100, 10)); 239 …printf(" D => substr(\"CRAIG: Positioned them, I don't know... I'm fairly wide guy.\", 100, 10) … 244 if (substr("CRAIG: Positioned them, I don't know... I'm fairly wide guy.", 100) ne "") { 245 …printf("perl => substr(\"CRAIG: Positioned them, I don't know... I'm fairly wide guy.\", 100) = \"… 246 substr("CRAIG: Positioned them, I don't know... I'm fairly wide guy.", 100)); 247 …printf(" D => substr(\"CRAIG: Positioned them, I don't know... I'm fairly wide guy.\", 100) = \"…
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDebugInfoEntry.h | 134 // We know we are kept in a vector of contiguous entries, so we know 142 // We know we are kept in a vector of contiguous entries, so we know 150 // We know we are kept in a vector of contiguous entries, so we know
|
/freebsd-src/contrib/telnet/libtelnet/ |
H A D | auth.h | 57 #define AUTH_UNKNOWN 1 /* We don't know who he is, but he's okay */ 58 #define AUTH_OTHER 2 /* We know him, but not his name */ 59 #define AUTH_USER 3 /* We know he name */ 60 #define AUTH_VALID 4 /* We know him, and he needs no password */
|
/freebsd-src/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | auth.h | 62 #define AUTH_UNKNOWN 1 /* We don't know who he is, but he's okay */ 63 #define AUTH_OTHER 2 /* We know him, but not his name */ 64 #define AUTH_USER 3 /* We know he name */ 65 #define AUTH_VALID 4 /* We know him, and he needs no password */
|
/freebsd-src/sys/contrib/xz-embedded/linux/Documentation/ |
H A D | xz.txt | 95 decompression code. I don't know if it could have any use in the 96 kernel, but I know that it would be useful in some embedded projects 104 it is good to know this if testing the code e.g. with the test files 115 kernel-related mailing lists, so if there's something I should know,
|
/freebsd-src/sys/contrib/device-tree/Bindings/ |
H A D | common-properties.txt | 15 know the peripheral always needs to be accessed in big endian (BE) mode. 17 unconditionally (e.g. readl/writel). Use this if you know the 71 by all of its devices. The driver needs to know how many devices the
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TaggedUnionModeling.h | 40 // If we do not know anything about the call we shall not continue. in removeInformationStoredForDeadInstances() 72 // we will not know the argument of the copied to object. in handleConstructorAndAssignment() 76 // When move semantics is used we can only know that the moved from in handleConstructorAndAssignment()
|
/freebsd-src/usr.sbin/lpr/common_source/ |
H A D | ctlinfo.h | 38 * ctlinfo - This collection of routines will know everything there is to 39 * know about the information inside a control file ('cf*') which is used 41 * will be the ONLY source file to know what's inside these control-files.
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 84 // If we have NSW as well, we also know we can't overflow the signbit so in computeForAddSub() 95 // If we have NSW as well, we also know we can't overflow the signbit so in computeForSubBorrow() 229 // If we know which argument is larger, return (sub LHS, RHS) or in shl() 248 // If we know which argument is larger, return (sub LHS, RHS) or in shl() 551 // If the source's MSB is zero then we know the rest of the bits already. in computeForSatAddSub() 561 // Special case for IntMinIsPoison. We know the sign bit is set and we know in computeForSatAddSub() 572 // One more special case for IntMinIsPoison. If we don't know any ones other in computeForSatAddSub() 573 // than the signbit, we know for certain that all the unknowns can't be in computeForSatAddSub() 574 // zero. So if we know hig in computeForSatAddSub() [all...] |
/freebsd-src/sys/dev/acpica/ |
H A D | acpi_powerres.c | 49 * we don't know that it depends on a given resource. We should perhaps 119 * It's OK to call this if we already know about the resource. 135 /* Look to see if we know about this resource */ in acpi_pwr_register_resource() 137 return_ACPI_STATUS (AE_OK); /* already know about it */ in acpi_pwr_register_resource() 227 * It's OK to call this if we already know about the consumer. 237 /* Check to see whether we know about this consumer already */ in acpi_pwr_register_consumer() 637 * effort; we don't know what to do if it fails, so checking wouldn't in acpi_pwr_switch_power() 677 * effort; we don't know what to do if it fails, so checking wouldn't in acpi_pwr_switch_power()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | GISelKnownBits.cpp | 119 // If we don't know any bits, early out. in computeKnownBitsMin() 169 Known = KnownBits(BitWidth); // Don't know anything in computeKnownBitsImpl() 183 return; // No demanded elts, better to assume we don't know anything. in computeKnownBitsImpl() 205 // If we don't know any bits, early out. in computeKnownBitsImpl() 220 // Record in the cache that we know nothing for MI. in computeKnownBitsImpl() 248 // If we reach a point where we don't know anything in computeKnownBitsImpl() 253 // We know nothing. in computeKnownBitsImpl() 590 // If we know the result of a compare has the top bits zero, use this in computeKnownBitsImpl() 669 return 1; // No demanded elts, better to assume we don't know anything. in computeNumSignBits() 786 // We know tha in get() [all...] |
/freebsd-src/sys/ddb/ |
H A D | db_textdump.c | 42 * unlike a memory dump, we don't know the size of the textdump a priori, so 48 * know to reverse the order of the blocks in order to produce a readable 282 * no reason for the caller to know this. 339 * it later once we know the true size. in textdump_dump_msgbuf() 442 * We don't know a priori how large the dump will be, but we do know in textdump_dumpsys() 487 * Now that we know the true size, we can write out the header, then in textdump_dumpsys()
|
/freebsd-src/usr.bin/indent/ |
H A D | README | 69 | don't know their feelings about sending it out. 88 know of your permission, and I will send the sources, or you can let 89 me know that 4.3 version is off-limits, in which case we would probably
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.h | 126 /// Return true if we know this builtin never throws an exception. 131 /// Return true if we know this builtin never returns. 136 /// Return true if we know this builtin can return twice. 154 /// function, such as "malloc", where we know the signature a 172 /// function, such as "__clear_cache", where we know the signature a
|
/freebsd-src/contrib/kyua/utils/ |
H A D | memory.cpp | 68 /// Value of query_type when we do not know how to query the memory. 139 /// \return The amount of physical memory, in bytes. If the code does not know 147 LW("Don't know how to query the physical memory"); in physical_memory()
|
/freebsd-src/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectDWIMPrint.h | 30 /// don't yet know, or perfer not to know, the various lldb commands that can be
|