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

1234567891011>>

/freebsd-11-stable/bin/sh/
H A Dalias.h32 * @(#)alias.h 8.2 (Berkeley) 5/4/95
38 struct alias { struct
39 struct alias *next;
45 struct alias *lookupalias(const char *, int);
H A Dinput.h47 struct alias;
55 void pushstring(const char *, int, struct alias *);
H A Dalias.c35 static char sccsid[] = "@(#)alias.c 8.3 (Berkeley) 5/4/95";
47 #include "alias.h"
53 static struct alias *atab[ATABSIZE];
58 static struct alias **hashalias(const char *);
64 struct alias *ap, **app;
78 ap = ckmalloc(sizeof (struct alias));
91 struct alias *ap, **app;
98 * if the alias is currently in use (i.e. its
125 struct alias *ap, *tmp;
144 struct alias *
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dunwind-compat.h34 #define alias(name) \ macro
35 __typeof(name) __libunwind##name __attribute__ ((alias (#name)))
/freebsd-11-stable/lib/libc/iconv/
H A Dcitrus_aliasname_local.h34 __unaliasname(const char *dbname, const char *alias, argument
38 return (_lookup_simple(dbname, alias,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DWeak.h25 IdentifierInfo *alias; // alias (optional) member in class:clang::WeakInfo
30 : alias(nullptr), loc(SourceLocation()), used(false) {}
32 : alias(Alias), loc(Loc), used(false) {}
33 inline IdentifierInfo * getAlias() const { return alias; }
38 return alias == RHS.getAlias() && loc == RHS.getLocation();
/freebsd-11-stable/lib/libc/include/
H A Dcompat.h49 #define __weak_reference(sym,alias) \
50 .weak alias;.equ alias,sym
/freebsd-11-stable/contrib/dma/
H A Daliases_parse.y33 struct alias *alias;
41 %type <alias> alias aliases
54 | alias aliases
64 alias : T_IDENT ':' dests '\n' label
66 struct alias *al;
73 al->alias = $1;
/freebsd-11-stable/usr.bin/mkimg/
H A Dscheme.c46 enum alias alias; member in struct:__anon8648
69 static enum alias
77 return (scheme_alias[idx].alias);
148 enum alias alias; local
152 /* Check the partition type alias */
153 alias = scheme_parse_alias(p->alias);
154 if (alias
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.cpp39 extern "C" decltype(__asan_memcpy) memcpy[[gnu::alias("__asan_memcpy")]];
40 extern "C" decltype(__asan_memmove) memmove[[gnu::alias("__asan_memmove")]];
41 extern "C" decltype(__asan_memset) memset[[gnu::alias("__asan_memset")]];
/freebsd-11-stable/sys/riscv/include/
H A Dasm.h57 #define WEAK_REFERENCE(sym, alias) \
58 .weak alias; \
59 .set alias,sym
/freebsd-11-stable/sys/i386/include/
H A Dasm.h94 * WEAK_REFERENCE(): create a weak reference alias from sym.
100 #define WEAK_REFERENCE(sym, alias) \
101 .weak CNAME(alias); \
102 .equ CNAME(alias),CNAME(sym)
105 * STRONG_ALIAS: create a strong alias.
107 #define STRONG_ALIAS(alias,sym) \
108 .globl alias; \
109 alias = sym
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_x509a.c78 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
98 if (!x || !x->aux || !x->aux->alias)
100 ASN1_UTF8STRING_free(x->aux->alias);
101 x->aux->alias = NULL;
106 if (!aux->alias && !(aux->alias = ASN1_UTF8STRING_new()))
108 return ASN1_STRING_set(aux->alias, name, len);
130 if (!x->aux || !x->aux->alias)
133 *len = x->aux->alias->length;
134 return x->aux->alias
[all...]
H A Dt_x509a.c106 if (aux->alias)
107 BIO_printf(out, "%*sAlias: %.*s\n", indent, "", aux->alias->length,
108 aux->alias->data);
/freebsd-11-stable/contrib/tcsh/
H A Dtc.func.c307 /* alias(&cmd); */
824 * Added precmd(), which checks for the alias
825 * precmd in aliases. If it's there, the alias
838 xprintf("%s", CGETS(22, 3, "Faulty alias 'precmd' removed.\n"));
856 xprintf("%s", CGETS(22, 3, "Faulty alias 'postcmd' removed.\n"));
880 xprintf("%s", CGETS(22, 4, "Faulty alias 'cwdcmd' removed.\n"));
902 xprintf("%s", CGETS(22, 5, "Faulty alias 'beepcmd' removed.\n"));
916 * Added period_cmd(), which executes the alias "periodic" every
931 xprintf("%s", CGETS(22, 6, "Faulty alias 'periodic' removed.\n"));
971 xprintf("%s", CGETS(22, 14, "Faulty alias 'jobcm
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DLangStandards.cpp32 #define LANGSTANDARD_ALIAS(id, alias) .Case(alias, lang_##id)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dt_servent.sh97 alias="$@"
99 $name $port $proto "$alias"
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dalias.c3 * \file alias.c
11 * This routine will forward an option alias to the correct option code.
56 * what: relay an option to its alias
59 * arg: + unsigned int + alias + the aliased-to option index +
67 optionAlias(tOptions * opts, tOptDesc * old_od, unsigned int alias) argument
74 new_od = opts->pOptDesc + alias;
75 if ((unsigned)opts->optCt <= alias) {
116 * end of autoopts/alias.c */
/freebsd-11-stable/sys/amd64/include/
H A Dasm.h81 * WEAK_REFERENCE(): create a weak reference alias from sym.
86 #define WEAK_REFERENCE(sym, alias) \
87 .weak CNAME(alias); \
88 .equ CNAME(alias),CNAME(sym)
/freebsd-11-stable/sys/sparc64/include/
H A Dasm.h106 * WEAK_REFERENCE(): create a weak reference alias from sym.
111 #define WEAK_REFERENCE(sym, alias) \
112 .weak CNAME(alias); \
113 .equ CNAME(alias),CNAME(sym)
/freebsd-11-stable/sys/arm64/include/
H A Dasm.h48 #define WEAK_REFERENCE(sym, alias) \
49 .weak alias; \
50 .set alias,sym
/freebsd-11-stable/stand/efi/libefi/
H A Dhandles.c35 EFI_HANDLE alias; member in struct:entry
58 entry[idx].alias = aliases[unit];
60 entry[idx].alias = NULL;
88 if (entry[idx].handle != h && entry[idx].alias != h)
112 entry[idx].alias = NULL;
/freebsd-11-stable/usr.sbin/nscd/agents/
H A Dservices.c53 char **alias; local
67 for (alias = serv->s_aliases; *alias; ++alias) {
68 desired_size += strlen(*alias) + 1;
110 for (alias = new_serv.s_aliases; *alias; ++alias) {
111 size = strlen(*alias);
112 memcpy(p, *alias, siz
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dgcov.cpp89 cl::alias AllBlocksA("all-blocks", cl::aliasopt(AllBlocks));
93 cl::alias BranchProbA("branch-probabilities", cl::aliasopt(BranchProb));
98 cl::alias BranchCountA("branch-counts", cl::aliasopt(BranchCount));
102 cl::alias LongNamesA("long-file-names", cl::aliasopt(LongNames));
106 cl::alias FuncSummaryA("function-summaries", cl::aliasopt(FuncSummary));
110 cl::alias NoOutputA("no-output", cl::aliasopt(NoOutput));
115 cl::alias ObjectDirA("object-directory", cl::aliasopt(ObjectDir));
116 cl::alias ObjectDirB("object-file", cl::aliasopt(ObjectDir));
120 cl::alias PreservePathsA("preserve-paths", cl::aliasopt(PreservePaths));
125 cl::alias UncondBranch
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dmethod.c262 /* Create a static alias to function. */
267 tree alias = build_decl (FUNCTION_DECL, newid, TREE_TYPE (function));
268 DECL_LANG_SPECIFIC (alias) = DECL_LANG_SPECIFIC (function);
269 cxx_dup_lang_specific_decl (alias);
270 DECL_CONTEXT (alias) = NULL;
271 TREE_READONLY (alias) = TREE_READONLY (function);
272 TREE_THIS_VOLATILE (alias) = TREE_THIS_VOLATILE (function);
273 TREE_PUBLIC (alias) = 0;
274 DECL_INTERFACE_KNOWN (alias) = 1;
275 DECL_NOT_REALLY_EXTERN (alias)
266 tree alias = build_decl (FUNCTION_DECL, newid, TREE_TYPE (function)); local
301 tree alias; local
322 tree a, t, function, alias; local
[all...]

Completed in 187 milliseconds

1234567891011>>