| /dflybsd-src/contrib/grep/lib/ |
| H A D | cdefs.h | 174 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument 176 # define __REDIRECT_NTH(name, proto, alias) \ argument 177 name proto __THROW __asm__ (__ASMNAME (#alias)) 178 # define __REDIRECT_NTHNL(name, proto, alias) \ argument 179 name proto __THROWNL __asm__ (__ASMNAME (#alias)) 181 # define __REDIRECT_NTH(name, proto, alias) \ argument 182 name proto __asm__ (__ASMNAME (#alias)) __THROW 183 # define __REDIRECT_NTHNL(name, proto, alias) \ argument 184 name proto __asm__ (__ASMNAME (#alias)) __THROWNL 455 # define __LDBL_REDIR1(name, proto, alias) __REDIRECT (name, proto, alias) argument [all …]
|
| /dflybsd-src/bin/sh/ |
| H A D | alias.c | 53 static struct alias *atab[ATABSIZE]; 58 static struct alias **hashalias(const char *); 64 struct alias *ap, **app; in setalias() 69 ap = ckmalloc(sizeof (struct alias)); in setalias() 80 freealias(struct alias *ap) in freealias() 90 struct alias *ap, **app; in unalias() 122 struct alias *ap, **app; in rmaliases() 143 struct alias * 146 struct alias *ap; in lookupalias() 164 const struct alias *const *a1 = p1; in comparealiases() [all …]
|
| /dflybsd-src/tools/regression/bin/sh/builtins/ |
| H A D | alias3.0 | 5 alias foo=bar 6 alias bar= 7 alias quux="1 2 3" 8 alias foo=bar 9 alias bar= 10 alias quux="1 2 3" 11 alias 12 alias foo
|
| H A D | alias.0 | 1 # $FreeBSD: head/bin/sh/tests/builtins/alias.0 190285 2009-03-22 21:12:00Z stefanf $ 5 alias foo=bar 6 alias bar= 7 alias quux="1 2 3" 8 alias 9 alias foo
|
| /dflybsd-src/libexec/dma/ |
| H A D | aliases_parse.y | 37 struct alias *alias; member 45 %type <alias> alias aliases 58 | alias aliases 68 alias : T_IDENT ':' dests '\n' 70 struct alias *al; 77 al->alias = $1;
|
| /dflybsd-src/share/skel/ |
| H A D | dot.shrc | 27 alias h='fc -l' 28 alias j=jobs 29 alias m="$PAGER" 30 alias ll='ls -laFo' 31 alias l='ls -l' 32 alias g='egrep -i' 35 # alias cp='cp -ip' 36 # alias mv='mv -i' 37 # alias rm='rm -i'
|
| /dflybsd-src/sys/net/ipfw3_nat/ |
| H A D | ip_fw3_nat.c | 185 struct cfg_alias *alias; in ip_fw3_nat() local 193 LIST_FOREACH(alias, &nat->alias, next) { in ip_fw3_nat() 194 if (alias->ip.s_addr == ntohl(args->f_id.dst_ip)) { in ip_fw3_nat() 198 if (alias == NULL) { in ip_fw3_nat() 204 s2 = alias->tcp_in[*old_port - ALIAS_BEGIN]; in ip_fw3_nat() 209 s2 = alias->udp_in[*old_port - ALIAS_BEGIN]; in ip_fw3_nat() 215 s2 = alias->icmp_in[*old_port]; in ip_fw3_nat() 262 LIST_FOREACH(alias, &nat->alias, next) { in ip_fw3_nat() 279 s->alias_addr = alias->ip.s_addr; in ip_fw3_nat() 295 s->alias_addr = alias->ip.s_addr; in ip_fw3_nat() [all …]
|
| /dflybsd-src/lib/libc/net/ |
| H A D | getnetnamadr.c | 131 char **alias; in net_marshal_func() local 158 for (alias = ne->n_aliases; *alias; ++alias) { in net_marshal_func() 159 desired_size += strlen(*alias) + 1; in net_marshal_func() 194 for (alias = new_ne.n_aliases; *alias; ++alias) { in net_marshal_func() 195 size = strlen(*alias); in net_marshal_func() 196 memcpy(p, *alias, size); in net_marshal_func() 197 *alias = p; in net_marshal_func() 219 char **alias; in net_unmarshal_func() local 261 for (alias = ne->n_aliases; *alias; ++alias) in net_unmarshal_func() 262 NS_APPLY_OFFSET(*alias, orig_buf, p, char *); in net_unmarshal_func()
|
| H A D | getprotoent.c | 152 char **alias; in __proto_marshal_func() local 178 for (alias = proto->p_aliases; *alias; ++alias) { in __proto_marshal_func() 179 desired_size += strlen(*alias) + 1; in __proto_marshal_func() 214 for (alias = new_proto.p_aliases; *alias; ++alias) { in __proto_marshal_func() 215 size = strlen(*alias); in __proto_marshal_func() 216 memcpy(p, *alias, size); in __proto_marshal_func() 217 *alias = p; in __proto_marshal_func() 238 char **alias; in __proto_unmarshal_func() local 279 for (alias = proto->p_aliases; *alias; ++alias) in __proto_unmarshal_func() 280 NS_APPLY_OFFSET(*alias, orig_buf, p, char *); in __proto_unmarshal_func()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | varpool.c | 327 if (real_node->alias && real_node->definition) in ctor_useable_for_folding_p() 443 || (node->alias && node->get_alias_target () == real_node) in ctor_for_folding() 531 if (alias) in analyze() 547 varpool_node *alias = dyn_cast <varpool_node *> (ref->referring); in assemble_aliases() local 548 if (!alias->transparent_alias) in assemble_aliases() 549 do_assemble_alias (alias->decl, in assemble_aliases() 551 alias->assemble_aliases (); in assemble_aliases() 562 if (alias) in assemble_decl() 672 || vnode->alias) in remove_unreferenced_decls() 678 while (vnode && vnode->alias && vnode->definition) in remove_unreferenced_decls() [all …]
|
| H A D | symtab.c | 62 ultimate_transparent_alias_target (tree alias) in ultimate_transparent_alias_target() argument 64 tree target = alias; in ultimate_transparent_alias_target() 293 tree alias = (IDENTIFIER_TRANSPARENT_ALIAS (DECL_ASSEMBLER_NAME (decl)) in change_decl_assembler_name() local 305 if (alias) in change_decl_assembler_name() 308 TREE_CHAIN (name) = alias; in change_decl_assembler_name() 320 struct symtab_node *alias = ref->referring; in change_decl_assembler_name() local 321 if (alias->transparent_alias && !alias->weakref in change_decl_assembler_name() 324 DECL_ASSEMBLER_NAME (alias->decl)))) in change_decl_assembler_name() 325 change_decl_assembler_name (alias->decl, name); in change_decl_assembler_name() 326 else if (alias->transparent_alias in change_decl_assembler_name() [all …]
|
| H A D | ipa-icf.c | 1073 cgraph_node *alias = alias_func->get_node (); in merge() local 1084 bool alias_address_matters = alias->address_matters_p (); in merge() 1086 if (DECL_EXTERNAL (alias->decl)) in merge() 1094 != DECL_NO_INLINE_WARNING_P (alias->decl)) in merge() 1106 || (DECL_SECTION_NAME (alias->decl) && !alias->implicit_section)) in merge() 1107 && DECL_SECTION_NAME (original->decl) != DECL_SECTION_NAME (alias->decl)) in merge() 1116 if (!original->in_same_comdat_group_p (alias) in merge() 1153 && (!DECL_COMDAT_GROUP (alias->decl) in merge() 1154 || (DECL_COMDAT_GROUP (alias->decl) in merge() 1158 || DECL_COMDAT_GROUP (alias->decl) != DECL_COMDAT_GROUP (original->decl)) in merge() [all …]
|
| H A D | cgraphunit.c | 397 alias = false; in reset() 621 cgraph_node *t = cgraph_node::get (thunk.alias); in analyze() 629 if (t->alias) in analyze() 637 thunk.alias = NULL; in analyze() 640 thunk.alias = NULL; in analyze() 642 if (alias) in analyze() 781 && (node->definition && !node->alias)) in process_function_and_variable_attributes() 1121 && !cnode->alias in analyze_functions() 1140 || edge->callee->alias in analyze_functions() 1204 || node->alias in analyze_functions() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | varpool.c | 477 if (node->alias && node->alias_of) in varpool_analyze_pending_decls() 482 for (n = tgt; n && n->alias; in varpool_analyze_pending_decls() 487 node->alias = false; in varpool_analyze_pending_decls() 546 struct varpool_node *alias = ipa_ref_refering_varpool_node (ref); in assemble_aliases() local 547 assemble_alias (alias->decl, in assemble_aliases() 548 DECL_ASSEMBLER_NAME (alias->alias_of)); in assemble_aliases() 549 assemble_aliases (alias); in assemble_aliases() 560 && !node->alias in varpool_assemble_decl() 626 && !node->alias in varpool_finalize_named_section_flags() 723 varpool_create_variable_alias (tree alias, tree decl) in varpool_create_variable_alias() argument [all …]
|
| H A D | cgraphunit.c | 476 || e->callee->former_clone_of != node->thunk.alias)) in verify_edge_corresponds_to_fndecl() 484 || !clone_of_p (cgraph_get_node (node->thunk.alias), e->callee))) in verify_edge_corresponds_to_fndecl() 662 if (node->analyzed && node->alias) in verify_cgraph_node() 842 if (node->alias && node->thunk.alias) in cgraph_analyze_function() 844 struct cgraph_node *tgt = cgraph_get_node (node->thunk.alias); in cgraph_analyze_function() 847 for (n = tgt; n && n->alias; in cgraph_analyze_function() 852 node->alias = false; in cgraph_analyze_function() 859 DECL_VIRTUAL_P (node->decl) = DECL_VIRTUAL_P (node->thunk.alias); in cgraph_analyze_function() 861 = DECL_DECLARED_INLINE_P (node->thunk.alias); in cgraph_analyze_function() 863 = DECL_DISREGARD_INLINE_LIMITS (node->thunk.alias); in cgraph_analyze_function() [all …]
|
| /dflybsd-src/crypto/libressl/crypto/asn1/ |
| H A D | x_x509a.c | 93 .offset = offsetof(X509_CERT_AUX, alias), 163 if (!x || !x->aux || !x->aux->alias) in X509_alias_set1() 165 ASN1_UTF8STRING_free(x->aux->alias); in X509_alias_set1() 166 x->aux->alias = NULL; in X509_alias_set1() 171 if (!aux->alias && !(aux->alias = ASN1_UTF8STRING_new())) in X509_alias_set1() 173 return ASN1_STRING_set(aux->alias, name, len); in X509_alias_set1() 197 if (!x->aux || !x->aux->alias) in X509_alias_get0() 200 *len = x->aux->alias->length; in X509_alias_get0() 201 return x->aux->alias->data; in X509_alias_get0()
|
| /dflybsd-src/usr.sbin/nscd/agents/ |
| H A D | services.c | 50 char **alias; in services_marshal_func() local 64 for (alias = serv->s_aliases; *alias; ++alias) { in services_marshal_func() 65 desired_size += strlen(*alias) + 1; in services_marshal_func() 107 for (alias = new_serv.s_aliases; *alias; ++alias) { in services_marshal_func() 108 size = strlen(*alias); in services_marshal_func() 109 memcpy(p, *alias, size); in services_marshal_func() 110 *alias = p; in services_marshal_func()
|
| /dflybsd-src/sys/vfs/devfs/ |
| H A D | devfs_core.c | 986 struct devfs_alias *alias; in devfs_make_alias() local 991 alias = kmalloc(sizeof(struct devfs_alias), M_DEVFS, M_WAITOK); in devfs_make_alias() 992 alias->name = kstrdup(name, M_DEVFS); in devfs_make_alias() 993 alias->namlen = len; in devfs_make_alias() 994 alias->dev_target = dev_target; in devfs_make_alias() 996 devfs_msg_send_generic(DEVFS_MAKE_ALIAS, alias); in devfs_make_alias() 1008 struct devfs_alias *alias; in devfs_destroy_alias() local 1013 alias = kmalloc(sizeof(struct devfs_alias), M_DEVFS, M_WAITOK); in devfs_destroy_alias() 1014 alias->name = kstrdup(name, M_DEVFS); in devfs_destroy_alias() 1015 alias->namlen = len; in devfs_destroy_alias() [all …]
|
| /dflybsd-src/contrib/gdb-7/gdb/ |
| H A D | cp-namespace.c | 129 const char *alias, in cp_add_using_directive() argument 149 if ((alias == NULL && current->alias != NULL) in cp_add_using_directive() 150 || (alias != NULL && current->alias == NULL) in cp_add_using_directive() 151 || (alias != NULL && current->alias != NULL in cp_add_using_directive() 152 && strcmp (alias, current->alias) != 0)) in cp_add_using_directive() 189 if (alias != NULL && copy_names) in cp_add_using_directive() 190 new->alias = obstack_copy0 (obstack, alias, strlen (alias)); in cp_add_using_directive() 192 new->alias = alias; in cp_add_using_directive() 362 && strcmp (name, current->alias in cp_lookup_symbol_imports() 363 ? current->alias : current->declaration) == 0) in cp_lookup_symbol_imports() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | method.c | 214 tree alias = build_decl (DECL_SOURCE_LOCATION (target), in make_alias_for() local 216 DECL_LANG_SPECIFIC (alias) = DECL_LANG_SPECIFIC (target); in make_alias_for() 217 cxx_dup_lang_specific_decl (alias); in make_alias_for() 218 DECL_CONTEXT (alias) = NULL; in make_alias_for() 219 TREE_READONLY (alias) = TREE_READONLY (target); in make_alias_for() 220 TREE_THIS_VOLATILE (alias) = TREE_THIS_VOLATILE (target); in make_alias_for() 221 TREE_PUBLIC (alias) = 0; in make_alias_for() 222 DECL_INTERFACE_KNOWN (alias) = 1; in make_alias_for() 223 if (DECL_LANG_SPECIFIC (alias)) in make_alias_for() 225 DECL_NOT_REALLY_EXTERN (alias) = 1; in make_alias_for() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libgomp/ |
| H A D | loop.c | 643 __attribute__((alias ("GOMP_parallel_loop_dynamic"))); 645 __attribute__((alias ("GOMP_parallel_loop_guided"))); 715 __attribute__((alias ("gomp_loop_static_start"))); 717 __attribute__((alias ("gomp_loop_dynamic_start"))); 719 __attribute__((alias ("gomp_loop_guided_start"))); 721 __attribute__((alias ("gomp_loop_dynamic_start"))); 723 __attribute__((alias ("gomp_loop_guided_start"))); 726 __attribute__((alias ("gomp_loop_ordered_static_start"))); 728 __attribute__((alias ("gomp_loop_ordered_dynamic_start"))); 730 __attribute__((alias ("gomp_loop_ordered_guided_start"))); [all …]
|
| H A D | loop_ull.c | 564 __attribute__((alias ("gomp_loop_ull_static_start"))); 566 __attribute__((alias ("gomp_loop_ull_dynamic_start"))); 568 __attribute__((alias ("gomp_loop_ull_guided_start"))); 570 __attribute__((alias ("gomp_loop_ull_dynamic_start"))); 572 __attribute__((alias ("gomp_loop_ull_guided_start"))); 575 __attribute__((alias ("gomp_loop_ull_ordered_static_start"))); 577 __attribute__((alias ("gomp_loop_ull_ordered_dynamic_start"))); 579 __attribute__((alias ("gomp_loop_ull_ordered_guided_start"))); 582 __attribute__((alias ("gomp_loop_ull_doacross_static_start"))); 584 __attribute__((alias ("gomp_loop_ull_doacross_dynamic_start"))); [all …]
|
| /dflybsd-src/tools/regression/bin/sh/expansion/ |
| H A D | cmdsubst10.0 | 3 a1=$(alias) 4 : $(alias testalias=abcd) 5 a2=$(alias) 8 alias testalias2=abcd 9 a1=$(alias) 11 a2=$(alias)
|
| /dflybsd-src/contrib/tcsh-6/nls/finnish/ |
| H A D | set22 | 3 1 %S: \t on alias komennolle 5 3 Virheellinen alias 'precmd' poistettu.\n 6 4 Virheellinen alias 'cwdcmd' poistettu.\n 7 5 Virheellinen alias 'beepcmd' poistettu.\n 8 6 Virheellinen alias 'periodic' poistettu.\n
|
| /dflybsd-src/contrib/tcsh-6/nls/french/ |
| H A D | set22 | 3 1 %S: \t a comme alias 5 3 Erreur alias 'precmd' enlevé.\n 6 4 Erreur alias 'cwdcmd' enlevé.\n 7 5 Erreur alias 'beepcmd' enlevé.\n 8 6 Erreur alias 'periodic' enlevé.\n
|