/osnet-11/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_error.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 32 * Not currently providing name equivalents of dtrace_errno, only the error 44 const char *name = NULL; local 48 name = "DTRACEFLT_BADADDR"; 51 name = "DTRACEFLT_BADALIGN"; 54 name = "DTRACEFLT_ILLOP"; 57 name = "DTRACEFLT_DIVZERO"; 60 name = "DTRACEFLT_NOSCRATCH"; 63 name = "DTRACEFLT_KPRIV"; 66 name [all...] |
/osnet-11/usr/src/lib/libparted/common/lib/ |
H A D | quote.h | 20 char const *quote_n (int n, char const *name); 21 char const *quote (char const *name);
|
H A D | quote.c | 29 quote_n (int n, char const *name) argument 31 return quotearg_n_style (n, locale_quoting_style, name); 37 quote (char const *name) argument 39 return quote_n (0, name);
|
H A D | basename-lgpl.c | 1 /* basename.c -- return the last element in a file name 25 /* Return the address of the last file name component of NAME. If 26 NAME has no relative file name components because it is a file 30 last_component (char const *name) argument 32 char const *base = name + FILE_SYSTEM_PREFIX_LEN (name); 58 base_len (char const *name) argument 61 size_t prefix_len = FILE_SYSTEM_PREFIX_LEN (name); 63 for (len = strlen (name); 1 < len && ISSLASH (name[le [all...] |
/osnet-11/usr/src/lib/c_synonyms/amd64/ |
H A D | synonyms.s | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 29 #define SYN(name) \ 31 .globl name; \ 32 .globl _/**/name; \ 33 .type _/**/name, @function; \ 34 _/**/name: \ 35 movq name@GOTPCREL(%rip), %rax; \ 37 .size _/**/name, [. - _/**/name] 39 #define SYN2(name) \ [all...] |
/osnet-11/usr/src/lib/c_synonyms/sparc/ |
H A D | synonyms.s | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 29 #define SYN(name) \ 31 .global name; \ 32 .global _/**/name; \ 33 .type _/**/name, #function; \ 34 _/**/name: \ 36 call name; \ 38 .size _/**/name, (. - _/**/name) 40 #define SYN2(name) \ [all...] |
/osnet-11/usr/src/lib/c_synonyms/sparcv9/ |
H A D | synonyms.s | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 29 #define SYN(name) \ 31 .global name; \ 32 .global _/**/name; \ 33 .type _/**/name, #function; \ 34 _/**/name: \ 36 call name; \ 38 .size _/**/name, (. - _/**/name) 40 #define SYN2(name) \ [all...] |
/osnet-11/usr/src/lib/c_synonyms/i386/ |
H A D | synonyms.s | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 29 #define SYN(name) \ 31 .globl name; \ 32 .globl _/**/name; \ 33 .type _/**/name, @function; \ 34 _/**/name: \ 38 movl name@GOT(%eax), %eax; \ 40 .size _/**/name, [. - _/**/name] 42 #define SYN2(name) \ [all...] |
/osnet-11/usr/src/lib/libc/i386/inc/ |
H A D | SYS.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 49 #define _fref_(name) name@PLT 50 #define _daref_(name) name@GOT(%ebx) 51 #define _sref_(name) name@GOTOFF(%ebx) 65 #define __SYSCALLINT(name) \ 67 movl $SYS_/**/name, %eax; \ 74 #define __SYSENTER(name) \ [all...] |
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | setterm.c | 18 * information: Portions Copyright [yyyy] [name of copyright owner] 49 setterm(char *name) argument 51 return (setupterm(name, 1, (int *) NULL));
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/ |
H A D | Descriptions.pm | 6 my %name; 8 sub name { subroutine 9 return $name{$_[2]}||*{$_[1]}{NAME}; 13 $name{$_[2]} = $_[4]; 17 print STDERR "Purpose of ", &name, " is $_[4]\n"; 21 print STDERR &name, " measured in $_[4]\n";
|
/osnet-11/usr/src/lib/libc/amd64/inc/ |
H A D | SYS.h | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 39 #define _fref_(name) name@PLT 40 #define _daref_(name) name@GOTPCREL(%rip) 41 #define _sref_(name) name(%rip) 54 #define __SYSCALL(name) \ 57 movl $SYS_/**/name, %eax; \ 60 #define SYSTRAP_RVAL1(name) __SYSCAL [all...] |
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,SUN-FIRE-X4270-M2-SERVER/ |
H A D | SUN-FIRE-X4270-M2-SERVER-disk-hc-topology.xmlgen | 18 # information: Portions Copyright [yyyy] [name of copyright owner] 30 <topology name='disk' scheme='hc'> 31 <range name='bay' min='0' max='11'> 32 <enum-method name='ses' version='1' /> 34 <range name='bay' min='12' max='13'> 45 <facility name='service' type='indicator' provider='fac_prov_ipmi' > 46 <propgroup name='facility' version='1' name-stability='Private' 48 <propval name='type' type='uint32' value='0' /> 49 <propval name [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | abbrev.pl | 24 foreach $name (@_) { 25 @extra = split(//,$name); 29 next if $cmp eq $name; 35 $domain{$abbrev} = $name; 38 $domain{$abbrev} = $name;
|
H A D | h2xs.t | 48 # $name should differ from system header file names and must 50 my $name = 'h2xst'; 51 my $header = "$name.h"; 55 "-f -n $name", $], <<"EOXSFILES", 60 Writing $name/ppport.h 61 Writing $name/lib/$name.pm 62 Writing $name/$name.xs 63 Writing $name/fallbac [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | gethostid.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 43 char name[HW_HOSTID_LEN], *end; local 50 if (sysinfo(SI_HW_SERIAL, name, sizeof (name)) == -1) 52 hostid = strtoul(name, &end, 10); 53 if (end == name)
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | tgetent.c | 18 * information: Portions Copyright [yyyy] [name of copyright owner] 48 * 0 if the terminal name is not present in the termcap file; 1 if 52 (tgetent)(buffer, name) 53 char *buffer, *name; 58 __m_trace("tgetent(%p, %p = \"%s\")", buffer, name, name); 61 (void) setupterm(name, fileno(stdout), &err);
|
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/ |
H A D | Netra-X4200-M2-disk-hc-topology.xmlgen | 18 # information: Portions Copyright [yyyy] [name of copyright owner] 31 <topology name='disk' scheme='hc'> 32 <range name='bay' min='0' max='3'> 44 <propgroup name='protocol' version='1' name-stability='Private' 46 <propval name='label' type='string' value='$bay_label$bay' /> 48 <propgroup name='io' version='1' name-stability='Private' 50 <propval name='ap-path' type='string' value='/devices$hpath$apoint' /> 52 <propgroup name [all...] |
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/ |
H A D | Sun-Fire-X4200-M2-disk-hc-topology.xmlgen | 18 # information: Portions Copyright [yyyy] [name of copyright owner] 31 <topology name='disk' scheme='hc'> 32 <range name='bay' min='0' max='3'> 44 <propgroup name='protocol' version='1' name-stability='Private' 46 <propval name='label' type='string' value='$bay_label$bay' /> 48 <propgroup name='io' version='1' name-stability='Private' 50 <propval name='ap-path' type='string' value='/devices$hpath$apoint' /> 52 <propgroup name [all...] |
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/ |
H A D | Sun-Fire-X4200-Server-disk-hc-topology.xmlgen | 18 # information: Portions Copyright [yyyy] [name of copyright owner] 31 <topology name='disk' scheme='hc'> 32 <range name='bay' min='0' max='3'> 44 <propgroup name='protocol' version='1' name-stability='Private' 46 <propval name='label' type='string' value='$bay_label$bay' /> 48 <propgroup name='io' version='1' name-stability='Private' 50 <propval name='ap-path' type='string' value='/devices$hpath$apoint' /> 52 <propgroup name [all...] |
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/ |
H A D | Sun-Fire-X4600-M2-disk-hc-topology.xmlgen | 18 # information: Portions Copyright [yyyy] [name of copyright owner] 31 <topology name='disk' scheme='hc'> 32 <range name='bay' min='0' max='3'> 44 <propgroup name='protocol' version='1' name-stability='Private' 46 <propval name='label' type='string' value='$bay_label$bay' /> 48 <propgroup name='io' version='1' name-stability='Private' 50 <propval name='ap-path' type='string' value='/devices$hpath$apoint' /> 52 <propgroup name [all...] |
/osnet-11/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/ |
H A D | Sun-Fire-X4500-disk-hc-topology.xmlgen | 18 # information: Portions Copyright [yyyy] [name of copyright owner] 32 my $name = shift; 55 printf " <propgroup name='%s-properties' version='1' " . 56 "name-stability='Private' data-stability='Private' >\n", $name; 57 printf " <propval name='fru-update-action' type='string' " . 61 printf " <propval name='indicator-name-%d' " . 63 printf " <propval name='indicator-action-%d' " . 69 printf " <propval name [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/ |
H A D | BaseTo.pm | 18 my($self, $name) = splice @_,0,2; 20 $self->{$name} = $_[0]; 22 $self->{$name};
|
/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | unlink.c | 17 * information: Portions Copyright [yyyy] [name of copyright owner] 33 unlinkat(int fd, const char *name, int flags) argument 35 return (syscall(SYS_unlinkat, fd, name, flags)); 40 unlink(const char *name) argument 42 return (unlinkat(AT_FDCWD, name, 0)); 47 rmdir(const char *name) argument 49 return (unlinkat(AT_FDCWD, name, AT_REMOVEDIR));
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/ |
H A D | no_tabindex.t | 30 qq(<input type="submit" name=".submit" />), 33 is(submit(-name => 'foo', 35 qq(<input type="submit" name="foo" value="bar" />), 36 "submit(-name,-value)"); 38 is(submit({-name => 'foo', 40 qq(<input type="submit" name="foo" value="bar" />), 41 "submit({-name,-value})"); 43 is(textfield(-name => 'weather'), 44 qq(<input type="text" name="weather" value="dull" />), 45 "textfield({-name})"); [all...] |