Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/mirbsd/src/usr.bin/file/magdir/
Dgames42 24 string LxD\ 203 Linuxdoom save
54 #0 string 5\x0a Quake I save
60 0 string 5\x0aIntroduction Quake I save: start Introduction
61 0 string 5\x0athe_Slipgate_Complex Quake I save: e1m1 The slipgate complex
62 0 string 5\x0aCastle_of_the_Damned Quake I save: e1m2 Castle of the damned
63 0 string 5\x0athe_Necropolis Quake I save: e1m3 The necropolis
64 0 string 5\x0athe_Grisly_Grotto Quake I save: e1m4 The grisly grotto
65 0 string 5\x0aZiggurat_Vertigo Quake I save: e1m8 Ziggurat vertigo (secret)
66 0 string 5\x0aGloom_Keep Quake I save: e1m5 Gloom keep
67 0 string 5\x0aThe_Door_To_Chthon Quake I save: e1m6 The door to Chthon
[all …]
/mirbsd/src/gnu/usr.bin/lynx/scripts/
Dindent.sh108 save="${name}".a$$
110 rm -f "$save" "$test"
111 mv "$name" "$save"
117 "$save" >"$test"
130 if ! ( cmp -s "$name" $save )
132 diff -u $save "$name"
134 mv "$save" "$name"
137 if ( cmp -s "$name" "$save" )
141 mv "$save" "$name"
144 rm -f "$save"
/mirbsd/src/usr.bin/chpass/
Dedit.c211 if (list[E_NAME].save == NULL)
212 list[E_NAME].save = "";
213 if (list[E_BPHONE].save == NULL)
214 list[E_BPHONE].save = "";
215 if (list[E_HPHONE].save == NULL)
216 list[E_HPHONE].save = "";
217 if (list[E_LOCATE].save == NULL)
218 list[E_LOCATE].save = "";
221 len = strlen(list[E_NAME].save) + strlen(list[E_BPHONE].save) +
222 strlen(list[E_HPHONE].save) + strlen(list[E_LOCATE].save) + 4;
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DC.pm296 my $rv = $sv->RV->save;
364 sub B::OP::save {
387 sub B::FAKEOP::save {
405 sub B::UNOP::save {
416 sub B::BINOP::save {
428 sub B::LISTOP::save {
440 sub B::LOGOP::save {
452 sub B::LOOP::save {
469 sub B::PVOP::save {
480 sub B::SVOP::save {
[all …]
DCC.pm180 $start = $fakeop->save;
352 my $opsym = shift->save;
476 my $opsym = $op->save;
659 $op->first->save;
660 $op->first->sibling->save;
661 $root->save;
662 my $sym=$start->save;
680 $gvsym = $op->gv->save;
694 $gvsym = $op->gv->save;
712 $gvsym = $op->gv->save;
[all …]
/mirbsd/src/gnu/usr.bin/cvs/lib/
Dgettimeofday.c89 struct tm save; in rpl_gettimeofday() local
98 save = *localtime_buffer_addr; in rpl_gettimeofday()
100 *localtime_buffer_addr = save; in rpl_gettimeofday()
112 struct tm save; in rpl_tzset() local
120 save = *localtime_buffer_addr; in rpl_tzset()
122 *localtime_buffer_addr = save; in rpl_tzset()
Dstrtol.c261 const STRING_TYPE *save, *end; in INTERNAL() local
301 save = s = nptr; in INTERNAL()
338 save = s; in INTERNAL()
387 if (s == save) in INTERNAL()
425 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X') in INTERNAL()
426 && save[-2] == L_('0')) in INTERNAL()
427 *endptr = (STRING_TYPE *) &save[-1]; in INTERNAL()
/mirbsd/src/lib/libc/db/btree/
Dbt_seq.c333 EPG *ep, save; in __bt_first() local
357 save = *ep; in __bt_first()
360 if (save.page->pgno != ep->page->pgno) { in __bt_first()
361 mpool_put(t->bt_mp, save.page, 0); in __bt_first()
362 save = *ep; in __bt_first()
364 save.index = ep->index; in __bt_first()
374 if (h->pgno != save.page->pgno) in __bt_first()
378 if (h->pgno == save.page->pgno) in __bt_first()
380 save.page, 0); in __bt_first()
394 if (h->pgno != save.page->pgno) in __bt_first()
[all …]
/mirbsd/src/usr.bin/logger/
Dlogger.c133 char *save; in pencode() local
136 for (save = s; *s && *s != '.'; ++s); in pencode()
139 fac = decode(save, facilitynames); in pencode()
142 "logger: unknown facility name: %s.\n", save); in pencode()
149 s = save; in pencode()
154 "logger: unknown priority name: %s.\n", save); in pencode()
/mirbsd/src/lib/libpng/
Dpngtrans.c608 png_byte save = *rp; in png_do_bgr() local
610 *(rp + 2) = save; in png_do_bgr()
620 png_byte save = *rp; in png_do_bgr() local
622 *(rp + 2) = save; in png_do_bgr()
635 png_byte save = *rp; in png_do_bgr() local
637 *(rp + 4) = save; in png_do_bgr()
638 save = *(rp + 1); in png_do_bgr()
640 *(rp + 5) = save; in png_do_bgr()
650 png_byte save = *rp; in png_do_bgr() local
652 *(rp + 4) = save; in png_do_bgr()
[all …]
Dpngwtran.c362 png_byte save = *(sp++); in png_do_write_swap_alpha() local
366 *(dp++) = save; in png_do_write_swap_alpha()
378 png_byte save[2]; in png_do_write_swap_alpha() local
379 save[0] = *(sp++); in png_do_write_swap_alpha()
380 save[1] = *(sp++); in png_do_write_swap_alpha()
387 *(dp++) = save[0]; in png_do_write_swap_alpha()
388 *(dp++) = save[1]; in png_do_write_swap_alpha()
403 png_byte save = *(sp++); in png_do_write_swap_alpha() local
405 *(dp++) = save; in png_do_write_swap_alpha()
417 png_byte save[2]; in png_do_write_swap_alpha() local
[all …]
/mirbsd/src/gnu/usr.bin/cvs/m4/
Dsave-cwd.m49 AC_LIBSOURCES([save-cwd.c, save-cwd.h])
10 AC_LIBOBJ([save-cwd])
11 dnl Prerequisites for lib/save-cwd.c.
/mirbsd/src/lib/csu/common_elf/
Dcommon.c55 char *save; in _strrchr() local
57 for (save = NULL;; ++p) { in _strrchr()
59 save = (char *)p; in _strrchr()
61 return (save); in _strrchr()
/mirbsd/src/sbin/dhclient/
Ddhclient-script123 rm -f /etc/resolv.conf.save
132 cat /etc/resolv.conf >/etc/resolv.conf.save
205 if [ -f /etc/resolv.conf.save ]; then
207 cat /etc/resolv.conf.save >/etc/resolv.conf
208 rm -f /etc/resolv.conf.{std,save}
/mirbsd/src/gnu/usr.bin/perl/ext/IO/lib/IO/
DPipe.pm55 my ($mode, $save) = $rw ? "r" : "w";
58 $save = IO::Handle->new_from_fd($io, $mode);
77 $io->fdopen($save, $mode);
78 $save->close or croak "Cannot close $!";
/mirbsd/src/lib/libocurses/
Dtstp.c49 struct termios save; local
53 if (tcgetattr(STDIN_FILENO, &save))
90 TCSASOFT | TCSADRAIN : TCSADRAIN, &save);
/mirbsd/src/usr.bin/less/
Dregexp.c903 register char *save; local
906 save = reginput;
915 regstartp[no] = save;
932 register char *save; local
935 save = reginput;
944 regendp[no] = save;
952 register char *save; local
958 save = reginput;
961 reginput = save;
974 register char *save; local
[all …]
/mirbsd/src/lib/libcompat/regexp/
Dregexp.c977 register char *save; local
980 save = reginput;
989 regstartp[no] = save;
1005 register char *save; local
1008 save = reginput;
1017 regendp[no] = save;
1024 register char *save; local
1030 save = reginput;
1033 reginput = save;
1045 register char *save; local
[all …]
/mirbsd/src/lib/libssl/src/crypto/idea/
Di_ofb64.c77 int save=0; in idea_ofb64_encrypt() local
95 save++; in idea_ofb64_encrypt()
100 if (save) in idea_ofb64_encrypt()
/mirbsd/src/lib/libssl/src/crypto/cast/
Dc_ofb64.c77 int save=0; in CAST_ofb64_encrypt() local
95 save++; in CAST_ofb64_encrypt()
100 if (save) in CAST_ofb64_encrypt()
/mirbsd/src/lib/libssl/src/crypto/rc2/
Drc2ofb64.c77 int save=0; in RC2_ofb64_encrypt() local
95 save++; in RC2_ofb64_encrypt()
100 if (save) in RC2_ofb64_encrypt()
/mirbsd/src/lib/libssl/src/crypto/bf/
Dbf_ofb64.c76 int save=0; in BF_ofb64_encrypt() local
94 save++; in BF_ofb64_encrypt()
99 if (save) in BF_ofb64_encrypt()
/mirbsd/src/lib/libssl/src/crypto/rc5/
Drc5ofb64.c77 int save=0; in RC5_32_ofb64_encrypt() local
95 save++; in RC5_32_ofb64_encrypt()
100 if (save) in RC5_32_ofb64_encrypt()
/mirbsd/src/lib/libssl/src/crypto/des/
Dofb64enc.c76 int save=0; in DES_ofb64_encrypt() local
94 save++; in DES_ofb64_encrypt()
99 if (save) in DES_ofb64_encrypt()
/mirbsd/src/libexec/ld.so/i386/
Dldasm.S42 movl %esp,%eax # save stack pointer for _rtld
43 pushl %ebx # save ps_strings
47 movl %ebx,%edi # save dl_data arg for dl_boot
50 mov %eax, %esi # save stack for dl_boot
163 pushf # save registers

12345678910>>...13