Searched refs:alias (Results 1 - 25 of 108) sorted by relevance

12345

/src/bin/sh/
H A Dalias.h1 /* $NetBSD: alias.h,v 1.9 2018/12/03 06:40:26 kre Exp $ */
34 * @(#)alias.h 8.2 (Berkeley) 5/4/95
39 struct alias { struct
40 struct alias *next;
46 struct alias *lookupalias(const char *, int);
H A Dinput.h50 struct alias;
58 void pushstring(const char *, int, struct alias *);
H A Dalias.c1 /* $NetBSD: alias.c,v 1.24 2025/05/12 02:45:28 kre Exp $ */
38 static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95";
40 __RCSID("$NetBSD: alias.c,v 1.24 2025/05/12 02:45:28 kre Exp $");
51 #include "alias.h"
58 struct alias *atab[ATABSIZE];
64 STATIC struct alias **freealias(struct alias **, int);
65 STATIC struct alias **hashalias(const char *);
72 struct alias *ap, **app;
78 ap = ckmalloc(sizeof (struct alias));
[all...]
/src/usr.bin/ypcat/
H A Dypalias_init.h3 const char *alias, *name; member in struct:ypalias
H A Dypalias_init.c87 if ((ypa[i].alias = strsep(&line, " \t\n")) == NULL ||
89 ypa[i].alias != cp) {
101 ypa[i].alias = ypa[i].name = NULL;
108 warn("Cannot allocate alias space, returning default list");
111 free(__UNCONST(ypa[--i].alias));
H A Dypcat.c93 for (i = 0; ypaliases[i].alias; i++)
95 ypaliases[i].alias,
128 for (i = 0; ypaliases[i].alias; i++)
129 if (strcmp(inmap, ypaliases[i].alias) == 0)
/src/lib/libc/citrus/
H A Dcitrus_aliasname_local.h33 __unaliasname(const char *dbname, const char *alias, argument
36 return _lookup_simple(dbname, alias,
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors_memintrinsics.cc40 extern "C" decltype(__asan_memcpy) memcpy[[gnu::alias("__asan_memcpy")]];
41 extern "C" decltype(__asan_memmove) memmove[[gnu::alias("__asan_memmove")]];
42 extern "C" decltype(__asan_memset) memset[[gnu::alias("__asan_memset")]];
/src/sys/sys/
H A Dcdefs_aout.h21 #define __indr_reference(sym,alias) /* nada, since we do weak refs */
25 #define __strong_alias(alias,sym) \
26 __asm(".global " _C_LABEL_STRING(#alias) "\n" \
27 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
28 #define __weak_alias(alias,sym) \
29 __asm(".weak " _C_LABEL_STRING(#alias) "\n" \
30 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
46 #define __weak_alias(alias,sym) ___weak_alias(_/**/alias,_/**/sym)
47 #define ___weak_alias(alias,sy
[all...]
H A Dcdefs_elf.h52 #define __indr_reference(sym,alias) /* nada, since we do weak refs */
55 #define __strong_alias(alias,sym) \
56 __asm(".global " _C_LABEL_STRING(#alias) "\n" \
57 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
59 #define __weak_alias(alias,sym) \
60 __asm(".weak " _C_LABEL_STRING(#alias) "\n" \
61 _C_LABEL_STRING(#alias) " = " _C_LABEL_STRING(#sym));
93 #define __weak_alias(alias,sym) ___weak_alias(_/**/alias,_/**/sym)
94 #define ___weak_alias(alias,sy
[all...]
/src/sys/arch/or1k/include/
H A Dasm.h100 #define WEAK_ALIAS(alias,sym) \
101 .weak alias; \
102 alias = sym
105 * STRONG_ALIAS: create a strong alias.
107 #define STRONG_ALIAS(alias,sym) \
108 .globl alias; \
109 alias = sym
/src/tests/usr.bin/xlint/lint1/
H A Dparse_type_name.c89 sink(sizeof(int(double) __symbolrename(alias)));
94 sink(sizeof(int (*)(double)__symbolrename(alias)));
/src/sys/arch/vax/include/
H A Dasm.h101 #define WEAK_ALIAS(alias,sym) \
102 .weak alias; \
103 alias = sym
106 * STRONG_ALIAS: create a strong alias.
108 #define STRONG_ALIAS(alias,sym) \
109 .globl alias; \
110 alias = sym
/src/sys/arch/sh3/include/
H A Dasm.h229 #define WEAK_ALIAS(alias,sym) \
230 .weak _C_LABEL(alias); \
231 _C_LABEL(alias) = _C_LABEL(sym)
235 * STRONG_ALIAS: create a strong alias.
237 #define STRONG_ALIAS(alias,sym) \
238 .globl _C_LABEL(alias); \
239 _C_LABEL(alias) = _C_LABEL(sym)
/src/sys/arch/hppa/include/
H A Dasm.h115 #define WEAK_ALIAS(alias,sym) \
116 .weak alias ! \
117 alias = sym
120 * STRONG_ALIAS: create a strong alias.
122 #define STRONG_ALIAS(alias,sym) \
123 .globl alias ! \
124 alias = sym
/src/sys/arch/ia64/include/
H A Dasm.h90 * Global alias for a leaf function, or alternate entry point
98 * Local alias for a leaf function, or alternate entry point
176 * WEAK_ALIAS: create a weak alias (ELF only).
178 #define WEAK_ALIAS(alias,sym) \
179 .weak alias; \
180 alias = sym
183 * STRONG_ALIAS: create a strong alias.
185 #define STRONG_ALIAS(alias,sym) \
186 .globl alias; \
187 alias
[all...]
/src/sys/arch/amd64/include/
H A Dasm.h127 #define WEAK_ALIAS(alias,sym) \
128 .weak alias; \
129 alias = sym
132 * STRONG_ALIAS: create a strong alias.
134 #define STRONG_ALIAS(alias,sym) \
135 .globl alias; \
136 alias = sym
/src/common/lib/libc/quad/
H A Dquad.h62 #define ARM_EABI_ALIAS(alias,sym) __strong_alias(alias,sym);
64 #define ARM_EABI_ALIAS(alias,sym) /* nothing */
/src/usr.bin/ypmatch/
H A Dypmatch.c72 for(i = 0; ypaliases[i].alias; i++)
74 ypaliases[i].alias,
123 for (i = 0; ypaliases[i].alias; i++)
124 if (strcmp(inmap, ypaliases[i].alias) == 0)
/src/lib/libc/locale/
H A Dnb_lc_template.h178 const char *aliaspath, *alias; local in function:_PREFIX
182 alias = __unaliasname(aliaspath, key, &buf[0], sizeof(buf)); \
183 if (alias != NULL) { \
184 ret = (force = !__isforcemapping(alias)) \
187 : _PREFIX(load_sub)(alias, name, out_name, out_impl, \
200 /* (2) lookup locname/catname type alias */
209 /* (3) lookup locname type alias */
/src/lib/libterminfo/
H A Dcompile.c89 obuf = buf = tic->alias;
90 tic->alias = NULL;
97 nbuf = realloc(tic->alias, n + strl);
102 tic->alias = nbuf;
103 memcpy(tic->alias + n, name, strl);
376 if (tic->alias == NULL)
379 alen = strlen(tic->alias) + 1;
402 _ti_encode_count_str(&cap, tic->alias, alen);
595 char *token, *p, *e, *name, *desc, *alias; local in function:_ti_compile
614 alias
[all...]
/src/usr.sbin/services_mkdb/
H A Dservices_mkdb.c189 char *name, *port, *proto, *aliases, *cp, *alias; local in function:parseservices
254 while ((alias = strsep(&aliases, " \t")) != NULL) {
255 if (alias[0] == '\0')
257 if (strlen(alias) > 255) {
258 warnx("%s, %zu: alias name too long `%s'",
259 fname, line, alias);
262 if (sl_find(s, alias) == NULL)
263 (void)sl_add(s, estrdup(alias));
/src/sys/arch/next68k/next68k/
H A Dautoconf.c78 const char *alias; member in struct:device_equiv
159 if (device_equiv->alias &&
160 strcmp(name, device_equiv->alias) == 0)
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerExtFunctionsWeakAlias.cpp26 RETURN_TYPE NAME FUNC_SIG __attribute__((weak, alias(#NAME "Def")));
/src/sys/arch/arm/samsung/
H A Dexynos_clock.h73 const char *alias; member in struct:exynos_clk

Completed in 27 milliseconds

12345