Home
last modified time | relevance | path

Searched refs:alias (Results 1 – 21 of 21) sorted by relevance

/third_party/uapp/dash/src/
A Dalias.c47 struct alias *atab[ATABSIZE];
50 STATIC struct alias *freealias(struct alias *);
57 struct alias *ap, **app; in setalias()
83 struct alias **app; in unalias()
100 struct alias *ap, **app; in rmaliases()
116 struct alias *
134 struct alias *ap; in aliascmd()
182 STATIC struct alias *
184 struct alias *next; in freealias()
203 STATIC struct alias **
[all …]
A Dalias.h40 struct alias { struct
41 struct alias *next; argument
47 struct alias *lookupalias(const char *, int); argument
52 void printalias(const struct alias *);
A Dinput.h44 struct alias;
50 struct alias *ap; /* if push was associated with an alias */
A Dbuiltins.def36 aliascmd -au alias
A Dinput.c367 sp->ap = (struct alias *)ap; in pushstring()
369 ((struct alias *)ap)->flag |= ALIASINUSE; in pushstring()
A Dbuiltins.def.in86 aliascmd -au alias
A Dexec.c761 const struct alias *ap;
A Deval.c318 __attribute__ ((alias("evaltree")));
A Dparser.c718 struct alias *ap; in readtoken()
/third_party/ulib/musl/zircon/
A Dinternal.c17 __attribute__((weak, alias("_zx_process_self")));
23 __attribute__((weak, alias("_zx_vmar_root_self")));
29 __attribute__((weak, alias("_zx_job_default")));
A Dthrd_get_zx_handle.c16 __attribute__((weak, alias("_zx_thread_self")));
/third_party/ulib/musl/src/internal/
A Dasan_impl.h20 __typeof(name) __asan_##name __attribute__((weak, alias(#name)));
A Dlibc.h104 #define weak_alias(old, new) extern __typeof(old) new __attribute__((weak, alias(#old)))
/third_party/ulib/musl/src/thread/
A Dthrd_create.c28 __attribute__((alias("thrd_create_internal")));
/third_party/ulib/ngunwind/include/ngunwind/private/
A Dcompiler.h48 # define ALIAS(name) __attribute__((alias (#name)))
/third_party/ulib/musl/src/string/
A Dmemmove.c46 __typeof(memmove) __unsanitized_memmove __attribute__((alias("memmove")));
A Dmemset.c96 __typeof(memset) __unsanitized_memset __attribute__((alias("memset")));
A Dmemcpy.c155 __typeof(memcpy) __unsanitized_memcpy __attribute__((alias("memcpy")));
/third_party/ulib/musl/
A DWHATSNEW449 - syscall.h alias for sys/syscall.h
450 - memory.h alias for string.h
1024 - qemu-user's rt_sigaction syscall does not allow old to alias new
1082 - wait.h as a compatibility alias for sys/wait.h
/third_party/ulib/jemalloc/src/
A Djemalloc.c2154 #define ALIAS(je_fn) __attribute__((alias (#je_fn), used))
/third_party/lib/acpica/
A Dchanges.txt5733 Templates. The correct alias is now constructed and no error is emitted.
6588 problem where the use of an alias within a namepath would result in a not
7560 Fixed a problem with the Alias operator when the target of the alias is a
7564 operator could not be accessed via the alias, potentially causing
13441 a "Missing alias link" error message.
13587 alias could point to a method. In other words, aliases were not

Completed in 1408 milliseconds