/freebsd/usr.bin/tr/tests/ |
H A D | regress.06.out | 2 Take one down and pass it around - ?? bottles of beer on the wall. 4 Take one down and pass it around - ?? bottles of beer on the wall. 7 Take one down and pass it around - ? bottle of beer on the wall. 9 Take it down and pass it around - NO MORE bottles of beer on the wall!!!
|
H A D | regress2.in | 2 Take one down and pass it around - 99 bottles of beer on the wall. 4 Take one down and pass it around - 98 bottles of beer on the wall. 7 Take one down and pass it around - 1 bottle of beer on the wall. 9 Take it down and pass it around - NO MORE bottles of beer on the wall!!!
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | PythonDataObjects.cpp | 66 auto str = Take<PythonString>(str_obj); in As() 333 *this = Take<PythonBytes>(PyBytes_FromStringAndSize(data, bytes.size())); in SetBytes() 350 *this = Take<PythonByteArray>(PyByteArray_FromStringAndSize(str, length)); in PythonByteArray() 389 return Take<PythonString>(str); in FromUTF8() 468 *this = Take<PythonInteger>(PyLong_FromLongLong(value)); in SetInteger() 516 *this = Take<PythonBoolean>(PyBool_FromLong(value)); in SetValue() 529 *this = Take<PythonList>(PyList_New(0)); in PythonList() 533 *this = Take<PythonList>(PyList_New(list_size)); in PythonList() 585 *this = Take<PythonTuple>(PyTuple_New(0)); in PythonTuple() 589 *this = Take<PythonTuple>(PyTuple_New(tuple_size)); in PythonTuple() [all …]
|
H A D | PythonDataObjects.h | 120 template <typename T> T Take(PyObject *obj) { in Take() function 326 return python::Take<PythonObject>(obj); 336 return python::Take<PythonObject>(obj); 345 return python::Take<PythonObject>(obj); 354 return python::Take<PythonObject>(obj);
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | arm_neon_incl.td | 80 // - $X - Take the type of parameter/variable X. For example: 103 // dup - Take a scalar argument and create a vector by duplicating it into 108 // dup_typed - Take a vector and a scalar argument, and create a new vector of 161 // highhalf - Take only the high half of the input. 164 // highhalf - Take only the low half of the input.
|
/freebsd/crypto/openssl/demos/certs/apps/ |
H A D | apps.cnf | 31 # Take CN from environment so it can come from a script.
|
/freebsd/crypto/openssl/test/smime-certs/ |
H A D | ca.cnf | 30 # Take CN from environment so it can come from a script.
|
/freebsd/crypto/openssl/demos/certs/ |
H A D | ca.cnf | 30 # Take CN from environment so it can come from a script.
|
/freebsd/sys/dev/usb/ |
H A D | usb_if.m | 57 # Take controller from BIOS
|
/freebsd/contrib/openresolv/ |
H A D | README.md | 39 Take the following resolv.conf files which have been generated by a
|
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/ |
H A D | README.md | 50 3. Take a look at the generated `Makefile`. It uses `sudo` a few times.
|
/freebsd/usr.sbin/bsdconfig/networking/share/ |
H A D | netmask.subr | 121 # Take only the first "word" of the user's input
|
H A D | ipaddr.subr | 172 # Take only the first "word" of the user's input
|
H A D | resolv.subr | 329 # Take only the first "word" of the user's input
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | faraday,ftpci100.txt | 51 "dual" variant has 64MiB. Take this into account when describing the ranges.
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | mediatek,iommu.txt | 50 in each larb. Take a example, There are many ports like MC, PP, VLD in the
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | mediatek,mtk-xhci.txt | 7 driver. Take account of backward compatibility, we divide bindings
|
/freebsd/sys/dev/sdio/ |
H A D | sdiodevs | 31 * Take SDIO CIS, CISTPL_MANFID, TPLMID_MANF and TPLMID_CARD information and
|
/freebsd/crypto/openssl/ |
H A D | FREEBSD-upgrade | 33 06) Take care of added / deleted files:
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | atmel,at91-pinctrl.txt | 32 Take an example on the 9260
|
/freebsd/crypto/openssh/ |
H A D | FREEBSD-upgrade | 30 06) Take care of added / deleted files:
|
/freebsd/share/examples/drivers/ |
H A D | make_device_driver.sh | 712 * Take our interrupt handler out of the list of handlers
|
/freebsd/contrib/less/ |
H A D | README | 84 Makefile now. Take particular notice of the list of "terminal"
|
/freebsd/lib/libc/db/mpool/ |
H A D | mpool.libtp | 486 Take a string name and produce an fid.
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.cpp | 1242 Scope.AddAuxAllocas(AllocaTracker.Take()); in SetupCleanupBlockActivation()
|