HomeSort by: relevance | last modified time | path
    Searched refs:alias (Results 1 - 25 of 104) sorted by relevancy

1 2 3 4 5

  /src/bin/sh/
alias.h 1 /* $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);
input.h 50 struct alias;
58 void pushstring(const char *, int, struct alias *);
alias.c 1 /* $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/
ypalias_init.h 3 const char *alias, *name; member in struct:ypalias
ypalias_init.c 87 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));
ypcat.c 93 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/
citrus_aliasname_local.h 33 __unaliasname(const char *dbname, const char *alias,
36 return _lookup_simple(dbname, alias,
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_interceptors_memintrinsics.cc 40 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/
cdefs_aout.h 21 #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,sym)
    [all...]
cdefs_elf.h 52 #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,sym)
    [all...]
  /src/sys/arch/or1k/include/
asm.h 100 #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/
parse_type_name.c 89 sink(sizeof(int(double) __symbolrename(alias)));
94 sink(sizeof(int (*)(double)__symbolrename(alias)));
  /src/sys/arch/amd64/include/
asm.h 127 #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/sys/arch/hppa/include/
asm.h 115 #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/
asm.h 90 * 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 = sy
    [all...]
  /src/sys/arch/vax/include/
asm.h 101 #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/
asm.h 229 #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/common/lib/libc/quad/
quad.h 62 #define ARM_EABI_ALIAS(alias,sym) __strong_alias(alias,sym);
64 #define ARM_EABI_ALIAS(alias,sym) /* nothing */
  /src/usr.bin/ypmatch/
ypmatch.c 72 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/
nb_lc_template.h 178 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/
compile.c 89 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 = strchr(name, '|')
    [all...]
  /src/usr.sbin/services_mkdb/
services_mkdb.c 189 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/
autoconf.c 78 const char *alias; member in struct:device_equiv
159 if (device_equiv->alias &&
160 strcmp(name, device_equiv->alias) == 0)
  /src/sys/arch/arm/samsung/
exynos_clock.h 71 const char *alias; member in struct:exynos_clk
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerExtFunctionsWeakAlias.cpp 26 RETURN_TYPE NAME FUNC_SIG __attribute__((weak, alias(#NAME "Def")));

Completed in 28 milliseconds

1 2 3 4 5