| /nfsv41/nfs41-gate/usr/src/lib/libc/amd64/unwind/ |
| eh_frame.c | 220 unsigned char *third = data; local 232 third += 8; 233 next_code = (third >= data_end)? ULONG_MAX : 235 (uint64_t)(*((uint32_t *)third)); 243 third += 16; 244 next_code = (third >= data_end)? ULONG_MAX : 246 (uint64_t)(*((uint64_t *)third)); 254 third += 8; 255 next_code = (third >= data_end)? ULONG_MAX : 257 (uint64_t)(int64_t)(*((int32_t *)third)); [all...] |
| /nfsv41/nfs41-gate/usr/src/lib/libbsm/ |
| mkhdr.sh | 56 * 32768 - 65535 Available for third party TCB applications.
|
| /nfsv41/nfs41-gate/usr/src/cmd/sgs/size/common/ |
| process.c | 83 * size of first, second, third number and total size 88 third, local 105 * that are allocatable, writable, and not of type NOBITS; the third number 130 first = second = third = totsize = 0; 164 third += shdr.sh_size; 183 totsize = first + second + third; 185 first, second, third, totsize); 203 * segments whose type is PT_LOAD; the third number is the memory size 222 Third, 233 First = Second = Third = Totsize = 0 [all...] |
| /nfsv41/nfs41-gate/usr/src/ |
| README.license-files | 33 1. Scan the source code and extract all of the third party licenses 55 This approach is usually overkill. But if the third party license 70 new third party source, and add a reference to LICENSEFILES in the
|
| /nfsv41/nfs41-gate/usr/src/lib/libc/amd64/gen/ |
| memchr.s | 72 cmpb %cl, %al / if the third byte is %al 110 / found at the third byte
|
| /nfsv41/nfs41-gate/usr/src/lib/libc/i386/gen/ |
| memchr.s | 75 cmpb %dl, %cl / if the third byte is %cl 114 / found at the third byte
|
| /nfsv41/nfs41-gate/usr/src/lib/libc/sparc/gen/ |
| strcpy.s | 121 andcc %o1, %o4, %g0 ! third byte zero? 122 srl %o1, 8, %o3 ! %o3<7:0> = third byte 124 stb %o3, [%o2 - 2] ! store third byte 161 sth %o1, [%o2 - 2] ! store third and fourth byte
|
| strchr.s | 116 andcc %g1, %o4, %g0 ! third byte zero (= found search char) ? 143 andcc %g1, %o4, %g0 ! third byte == findchar ? 145 andcc %o2, %o4, %g0 ! third byte == 0 ? 209 andcc %o1, %o4, %g0 ! third byte zero?
|
| strncmp.s | 126 andcc %i4, %l2, %g0 ! check if third byte was zero 171 andcc %i4, %l2, %g0 ! check if third byte was zero 215 andcc %i4, %l2, %g0 ! check if third byte was zero 252 andcc %i4, %l2, %g0 ! check if third byte was zero
|
| strcasecmp.s | 327 srl %g1, 8, %i2 ! third byte of mismatching word in s2 333 srl %i3, 8, %i1 ! third byte of mismatching word in s1
|
| strncpy.s | 128 srl %i1, 8, %g1 ! third byte 218 srl %i1, 8, %g1 ! third byte
|
| /nfsv41/nfs41-gate/usr/src/lib/libc/sparcv9/gen/ |
| strcpy.s | 106 srl %o5, 8, %o4 ! extract third byte 107 andcc %o4, 0xff, %g0 ! third byte zero ? 109 stb %o4, [%o2 + 2] ! store third byte 154 srlx %o1, 40, %o3 ! %o3<7:0> = third byte 155 andcc %o1, %o4, %g0 ! third byte zero? 157 stb %o3, [%o2 - 6] ! store third byte
|
| strchr.s | 116 andcc %g1, %o4, %g0 ! third byte zero (= found search char) ? 143 andcc %g1, %o4, %g0 ! third byte == findchar ? 145 andcc %o2, %o4, %g0 ! third byte == 0 ? 209 andcc %o1, %o4, %g0 ! third byte zero?
|
| strncmp.s | 126 andcc %i4, %l2, %g0 ! check if third byte was zero 171 andcc %i4, %l2, %g0 ! check if third byte was zero 215 andcc %i4, %l2, %g0 ! check if third byte was zero 252 andcc %i4, %l2, %g0 ! check if third byte was zero
|
| strcasecmp.s | 329 srl %g1, 8, %i2 ! third byte of mismatching word in s2 335 srl %i3, 8, %i1 ! third byte of mismatching word in s1
|
| /nfsv41/nfs41-gate/usr/src/cmd/sendmail/libmilter/ |
| README | 8 The sendmail Mail Filter API (Milter) is designed to allow third-party 67 second uses an IPv6 socket on port 999 of localhost, and the third uses an
|
| /nfsv41/nfs41-gate/usr/src/lib/passwdutil/ |
| README.SunOS-aging | 72 If the third and fourth characters are set to '..' the user will be
|
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/ |
| DProf.pm | 61 clock ticks, of the machine where the profile was collected. The third line
|
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/ |
| Compare.pm | 122 croak("Third arg to compare_text() function must be a code reference") 157 accepts an optional third argument: This must be a CODE reference to
|
| Copy.pm | 309 An optional third parameter can be used to specify the buffer 385 The third parameter is an integer flag, which tells C<rmscopy> 390 is set, the revision date is propagated. If the third parameter
|
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Search/ |
| Dict.pm | 36 If there are only three arguments and the third argument is a hash
|
| /nfsv41/nfs41-gate/usr/src/lib/libc_psr/sun4u-opl/common/ |
| memcpy.s | 373 ldub [%o1+2], %o3 ! load third byte 374 stb %o3, [%o0+2] ! store third byte 421 ldub [%o1+6], %o3 ! load third byte 422 stb %o3, [%o0+6] ! store third byte 529 ldub [%o1+2], %o3 ! load third byte 530 stb %o3, [%o0+2] ! store third byte
|
| /nfsv41/nfs41-gate/usr/src/lib/libc_psr/sun4u-us3/common/ |
| memcpy.s | 394 ldub [%o1+2], %o3 ! load third byte 395 stb %o3, [%o0+2] ! store third byte 442 ldub [%o1+6], %o3 ! load third byte 443 stb %o3, [%o0+6] ! store third byte 547 ldub [%o1+2], %o3 ! load third byte 548 stb %o3, [%o0+2] ! store third byte
|
| /nfsv41/nfs41-gate/usr/src/uts/sun4v/vm/ |
| mach_sfmmu_asm.s | 339 mov -1, %o2 ! use -1 if no third TSB 344 nop ! panic if no third TSB
|
| /nfsv41/nfs41-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| overload.pm | 241 query this information by examining the third argument, which can take 755 is how Perl interprets this constant, the third one is how the constant is used. 760 constant is going to be interpreted by Perl. The third argument is undefined [all...] |