Searched refs:save (Results 76 - 100 of 144) sorted by relevance

123456

/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_send.c1150 int save = errno; local
1167 errno = save;
1172 int save = errno; local
1177 errno = save;
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkrescue.in56 -o, --output=FILE save output in FILE [required]
58 --rom-directory=DIR save rom images in DIR [optional]
/osnet-11/usr/src/lib/brand/shared/brand/sparc/
H A Dhandler.s71 * 64-bit sparc may need to save 3 parameters on the stack.
72 * 32-bit sparc may need to save 4 parameters on the stack.
76 save %sp, -SA(MINFRAME + EH_LOCALS_SIZE), %sp
114 mov %g1, %l5 /* save syscall number */
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dstrncat.s67 movq %rdi, %rax / save return value
H A Dmemcpy.s1428 movdqa %xmm3,%xmm2 # save for use next concat
1483 movdqa %xmm3,%xmm2 # save for use next concat
1538 movdqa %xmm3,%xmm2 # save for use next concat
1593 movdqa %xmm3,%xmm2 # save for use next concat
1648 movdqa %xmm3,%xmm2 # save for use next concat
1703 movdqa %xmm3,%xmm2 # save for use next concat
1758 movdqa %xmm3,%xmm2 # save for use next concat
1813 movdqa %xmm3,%xmm2 # save for use next concat
1868 movdqa %xmm3,%xmm2 # save for use next concat
1923 movdqa %xmm3,%xmm2 # save fo
[all...]
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s163 save %sp, -SA(MINFRAME), %sp
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dstrcat.s60 pushl %edi / save register variable
H A Dstrncat.s65 pushl %edi / save register variables
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c188 /* save terminal settings if in cannonical state */
1741 int i,last=0,save[2]; local
1745 if(!ep->e_lookahead && sfpkrd(ep->e_fd,save,1,'\r',200L,-1)>0)
1746 ed_ungetchar(ep,save[0]);
1767 save[0] = mp->data[last-1];
1768 save[1] = mp->data[last];
1779 mp->data[last-1] = save[0];
1780 mp->data[last] = save[1];
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmg.c1160 sigset_t set, save; local
1165 sigprocmask(SIG_BLOCK, &set, &save);
1167 save_sv = newSVpv((char *)(&save), sizeof(sigset_t));
1285 sigset_t set, save; local
1314 sigprocmask(SIG_BLOCK, &set, &save);
1316 save_sv = newSVpv((char *)(&save), sizeof(sigset_t));
2580 PL_savestack_ix += 5; /* Protect save in progress. */
2646 PL_savestack_ix -= 8; /* Unprotect save in progress. */
2710 PL_savestack_ix -= 5; /* Unprotect save in progress. */
H A Dutf8.c736 U8 *save = s; local
750 d = s = save;
757 *len = d - save;
758 return save;
H A Dutil.c481 And we save a lot of memory by caching no table. */
2259 Perl_rsignal_save(pTHX_ int signo, Sighandler_t handler, Sigsave_t *save) argument
2280 return sigaction(signo, &act, save);
2284 Perl_rsignal_restore(pTHX_ int signo, Sigsave_t *save) argument
2292 return sigaction(signo, save, (struct sigaction *)NULL);
2339 Perl_rsignal_save(pTHX_ int signo, Sighandler_t handler, Sigsave_t *save) argument
2346 *save = PerlProc_signal(signo, handler);
2347 return (*save == SIG_ERR) ? -1 : 0;
2351 Perl_rsignal_restore(pTHX_ int signo, Sigsave_t *save) argument
2358 return (PerlProc_signal(signo, *save)
[all...]
H A Dhv.c1961 const char *save = str; local
1973 if (str != save)
2040 const char *save = str; local
2055 if (str != save)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Ddeparse.c78 int save = end_line; local
356 end_line = save;
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh290 [[ ! -f $ZONEROOT/var/sadm/pkg/$pkg/save/pspool/$pkg/pkgmap ]] \
298 $ZONEROOT/var/sadm/pkg/$pkg/save/pspool/$pkg/pkgmap)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DStackobj.pm275 $obj->{sv} = $obj->{sv}->save;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.pm172 one line you can call &parse_lines() directly and save a function
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s68 mov %o0, %o2 ! save dst
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Da2py.c1144 char save[2048]; local
1145 strcpy(save, d);
1155 strcpy(t,save+1);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_nameinfo.c685 /* save partno */
814 int save = errno; local
817 if (save == ENOTTY) {
820 (void) mdsyserror(ep, save, rname);
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c167 char save, *e; local
171 save = *s;
174 *s = save;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl125 bit-pattern, we can save and restore it easily (it will just look like
516 Next we need to handle C<$@> without getting confused. We save C<$@> in a
517 local lexical, localize C<$saved[0]> (which is where C<save()> will put
518 C<$@>), and then call C<save()> to capture C<$@>, C<$!>, C<$^E>, C<$,>,
617 # Evaluate and save any results.
634 eval { &DB::save };
906 # + Added command to save all debugger commands for sourcing later.
954 # used to save @ARGV and extract any debugger-related flags.
1018 Second, C<optionVars> lists the variables that each option uses to save its
1146 then call the C<pager()> function to save th
5110 sub save { subroutine
[all...]
H A DDB.t63 # test DB::save()
69 DB::save();
70 is( "$@$!$,$/$\$^W", "1\n0", 'DB::save() should reset punctuation vars' );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm270 unhashed save by brute-force guessing. Secure systems use more a
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s299 mov %o0, %g1 ! save %o0
353 mov %asi,%o4 ! save %asi
774 mov %o0, %g1 ! save %o0
821 1: sll %o4, 8, %g5 ! save residual bytes
842 2: sll %o4, 24, %g5 ! save residual bytes
865 3: sll %o4, 16, %g5 ! save residual bytes
1247 mov %asi,%o4 ! save %asi
2103 mov %o0, %g5 ! save des address for return val
2159 1: sll %o4, 8, %g1 ! save residual bytes
2180 2: sll %o4, 24, %g1 ! save residua
[all...]

Completed in 2567 milliseconds

123456