Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 57) sorted by relevance

123

/third_party/dev/ethernet/e1000/
A DREADME.fuchsia19 - 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 DLICENSE1 (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 DREADME.fuchsia13 - 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 Dreadme.txt75 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 DREADME.fuchsia2 fsck for msdosfs from FreeBSD
/third_party/uapp/dash/src/
A Dmystring.c86 scopyn(const char *from, char *to, int size)
90 if ((*to++ = *from++) == '\0')
A Dredir.c394 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 DTOUR70 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 Dnodes.c.pat7 * 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 Dex_data.h184 typedef int CRYPTO_EX_dup(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from,
/third_party/lib/jitterentropy/
A DREADME.fuchsia8 code from other projects with different licenses:
/third_party/ulib/musl/src/locale/
A Diconv.c106 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 DLICENSE7 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 Dlogin6 # This code is derived from software contributed to Berkeley by
18 # may be used to endorse or promote products derived from this software
A Dnewgrp6 # This code is derived from software contributed to Berkeley by
18 # may be used to endorse or promote products derived from this software
A Dsuspend6 # This code is derived from software contributed to Berkeley by
18 # may be used to endorse or promote products derived from this software
A Dcmv6 # This code is derived from software contributed to Berkeley by
18 # may be used to endorse or promote products derived from this software
A Dkill6 # This code is derived from software contributed to Berkeley by
18 # may be used to endorse or promote products derived from this software
A Ddirs6 # This code is derived from software contributed to Berkeley by
18 # may be used to endorse or promote products derived from this software
A Dpopd6 # This code is derived from software contributed to Berkeley by
18 # may be used to endorse or promote products derived from this software
A Dpushd6 # 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 Dnew_table.txt24 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 Djemalloc_mangle.sh32 * provide isolation from the name mangling specified via --with-mangling
/third_party/ulib/backtrace/
A Dbacktrace-supported.h.in18 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 DWHATSNEW43 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 …]

Completed in 26 milliseconds

123