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

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/mod/
H A Dfile2alias.c1 /* Simple code to turn various tables in an ELF file into alias definitions.
78 char alias[500]; local
79 strcpy(alias, "usb:");
80 ADD(alias, "v", id->match_flags&USB_DEVICE_ID_MATCH_VENDOR,
82 ADD(alias, "p", id->match_flags&USB_DEVICE_ID_MATCH_PRODUCT,
85 strcat(alias, "d");
87 sprintf(alias + strlen(alias), "%0*X",
90 sprintf(alias + strlen(alias), "
181 do_ieee1394_entry(const char *filename, struct ieee1394_device_id *id, char *alias) argument
204 do_pci_entry(const char *filename, struct pci_device_id *id, char *alias) argument
246 do_ccw_entry(const char *filename, struct ccw_device_id *id, char *alias) argument
268 do_ap_entry(const char *filename, struct ap_device_id *id, char *alias) argument
276 do_serio_entry(const char *filename, struct serio_device_id *id, char *alias) argument
294 do_pnp_entry(const char *filename, struct pnp_device_id *id, char *alias) argument
302 do_pnp_card_entry(const char *filename, struct pnp_card_device_id *id, char *alias) argument
317 do_pcmcia_entry(const char *filename, struct pcmcia_device_id *id, char *alias) argument
354 do_of_entry(const char *filename, struct of_device_id *of, char *alias) argument
375 do_vio_entry(const char *filename, struct vio_device_id *vio, char *alias) argument
391 do_i2c_entry(const char *filename, struct i2c_device_id *i2c, char *alias) argument
400 do_input(char *alias, kernel_ulong_t *arr, unsigned int min, unsigned int max) argument
411 do_input_entry(const char *filename, struct input_device_id *id, char *alias) argument
453 do_eisa_entry(const char *filename, struct eisa_device_id *eisa, char *alias) argument
462 do_parisc_entry(const char *filename, struct parisc_device_id *id, char *alias) argument
497 char alias[500]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Delfgcchack.h69 extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias")));
79 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
91 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias")));
103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
139 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
151 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreatePushParserCtxt__internal_alias")));
163 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc __attribute((alias("htmlCtxtReadDoc__internal_alias")));
175 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd __attribute((alias("htmlCtxtReadFd__internal_alia
[all...]
H A DgenUnicode.py7 # NOTE: there is an 'alias' facility for blocks which are not present in
74 alias = string.split(block,':') variable
75 alist = string.split(alias[1],',')
78 if alias[0] not in BlockNames:
79 BlockNames[alias[0]] = []
81 BlockNames[alias[0]].append(r)
83 print "Alias %s: %s not in Blocks" % (alias[0], comp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_x509a.c77 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
96 if (!x || !x->aux || !x->aux->alias)
98 ASN1_UTF8STRING_free(x->aux->alias);
99 x->aux->alias = NULL;
103 if(!aux->alias && !(aux->alias = ASN1_UTF8STRING_new())) return 0;
104 return ASN1_STRING_set(aux->alias, name, len);
125 if(!x->aux || !x->aux->alias) return NULL;
126 if(len) *len = x->aux->alias->length;
127 return x->aux->alias
[all...]
H A Dt_x509a.c99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
100 aux->alias->data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dx_x509a.c77 ASN1_OPT(X509_CERT_AUX, alias, ASN1_UTF8STRING),
95 if(!aux->alias && !(aux->alias = ASN1_UTF8STRING_new())) return 0;
96 return ASN1_STRING_set(aux->alias, name, len);
109 if(!x->aux || !x->aux->alias) return NULL;
110 if(len) *len = x->aux->alias->length;
111 return x->aux->alias->data;
H A Dt_x509a.c99 if(aux->alias) BIO_printf(out, "%*sAlias: %s\n", indent, "",
100 aux->alias->data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalealias.c130 const char *alias; member in struct:alias_map
172 item.alias = name;
183 /* We really found an alias. Return the value. */
190 /* Perhaps we can find another alias file. */
223 static const char aliasfile[] = "/locale.alias";
261 char *alias; local
281 alias = cp++;
284 /* Terminate alias name. */
310 /* glibc's locale.alias contains entries for ja_JP and ko_KR
314 if (strchr (alias, '
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dpoptconfig.c11 struct poptAlias alias; local
38 if (!strcmp(entryType, "alias")) {
39 if (poptParseArgvString(line, &alias.argc, &alias.argv)) return;
40 alias.longName = longName, alias.shortName = shortName;
41 poptAddAlias(con, alias, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/vmstat/proc/
H A Dprocps.h58 // won't alias anything, and aligned enough for anything
103 // Like HIDDEN, but for an alias that gets created.
104 // In gcc-3.2 there is an alias+hidden conflict.
107 #define HIDDEN_ALIAS(x) extern __typeof(x) x##_direct __attribute__((alias(#x),visibility("hidden")))
109 #define HIDDEN_ALIAS(x) extern __typeof(x) x##_direct __attribute__((alias(#x)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dencoding.in.h172 const char *alias);
174 xmlDelEncodingAlias (const char *alias);
176 xmlGetEncodingAlias (const char *alias);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_REJECT.c15 const char *alias; member in struct:reject_names
50 printf(" %-25s\talias\n", reject_table[i].alias);
88 strncasecmp(reject_table[i].alias,
H A Dlibipt_REJECT.c22 const char *alias; member in struct:reject_names
63 printf(" %-25s\talias\n", reject_table[i].alias);
103 strncasecmp(reject_table[i].alias,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dencoding.h172 const char *alias);
174 xmlDelEncodingAlias (const char *alias);
176 xmlGetEncodingAlias (const char *alias);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dencoding.in.h172 const char *alias);
174 xmlDelEncodingAlias (const char *alias);
176 xmlGetEncodingAlias (const char *alias);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_REJECT.c18 const char *alias; member in struct:reject_names
45 printf(" %-25s\talias\n", reject_table[i].alias);
99 || (strncasecmp(reject_table[i].alias, optarg, strlen(optarg)) == 0)) {
H A Dlibipt_REJECT.c25 const char *alias; member in struct:reject_names
58 printf(" %-25s\talias\n", reject_table[i].alias);
113 || (strncasecmp(reject_table[i].alias, optarg, strlen(optarg)) == 0)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/groupdb/
H A Dmapping.c33 * listing alias members. So we store a list of alias SIDs a SID is member of
516 DOM_SID alias; local
518 if (!string_to_sid(&alias, string_sid))
521 add_sid_to_array_unique(&alias, sids, num);
547 static BOOL is_aliasmem(const DOM_SID *alias, const DOM_SID *member) argument
558 if (sid_compare(alias, &sids[i]) == 0) {
567 static NTSTATUS add_aliasmem(const DOM_SID *alias, const DOM_SID *member) argument
581 if (!get_group_map_from_sid(*alias, &map))
588 if (is_aliasmem(alias, membe
623 const DOM_SID *alias; member in struct:aliasmem_closure
643 DOM_SID alias, member; local
674 enum_aliasmem(const DOM_SID *alias, DOM_SID **sids, int *num) argument
702 del_aliasmem(const DOM_SID *alias, const DOM_SID *member) argument
1331 pdb_default_add_aliasmem(struct pdb_methods *methods, const DOM_SID *alias, const DOM_SID *member) argument
1337 pdb_default_del_aliasmem(struct pdb_methods *methods, const DOM_SID *alias, const DOM_SID *member) argument
1343 pdb_default_enum_aliasmem(struct pdb_methods *methods, const DOM_SID *alias, DOM_SID **members, int *num_members) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dplatform.c24 r platform_##f a __attribute__((weak, alias("__platform_"#f)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/objects/
H A Do_names.c154 int num=0,alias; local
159 alias=type&OBJ_NAME_ALIAS;
169 if ((ret->alias) && !alias)
184 int alias; local
188 alias=type&OBJ_NAME_ALIAS;
199 onp->alias=alias;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Do_names.c154 int num=0,alias; local
159 alias=type&OBJ_NAME_ALIAS;
169 if ((ret->alias) && !alias)
184 int alias; local
188 alias=type&OBJ_NAME_ALIAS;
199 onp->alias=alias;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mm/
H A Dc-sb1.c243 __attribute__((alias("local_sb1_flush_cache_page")));
269 __attribute__((alias("local_sb1_flush_cache_data_page")));
283 __attribute__((alias("local_sb1___flush_cache_all")));
291 __attribute__((alias("local_sb1___flush_cache_all")));
341 __attribute__((alias("local_sb1_flush_icache_range")));
368 __attribute__((alias("local_sb1_flush_cache_sigtramp")));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dnet_groupmap.c630 DOM_SID alias, member; local
633 !string_to_sid(&alias, argv[0]) ||
635 d_printf("Usage: net groupmap addmem alias-sid member-sid\n");
639 if (!pdb_add_aliasmem(&alias, &member)) {
640 d_printf("Could not add sid %s to alias %s\n",
650 DOM_SID alias, member; local
653 !string_to_sid(&alias, argv[0]) ||
655 d_printf("Usage: net groupmap delmem alias-sid member-sid\n");
659 if (!pdb_del_aliasmem(&alias, &member)) {
660 d_printf("Could not delete sid %s from alias
670 DOM_SID alias; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Ddcache.c129 * Walk the inode alias list, and find a dentry which has a given
130 * parent. ocfs2_dentry_attach_lock() wants to find _any_ alias as it
202 struct dentry *alias; local
221 alias = ocfs2_find_local_alias(inode, parent_blkno, 0);
222 if (alias) {
224 * Great, an alias exists, which means we must have a
226 * the alias and add it to the list.
234 dl = alias->d_fsdata;
286 dput(alias);
295 * alias lis
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddcache.c301 * d_find_alias - grab a hashed alias of inode
304 * that only a DISCONNECTED alias be returned.
306 * If inode has a hashed alias, or is a directory and has any alias,
307 * acquire the reference to alias and return it. Otherwise return NULL.
308 * Notice that if inode is a directory there can be only one alias and
312 * If the inode has an IS_ROOT, DCACHE_DISCONNECTED alias, then prefer
313 * any other hashed alias over that one unless @want_discon is set,
314 * in which case only return an IS_ROOT, DCACHE_DISCONNECTED alias.
320 struct dentry *alias, *discon_alia local
1010 struct dentry *alias; local
1621 __d_unalias(struct dentry *dentry, struct dentry *alias) argument
1710 struct dentry *alias; local
[all...]

Completed in 215 milliseconds

12345