Searched refs:alias (Results 26 - 48 of 48) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Devp.h496 #define EVP_add_cipher_alias(n,alias) \
497 OBJ_NAME_add((alias),OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS,(n))
498 #define EVP_add_digest_alias(n,alias) \
499 OBJ_NAME_add((alias),OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS,(n))
500 #define EVP_delete_cipher_alias(alias) \
501 OBJ_NAME_remove(alias,OBJ_NAME_TYPE_CIPHER_METH|OBJ_NAME_ALIAS);
502 #define EVP_delete_digest_alias(alias) \
503 OBJ_NAME_remove(alias,OBJ_NAME_TYPE_MD_METH|OBJ_NAME_ALIAS);
H A Dobjects.h979 int alias; member in struct:obj_name_st
H A Dx509.h248 ASN1_UTF8STRING *alias; /* "friendly name" */ member in struct:x509_cert_aux_st
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/mm/
H A Dcache-sh3.c151 * Is this really worth it, or should we just alias this routine
219 * just alias it to __flush_purge_region(). dwmw2.
222 __attribute__((alias("__flush_purge_region")));
/asus-wl-520gu-7.0.1.45/src/router/samba/source/popt/
H A Dpopt.c466 /* XXX aliases with arg substitution need "--alias=arg" */
546 result of an alias expansion */
676 struct poptAlias * alias; local
684 alias = con->aliases + aliasNum;
686 alias->longName = (newAlias.longName)
689 alias->shortName = newAlias.shortName;
690 alias->argc = newAlias.argc;
691 alias->argv = newAlias.argv;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Ddcache.c234 * d_find_alias - grab a hashed alias of inode
237 * If inode has a hashed alias - acquire the reference to alias and
239 * there can be only one alias and it can be unhashed only if it has
246 struct dentry *alias; local
254 alias = list_entry(tmp, struct dentry, d_alias);
255 if (!list_empty(&alias->d_hash)) {
256 __dget_locked(alias);
258 return alias;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/vfat/
H A Dnamei.c421 * 1) Valid characters for the 8.3 format alias are any combination of
852 /* build the entry of 8.3 alias name */
987 struct dentry *alias; local
1008 alias = d_find_alias(inode);
1009 if (alias) {
1010 if (d_invalidate(alias)==0)
1011 dput(alias);
1014 return alias;
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dash.c48 /* This enables alias support in ash. If you want to support things
49 * like "alias ls='ls -l'" with ash, enable this. This is only useful
618 struct alias *ap; /* if push was associated with an alias */
1366 struct alias { struct
1367 struct alias *next;
1373 static struct alias *atab[ATABSIZE];
1376 static struct alias **hashalias (const char *);
1377 static struct alias *freealias (struct alias *);
[all...]
H A Dinterface.c181 char *alias; member in struct:aftrans_t
686 for (paft = aftrans; paft->alias; paft++) {
687 if (strcmp(tmp1, paft->alias))
700 if (!paft->alias) {
1067 if (*p == ':') { /* could be an alias */
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c196 char *alias; member in struct:aftrans_t
721 for (paft = aftrans; paft->alias; paft++) {
722 if (strcmp(tmp1, paft->alias))
735 if (!paft->alias) {
1102 if (*p == ':') { /* could be an alias */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Ddo_func.S437 bclrl #2,%d0 |alias denorm into norm
438 bclrl #2,%d1 |alias denorm into norm
H A Dfpsp.h160 .set WBTEMP_GRS,LV-40 | alias wbtemp guard, round, sticky
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dtraps.c559 unsigned long alias; local
564 alias = physaddr + (ecache_flush_size >> 1UL);
569 : "r" (physaddr), "r" (alias),
1025 /* We calculate alias addresses that will force the
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dobjects.h982 int alias; member in struct:obj_name_st
H A Dx509.h267 ASN1_UTF8STRING *alias; /* "friendly name" */ member in struct:x509_cert_aux_st
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y331 | alias
435 alias: label
439 stop("Re-definition of register alias",
1380 stop("Can't create alias info", EX_SOFTWARE);
1402 stop("Can't create alias info", EX_SOFTWARE);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/utils/
H A Dnet_rpc.c1033 &ctr.alias.info3.uni_acct_desc);
1084 &ctr.alias.info3.uni_acct_desc);
/asus-wl-520gu-7.0.1.45/src/linux/linux/mm/
H A Dfilemap.c247 * page cache and creates a buffer-cache alias to it causing
678 struct page *alias; local
681 alias = __find_page_nolock(mapping, offset, *hash);
684 if (!alias) {
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/api/
H A Dupnpapi.c816 * OUT char** alias: pointer to alias string
819 * This function determines alias for given name which is a file name
827 OUT char **alias )
839 *alias = name;
841 *alias = al;
966 // determine alias
1136 // prevent accidental removal of a non-existent alias
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Drpc_samr.h131 #define SAMR_UNKNOWN_2E 0x2e /* looks like an alias for SAMR_QUERY_DOMAIN_INFO */
1125 /* SAMR_Q_DELETE_DOM_ALIAS - delete domain alias */
1133 /* SAMR_R_DELETE_DOM_ALIAS - delete domain alias */
1142 /* SAMR_Q_CREATE_DOM_ALIAS - SAM create alias */
1154 /* SAMR_R_CREATE_DOM_ALIAS - SAM create alias */
1201 } alias; member in struct:alias_info_ctr
1205 /* SAMR_R_QUERY_ALIASINFO - SAM alias info */
1224 /* SAMR_R_SET_ALIASINFO - SAM alias info */
1593 /* SAMR_Q_QUERY_ALIASMEM - query alias members */
1601 /* SAMR_R_QUERY_ALIASMEM - query alias member
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_samr_nt.c1276 init_samr_alias_info1(&r_u->ctr.alias.info1, map.nt_name, 1, map.comment);
1281 init_samr_alias_info3(&r_u->ctr.alias.info3, map.comment);
2574 /* append the alias' RID to it */
3107 * return a list of alias (local groups)
3110 * and that's the alias in the domain specified
3452 DEBUG(10, ("_samr_del_aliasmem:invalid alias group\n"));
4120 update an alias's comment.
4144 unistr2_to_ascii(map.comment, &(ctr->alias.info3.uni_acct_desc), sizeof(map.comment)-1);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/doc/
H A Dip-cref.tex557 discriminated, so that the term {\em alias\/} is not quite appropriate
2968 \# If user gave loopback as device, we add the address as alias and exit.
3040 \# 2. Prohibit link local (alias, limited) broadcast.\\
3094 \# ---Device name. It may have alias suffix, separated by colon.\\
3145 \# Strip alias suffix separated by colon.
3172 echo "Cannot stop alias $ldev" 1>&2
3280 \# 2. Prohibit link local (alias, limited) broadcast.\\
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_samr.c3577 if(!samr_io_alias_info1("alias_info1", &ctr->alias.info1, ps, depth))
3581 if(!samr_io_alias_info3("alias_info3", &ctr->alias.info3, ps, depth))

Completed in 480 milliseconds

12