Home
last modified time | relevance | path

Searched refs:Store (Results 1 – 25 of 35) sorted by relevance

12

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/t/
H A D01error.t75 eval { $db->Filter_Push('Store') ; };
84 like $@, qr/^Filter_Push: No methods \(Filter, Fetch or Store\) found in class 'DBM_Filter::bad1'/,
85 "croak if none of Filter/Fetch/Store in filter" ;
122 return { Store => "abc" } ;
128 like $@, qr/^Filter_Push: value associated with key 'Store' is not a code reference/,
142 like $@, qr/^Filter_Push: expected both Store & Fetch - got neither/,
150 return { Store => sub {} } ;
156 like $@, qr/^Filter_Push: expected both Store & Fetch - got Store/,
170 like $@, qr/^Filter_Push: expected both Store & Fetch - got Fetch/,
177 sub Store {}
[all …]
H A D02core.t44 sub Store { $_ *= 10 }
51 sub Store { $_ .= 'A' }
58 sub Store { $_ .= 'B' }
65 sub Store { $_ .= 'C' }
72 sub Store { $_ .= 'D' }
83 Store => sub { $_ .= $string },
92 sub Store { $_ *= 2 }
99 sub Store { $_ = uc $_ }
106 sub Store { $_ = reverse $_ }
534 Store => sub { $_ .= 'A' },
[all …]
/onnv-gate/usr/src/cmd/fps/fptest/
H A Dfsr_test.s112 st %i0, [%l1] ! Store operand 1 in memory
113 st %i1, [%l2] ! Store operand 2 in memory
193 stx %i0, [%l1] ! Store operand 1 in memory
194 stx %i1, [%l2] ! Store operand 2 in memory
/onnv-gate/usr/src/uts/sun4/ml/
H A Dsubr_asm.s128 ! Store long word value at physical address
145 ! Store long word value at physical i/o address
191 ! Store value at physical address
221 ! Store value into physical address in I/O space
235 ! Store value into physical address in I/O space
249 ! Store value into one byte physical address in I/O space
/onnv-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s213 st %o0, [%i0] ! Store in plt[0]
218 st %o4, [%i0 + 0x4] ! Store instruction in plt[1]
224 st %o4, [%i0 + 0x8] ! Store instruction in plt[2]
231 st %o4, [%i0 + 0xc] ! Store instruction in plt[3]
236 st %o4, [%i0 + 0x10] ! Store instruction in plt[4]
240 st %o4, [%i0 + 0x14] ! Store instruction in plt[5]
247 st %o4, [%i0 + 0x18] ! Store instruction in plt[6]
251 st %o4, [%i0 + 0x1c] ! Store instruction in plt[7]
/onnv-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot_elf.s172 st %o0, [%i0] ! Store in plt[0]
182 st %o4, [%i0] ! Store instruction in plt
185 st %o0, [%i0 + 4] ! Store instruction in plt[2]
187 st %i1, [%i0 + 8] ! Store instruction in plt[3]
H A Dboot_a.out.s121 st %o3, [%o0] ! Store instruction in plt[0]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/
H A Dnull.pm8 sub Store subroutine
H A Dint32.pm10 sub Store subroutine
H A Dutf8.pm17 sub Store { $_ = Encode::encode_utf8($_) if defined $_ } subroutine
H A Dcompress.pm19 sub Store { $_ = compress($_) } subroutine
H A Dencode.pm28 Store => sub {
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm126 $callbacks{Store} = $store;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dutils.t70 # Store it in the cache
/onnv-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s78 st %o1, [%o0] ! Store value in the offset
/onnv-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.s308 ! Store long word value at mc regs
/onnv-gate/usr/src/uts/intel/dtrace/
H A Ddtrace_asm.s244 movb %al, (%edx) / Store to destination
/onnv-gate/usr/src/uts/sparc/dtrace/
H A Ddtrace_asm.s369 stub %g2, [%o1 + %g1] ! Store byte
/onnv-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemset.s117 ! Store -(%o3) bytes till dst is block (64 byte) aligned.
/onnv-gate/usr/src/cmd/agents/snmp/mib/
H A Dmib_X4MS.txt45 Message Store.
66 "The Solstice X.400 Message Store can have associations
H A Dmib_MS.txt90 -- the Solstice X.400 Message Store
/onnv-gate/usr/src/cmd/agents/snmp/mib/snm/
H A Dmib_X4MS.snm56 -- Message Store.
89 "The Solstice X.400 Message Store can have associations
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DResourceBundle.properties68 cvt_service_item=&Convert Data Store
439 cvt_wiz_title=Data Store Conversion
455 cvt_wiz_progress=Converting Data Store:
/onnv-gate/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s162 ! Store bytes until n == 0. If a null byte is encountered during
/onnv-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s1072 stxa %o0, [%g0]ASI_DCU ! Store to DCU

12