Searched refs:aliases (Results 26 - 50 of 54) sorted by relevance

123

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dpubkey.c233 const char **aliases = pubkey->aliases; local
236 while (ret && *aliases)
237 ret = stricmp (name, *aliases++);
376 name = pubkey->aliases? *pubkey->aliases : NULL;
1610 /* If aliases for the algorithm name exists, take the first one
1615 algo_name = pubkey->aliases? *pubkey->aliases : NULL;
1848 algo_name = pubkey->aliases
[all...]
H A Dcipher.c320 const char **aliases = cipher->aliases;
323 if (aliases)
324 for (i = 0; aliases[i] && (! ret); i++)
325 ret = ! stricmp (name, aliases[i]);
318 const char **aliases = cipher->aliases; local
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c276 * Verify name matches an alias in the provided aliases list.
278 * Within DNS there should be only one canonical name, aliases should
288 * NSS_SUCCESS indicates that the name is listed in the collected aliases.
363 char aliases[NS_MAXMSG]; /* set of aliases */ local
393 ap = apc = (char *)aliases;
498 (alen == 0 || name_is_alias(aliases, ans)
526 * several aliases but an alias should
601 /* append IP host aliases to results */
603 /* ip <SP> hostname [<SP>][aliases] */
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv167 order. Note that only the canonical names are listed; many aliases
169 and common aliases work, such as "latin1" for "ISO-8859-1", or "ibm850"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnglish.pm21 This module provides aliases for the built-in variables whose
H A Dcharnames.pm24 # aliases is implemented.
358 names and customized aliases. If C<:full> is present, for expansion of
365 specified order). Customized aliases are explained in L</CUSTOM ALIASES>.
426 or customized aliases to standard Unicode naming conventions (:full)
493 A few aliases have been defined for convenience: instead of having
H A Dopen.pm213 many encodings have several aliases. See L<Encode::Supported> for
H A DCwd.pm127 functions are all aliases for the C<cwd()> function, which, on Mac OS,
H A Dperl5db.pl414 Command aliases. Stored as character strings to be substituted for a command
2101 The debugger can create aliases for commands (these are stored in the
3146 Manipulates C<%alias> to add or list command aliases.
3154 # No args, get current aliases.
3192 # List aliases.
6856 B<\=> [I<alias> I<value>] Define a command alias, or list current aliases.
7031 B<\=> [I<alias> I<value>] Define a command alias, or list current aliases.
/osnet-11/usr/src/lib/libshell/
H A DMakefile.com52 data/aliases.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm19 our %Alias; # cached known aliases
320 You can override predefined aliases by simply applying define_alias().
331 If you want to zap all predefined aliases, you can use
H A DGuess.pm193 canonical names or aliases.
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c63 char * aliases[1]; member in struct:pvt
313 char *aliases[1]; local
319 he.h_aliases = aliases;
916 /* copy aliases */
1054 pvt->host.h_aliases = pvt->aliases;
1055 pvt->aliases[0] = NULL;
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamr_svc.c436 * number of users, groups, and aliases in a domain.
1792 param->aliases = (struct aliases_info *)NDR_MALLOC(mxa,
1795 if (param->aliases == NULL) {
1801 bzero(param->aliases, sizeof (struct aliases_info));
1809 param->aliases = (struct aliases_info *)NDR_MALLOC(mxa,
1812 if (param->aliases == NULL) {
1825 info = param->aliases->info;
1839 param->aliases->count = i;
1840 param->aliases->address = i;
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dcrypto.c138 if (!ciph->aliases)
140 for (alias = ciph->aliases; *alias; alias++)
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcrypto.h120 const char **aliases; member in struct:gcry_cipher_spec
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm190 are aliases)
204 and acotan/acot are aliases)
213 and cotanh/coth are aliases)
223 (acsch/acosech and acoth/acotanh are aliases)
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c912 diskp->aliases = NULL;
1074 ap = diskp->aliases;
1192 ap = diskp->aliases;
1653 aliasp->next = diskp->aliases;
1654 diskp->aliases = aliasp;
H A Ddisks_private.h110 alias_t *aliases; member in struct:disk
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.pm388 an alias. For encoding names and aliases, see L</"Defining Aliases">.
411 and aliases, see L</"Defining Aliases">. For CHECK, see
656 arguments are taken as aliases for I<$object>.
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c292 * and lower limit. The functions that handle rctl aliases step through
302 } aliases[] = { variable in typeref:struct:alias
4959 for (i = 0; aliases[i].shortname != NULL; i++)
4960 if (strcmp(name, aliases[i].shortname) == 0)
4963 if (aliases[i].shortname == NULL)
4966 if (!valid_uint(limitstr, limit) || *limit < aliases[i].low_limit)
7770 for (i = 0; aliases[i].shortname != NULL; i++)
7771 if (strcmp(name, aliases[i].shortname) == 0)
7774 if (aliases[i].shortname == NULL)
7786 (strcmp(savedname, aliases[
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm754 # Process all names. First is canonical, the rest are aliases.
1591 called I<aliases>.
1615 length|size|l name is "length", aliases are "size" and "l"
1630 option has aliases, this applies to the aliases as well.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL242 guarantee that a union is unpacked into all its aliases.
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c735 * End the list of all the aliases by NULL
737 * in the list of the host aliases
829 /* aliases */
973 /* End the list of all the aliases by NULL */
1044 /* aliases */
1184 /* End the list of all the aliases by NULL */
1254 /* aliases */
1406 /* End the list of all the aliases by NULL */
1482 /* aliases */
1638 /* End the list of all the aliases b
2071 char *t, *aliases; local
[all...]
H A Didsconfig.sh3993 _INDEX13="${LDAP_DOMAIN}.getmailent;${LDAP_DOMAIN}_mail_vlv_index;ou=aliases;objectClass=mailGroup"
4245 attributetypes: ( 1.3.18.0.2.4.1108 NAME 'printer-aliases' DESC 'Site-specific administrative names of this printer in addition the printer name specified for printer-name.' EQUALITY caseIgnoreMatch ORDERING caseIgnoreOrderingMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{127} )
4387 objectclasses: ( 1.3.18.0.2.6.253 NAME 'printerLPR' DESC 'LPR information.' SUP top AUXILIARY MUST printer-name MAY printer-aliases )
4913 aliases hosts services ethers profile printers projects \

Completed in 191 milliseconds

123