Searched refs:Alias (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/lib/ |
H A D | aliases | 41 # Alias for mailer daemon; returned messages from our MAILER-DAEMON 65 # Alias for distribution list, members specified here: 68 # Alias for distribution list, members specified elsewhere: 71 # Alias for a person, so they can receive mail by several names:
|
/titanic_50/usr/src/ucbcmd/tset/ |
H A D | tset.c | 417 char *Alias[16]; variable 791 if (!(Alias[0] && isalias(TtyType))) in main() 824 if (!(Alias[0] && isalias(TtyType))) { in main() 838 Alias[0] = '\0'; in main() 1005 if (sequal(TtyType, Alias[0]) && Alias[1]) { in main() 1006 TtyType = Alias[1]; in main() 1343 Alias[0] = a = Aliasbuf; in makealias() 1349 Alias[i++] = a; in makealias() 1355 Alias[i] = NULL; in makealias() 1357 for (i = 0; Alias[i]; printf("A:%s\n", Alias[i++])) in makealias() [all …]
|
/titanic_50/usr/src/tools/scripts/ |
H A D | find_elf.pl | 375 foreach my $Alias (sort keys %alias_hash) { 376 my $id = $alias_hash{$Alias}; 379 my $str = "ALIAS $id_hash{$id}\t$Alias\n";
|
H A D | interface_check.pl | 117 my($BasePath, $RelPath, $Class, $Type, $Verdef, $Alias) = @_; 331 print INTFILE $Alias if ($Alias ne '');
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | mapfile-vers | 267 ps_pdread { FLAGS = NODYNSORT }; # Alias of ps_pread 268 ps_pdwrite { FLAGS = NODYNSORT }; # Alias of ps_pwrite 274 ps_ptread { FLAGS = NODYNSORT }; # Alias of ps_pread 275 ps_ptwrite { FLAGS = NODYNSORT }; # Alias of ps_pwrite
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.msg | 99 @ MSG_SHN_X86_64_LCOMMON_CF "SHN_X86_64_LCOMMON" # Alias: SHN_AMD64_LCOMMON
|
H A D | sections.msg | 236 @ MSG_SHF_X86_64_LARGE_CF "SHF_X86_64_LARGE" # Alias: SHF_AMD64_LARGE
|
/titanic_50/usr/src/lib/iconv_modules/utf-8/ |
H A D | alias | 23 # Alias Canonical
|
/titanic_50/usr/src/uts/common/smbsrv/ndl/ |
H A D | samrpc.ndl | 181 * Alias Access Mask values for SAMR
|
/titanic_50/usr/src/cmd/lp/model/ |
H A D | standard | 816 echo "#####${WIDE_CS} Alias: ${ALIAS_USERNAME}${NORM_CS}${NL}\c"
|
H A D | tsol_standard | 833 echo "#####${WIDE_CS} Alias: ${ALIAS_USERNAME}${NORM_CS}${NL}\c"
|
H A D | tsol_standard_foomatic | 861 echo "#####${WIDE_CS} Alias: ${ALIAS_USERNAME}${NORM_CS}${NL}\c"
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | sh.memo | 1783 Alias substitutions take place during this phase. 2552 Alias and function names are not passed down to shell scripts 2729 Alias substitutions occur first as part of the reading of commands.
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 1452 the deletion of Alias AML namespace objects. The problem affected both 3560 the Create* field, Alias, and Scope operators: 3563 2) Alias - implement missing External support 5211 Fixed a problem with references to Alias objects within Package Objects. 5213 reference to an Alias within the definition of a Package was not always 5998 iASL: Fixed a problem with the use of the Alias operator and Resource 6856 references from the Alias operator itself. ACPICA BZ 738. 7826 Fixed a problem with the Alias operator when the target of the alias is a 8896 disassembly of some Alias operators. 9452 Fixed a problem where Alias ASL operators are sometimes not correctly [all …]
|