| /third_party/dev/ethernet/e1000/ |
| A D | README.fuchsia | 19 - These files are included from the FreeBSD driver, but not used for 24 - New source file, adapted from the files listed above. This file 30 - Modified from original FreeBSD implementation to match Fuchsia
|
| /third_party/ulib/cksum/ |
| A D | LICENSE | 1 (from zlib.h and README) 7 arising from the use of this software. 19 3. This notice may not be removed or altered from any source distribution.
|
| /third_party/lib/cortex-strings/ |
| A D | README.fuchsia | 13 - The no-neon directory is taken from an earlier revision of the same repo: 15 It contains only a subset of src/aarch64 from that revision.
|
| /third_party/lib/acpica/generate/unix/ |
| A D | readme.txt | 75 extracts binary AML from text files, and other AML file 82 methods from user space. Useful for debugging AML code and testing 95 acpinames loads an ACPI namespace from a binary ACPI table file. 110 6) acpixtract, extract binary ACPI tables from an acpidump 112 acpixtract is used to extract binary ACPI tables from the ASCII text
|
| /third_party/uapp/fsck-msdosfs/ |
| A D | README.fuchsia | 2 fsck for msdosfs from FreeBSD
|
| /third_party/uapp/dash/src/ |
| A D | mystring.c | 86 scopyn(const char *from, char *to, int size) 90 if ((*to++ = *from++) == '\0')
|
| A D | redir.c | 394 savefd(int from, int ofd) in savefd() argument 399 newfd = fcntl(from, F_DUPFD, 10); in savefd() 404 sh_error("%d: %s", from, strerror(err)); in savefd()
|
| A D | TOUR | 70 from the widely used eight spaces. If you really hate six space 116 called from main to parse the shell arguments when the shell is 128 ables and the range of a char varies from machine to machine. 203 var.c Maintains the variable symbol table. Called from expand.c. 262 program turns out to be a shell procedure, the strings from the 264 out of the table and replaced with strings obtained from malloc, 271 ways end in "cmd". The mapping from names to procedures is 281 loop if the shell is interactive), but when called from a builtin 326 INPUT: The basic input routine is pgetc, which reads from the 329 input to come from a string rather than a file. (This is for the [all …]
|
| A D | nodes.c.pat | 7 * This code is derived from software contributed to Berkeley by 19 * may be used to endorse or promote products derived from this software 56 pointer funcblock; /* block to allocate function from */ 57 char *funcstring; /* block to allocate strings from */ 304 // Read in symbols from the encoded table 'buffer'. We currently only support
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | ex_data.h | 184 typedef int CRYPTO_EX_dup(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from,
|
| /third_party/lib/jitterentropy/ |
| A D | README.fuchsia | 8 code from other projects with different licenses:
|
| /third_party/ulib/musl/src/locale/ |
| A D | iconv.c | 106 iconv_t iconv_open(const char* to, const char* from) { in iconv_open() argument 109 if ((t = find_charmap(to)) == -1 || (f = find_charmap(from)) == -1 || (charmaps[t] >= 0320)) { in iconv_open() 154 unsigned from = cd >> 16; in iconv() local 155 const unsigned char* map = charmaps + from + 1; in iconv()
|
| /third_party/uapp/dash/ |
| A D | LICENSE | 7 This code is derived from software contributed to Berkeley by Kenneth Almquist. 19 may be used to endorse or promote products derived from this software
|
| /third_party/uapp/dash/src/funcs/ |
| A D | login | 6 # This code is derived from software contributed to Berkeley by 18 # may be used to endorse or promote products derived from this software
|
| A D | newgrp | 6 # This code is derived from software contributed to Berkeley by 18 # may be used to endorse or promote products derived from this software
|
| A D | suspend | 6 # This code is derived from software contributed to Berkeley by 18 # may be used to endorse or promote products derived from this software
|
| A D | cmv | 6 # This code is derived from software contributed to Berkeley by 18 # may be used to endorse or promote products derived from this software
|
| A D | kill | 6 # This code is derived from software contributed to Berkeley by 18 # may be used to endorse or promote products derived from this software
|
| A D | dirs | 6 # This code is derived from software contributed to Berkeley by 18 # may be used to endorse or promote products derived from this software
|
| A D | popd | 6 # This code is derived from software contributed to Berkeley by 18 # may be used to endorse or promote products derived from this software
|
| A D | pushd | 6 # This code is derived from software contributed to Berkeley by 18 # may be used to endorse or promote products derived from this software
|
| /third_party/lib/acpica/source/compiler/ |
| A D | new_table.txt | 24 Subtables should be defined separately from the main table. 29 the table came from. 55 generic compile. It is often best to create the table from scratch,
|
| /third_party/ulib/jemalloc/include/jemalloc/ |
| A D | jemalloc_mangle.sh | 32 * provide isolation from the name mangling specified via --with-mangling
|
| /third_party/ulib/backtrace/ |
| A D | backtrace-supported.h.in | 18 endorse or promote products derived from this software without 48 the backtrace functions from a signal handler. In general this
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 43 fixed a major bug in the printf %n specifier that prevented it from 426 - [efg]cvt functions (previously posix, removed from standard) 773 - support recursive dlopen (dlopen called from constructors) 826 - calling getenv from shared library ctors was broken 1020 - eliminated major spurious syscalls from posix_spawn 1113 - incorrect errno value from getcwd with zero size 1249 - reverse name lookups from /etc/hosts 1250 - reverse service lookups from /etc/services 1308 - issetugid function (from OpenBSD) 1522 - removed heavy atomics from locale-related code paths [all …]
|