Searched refs:alias (Results 1 – 21 of 21) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | alias.c | 47 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 D | alias.h | 40 struct alias { struct 41 struct alias *next; argument 47 struct alias *lookupalias(const char *, int); argument 52 void printalias(const struct alias *);
|
| A D | input.h | 44 struct alias; 50 struct alias *ap; /* if push was associated with an alias */
|
| A D | builtins.def | 36 aliascmd -au alias
|
| A D | input.c | 367 sp->ap = (struct alias *)ap; in pushstring() 369 ((struct alias *)ap)->flag |= ALIASINUSE; in pushstring()
|
| A D | builtins.def.in | 86 aliascmd -au alias
|
| A D | exec.c | 761 const struct alias *ap;
|
| A D | eval.c | 318 __attribute__ ((alias("evaltree")));
|
| A D | parser.c | 718 struct alias *ap; in readtoken()
|
| /third_party/ulib/musl/zircon/ |
| A D | internal.c | 17 __attribute__((weak, alias("_zx_process_self"))); 23 __attribute__((weak, alias("_zx_vmar_root_self"))); 29 __attribute__((weak, alias("_zx_job_default")));
|
| A D | thrd_get_zx_handle.c | 16 __attribute__((weak, alias("_zx_thread_self")));
|
| /third_party/ulib/musl/src/internal/ |
| A D | asan_impl.h | 20 __typeof(name) __asan_##name __attribute__((weak, alias(#name)));
|
| A D | libc.h | 104 #define weak_alias(old, new) extern __typeof(old) new __attribute__((weak, alias(#old)))
|
| /third_party/ulib/musl/src/thread/ |
| A D | thrd_create.c | 28 __attribute__((alias("thrd_create_internal")));
|
| /third_party/ulib/ngunwind/include/ngunwind/private/ |
| A D | compiler.h | 48 # define ALIAS(name) __attribute__((alias (#name)))
|
| /third_party/ulib/musl/src/string/ |
| A D | memmove.c | 46 __typeof(memmove) __unsanitized_memmove __attribute__((alias("memmove")));
|
| A D | memset.c | 96 __typeof(memset) __unsanitized_memset __attribute__((alias("memset")));
|
| A D | memcpy.c | 155 __typeof(memcpy) __unsanitized_memcpy __attribute__((alias("memcpy")));
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 449 - 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 D | jemalloc.c | 2154 #define ALIAS(je_fn) __attribute__((alias (#je_fn), used))
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 5733 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