Searched refs:save (Results 501 - 525 of 821) sorted by relevance

<<21222324252627282930>>

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc32/v8/supersparc/
H A Dudiv.asm45 save %sp,-104,%sp
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc32/v8/
H A Dudiv.asm45 save %sp,-104,%sp
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbss_rtcp.c122 #pragma message save
/netbsd-6-1-5-RELEASE/dist/ipf/perl/
H A Dipfmeta.pl124 B<ipfmeta> with a Makefile to save typing.
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Difile.c125 p->h_filename = save(filename);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dres_send.c1030 int save = errno; local
1047 errno = save;
1052 int save = errno; local
1057 errno = save;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dmakeshell.c731 printf( zCmdFmt, "echo 'Warning: Cannot save options files' "
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-sparc/
H A Dtlssunbin64.s25 save %sp, -160, %sp
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dobjfiles.h83 These variables are used to save the range of PC values which are
540 (void (*save) (struct objfile *, void *),
/netbsd-6-1-5-RELEASE/lib/libc/arch/mips/gen/
H A D_setjmp.S130 REG_S a1, _OFFSETOF_SC_REGS_V0(a0) # save return value
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Dlocore.S57 .save rp,r0
86 st8 [r16]=r8 // save the PA of the bootinfo block
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c819 static struct passwd save; local
824 if (save.pw_name) {
825 free((char *)save.pw_name);
826 memset(save.pw_passwd, 0, strlen(save.pw_passwd));
827 free((char *)save.pw_passwd);
828 free((char *)save.pw_gecos);
829 free((char *)save.pw_dir);
830 free((char *)save.pw_shell);
832 save
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dres_send.c1065 int save = errno; local
1080 errno = save;
1085 int save = errno; local
1090 errno = save;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/xditview/
H A DDvi.c170 SaveToFile, /* save */
564 (*((DviWidgetClass) XtClass(w))->command_class.save)(w, fp);
600 if (wc->command_class.save == InheritSaveToFile)
601 wc->command_class.save = super->command_class.save;
/netbsd-6-1-5-RELEASE/games/backgammon/common_source/
H A Dsubs.c241 writel("Would you like to save this game?");
243 save(0);
381 writel("No save file named\n");
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Dextern.h371 void save(const char *);
H A Dsave.c1 /* $NetBSD: save.c,v 1.11 2003/08/07 09:37:03 agc Exp $ */
35 static char sccsid[] = "@(#)save.c 8.2 (Berkeley) 4/28/95";
37 __RCSID("$NetBSD: save.c,v 1.11 2003/08/07 09:37:03 agc Exp $");
51 exit(1); /* Error determining save file name. */
89 /* We must check the last read, to catch truncated save files */
91 errx(1, "save file %s too short", filename);
96 save(const char *filename) function
103 return; /* Error determining save file name. */
151 * Given a save file name (possibly from fgetln, so without terminating NUL),
/netbsd-6-1-5-RELEASE/games/monop/
H A Dmonop.c74 "resign", /* 12 */ "save", /* 13 */
117 save, /* save game |* 13 *| */
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/ia64/
H A Dgcd_1.asm131 .save ar.pfs, save_pfs
133 .save rp, save_rp
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/sparc32/v9/
H A Dmul_1.asm34 C memory bandwidth limited, this could save 1.5 cycles/limb.
42 C could save many operations.
/netbsd-6-1-5-RELEASE/tests/lib/librumphijack/
H A Dt_tcpip.sh139 atf_check -s exit:0 -o save:ssh.out \
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dextern.h83 int save(void *);
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dread.c173 int save = warn_undefined_variables_flag;
178 warn_undefined_variables_flag = save;
768 struct conditionals *save;
793 save = conditionals;
828 conditionals = save;
2925 int save = warn_undefined_variables_flag;
2930 warn_undefined_variables_flag = save;
3030 and save the member name in MEMNAME.
172 int save = warn_undefined_variables_flag; local
765 struct conditionals *save; local
2911 int save = warn_undefined_variables_flag; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/mtest/
H A Dmpi.c2973 mp_digit save, next, mask, *dp; local
2994 save = 0;
2997 dp[ix] = (dp[ix] << d) | save;
2998 save = next;
3004 if(save) {
3005 dp[used] = save;
3026 mp_digit save, next, mask, *dp = DIGITS(mp); local
3033 save = 0;
3036 dp[ix] = (dp[ix] >> d) | (save << (DIGIT_BIT - d));
3037 save
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dsqr_basecase.asm719 sbb R32(%rbx), R32(%rbx) C save CF
725 sbb R32(%rbp), R32(%rbp) C save CF
744 sbb R32(%rbp), R32(%rbp) C save CF
756 sbb R32(%rbx), R32(%rbx) C save CF
769 sbb R32(%rbp), R32(%rbp) C save CF

Completed in 328 milliseconds

<<21222324252627282930>>