/openbsd/usr.bin/file/magdir/ |
H A D | games | 31 24 string LxD\ 203 Linuxdoom save 43 #0 string 5\x0a Quake I save 88 0 string 5\x0aThe_Cistern Quake I save: dm5 The cistern 115 0 string 5\x0aThe_Lab Quake I save: d1 The lab 116 0 string 5\x0aArea_33 Quake I save: d1b Area 33 121 0 string 5\x0aArea44 Quake I save: d1c Area 44 123 0 string 5\x0aA_Rat's_Life Quake I save: d3 A rat's life 125 0 string 5\x0aThe_Flood Quake I save: d5 The flood 134 0 string 5\x0aSHOWDOWN! Quake I save: d15 Showdown! 139 0 string 5\x0aSub_Station Quake I save: ddm2 Sub station [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | StringSaver.h | 30 StringRef save(const char *S) { return save(StringRef(S)); } in save() function 31 StringRef save(StringRef S); 32 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save() function 33 StringRef save(const std::string &S) { return save(StringRef(S)); } in save() function 52 StringRef save(const char *S) { return save(StringRef(S)); } in save() function 53 StringRef save(StringRef S); 54 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save() function 55 StringRef save(const std::string &S) { return save(StringRef(S)); } in save() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20010122-1.c | 39 char * save = (char*) alloca (4); in test4() local 41 return test4a (save); in test4() 53 char * save = (char*) alloca (4); in test5() local 55 return test5a (save); in test5() 68 char * save = (char*) alloca (4); in test6() local 70 return test6a (save); in test6() 116 char * save = (char*) alloca (4); in test10() local 118 test10a (save); in test10() 131 test11a (save); in test11() 145 test12a (save); in test12() [all …]
|
/openbsd/usr.bin/chpass/ |
H A D | edit.c | 198 if (list[E_NAME].save == NULL) in verify() 199 list[E_NAME].save = ""; in verify() 200 if (list[E_BPHONE].save == NULL) in verify() 201 list[E_BPHONE].save = ""; in verify() 202 if (list[E_HPHONE].save == NULL) in verify() 203 list[E_HPHONE].save = ""; in verify() 204 if (list[E_LOCATE].save == NULL) in verify() 205 list[E_LOCATE].save = ""; in verify() 208 for (alen = 0, p = list[E_NAME].save; *p; p++) in verify() 211 if (asprintf(&p, "%s,%s,%s,%s", list[E_NAME].save, in verify() [all …]
|
/openbsd/lib/libc/string/ |
H A D | strrchr.c | 38 char *save; in strrchr() local 40 for (save = NULL;; ++p) { in strrchr() 42 save = (char *)p; in strrchr() 44 return(save); in strrchr()
|
/openbsd/lib/libc/db/btree/ |
H A D | bt_seq.c | 329 EPG *ep, save; in __bt_first() local 353 save = *ep; in __bt_first() 356 if (save.page->pgno != ep->page->pgno) { in __bt_first() 357 mpool_put(t->bt_mp, save.page, 0); in __bt_first() 358 save = *ep; in __bt_first() 360 save.index = ep->index; in __bt_first() 370 if (h->pgno != save.page->pgno) in __bt_first() 374 if (h->pgno == save.page->pgno) in __bt_first() 376 save.page, 0); in __bt_first() 390 if (h->pgno != save.page->pgno) in __bt_first() [all …]
|
/openbsd/usr.bin/logger/ |
H A D | logger.c | 135 char *save; in pencode() local 138 for (save = s; *s && *s != '.'; ++s); in pencode() 141 fac = decode(save, facilitynames); in pencode() 144 "logger: unknown facility name: %s.\n", save); in pencode() 151 s = save; in pencode() 156 "logger: unknown priority name: %s.\n", save); in pencode()
|
/openbsd/sys/arch/hppa/hppa/ |
H A D | fpu.c | 46 fpu_proc(struct proc *p, int save) in fpu_proc() argument 78 fpu_cpu_save(save); in fpu_proc() 84 fpu_cpu_save(save); in fpu_proc() 93 fpu_cpu_save(int save) in fpu_cpu_save() argument 116 if (save) { in fpu_cpu_save()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | arg8.C | 13 template <class Type> std::ostream & save(std::ostream & os, Type T); 16 save(std::ostream & os, Type T) { in save() function 23 save((std::ostream &)std::cout, i) << std::endl; in main() 25 save((std::ostream &)std::cout, s) << std::endl; in main()
|
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/ |
H A D | toolbar.tml | 9 - item file-save-all 10 - item file-save 28 'item file-save-all', 29 'item file-save',
|
/openbsd/sys/arch/hppa/spmath/ |
H A D | sfadd.c | 29 register unsigned int signless_upper_left, signless_upper_right, save; local 43 Sgl_xortointp1(left,right,/*to*/save); 54 if (Sgl_isinfinity(right) && save!=0) 145 Sgl_xorfromintp1(save,right,/*to*/right); 146 Sgl_xorfromintp1(save,left,/*to*/left); 197 if( (/*signed*/int) save < 0 ) 263 if( (/*signed*/int) save < 0 )
|
H A D | sfsub.c | 29 register unsigned int signless_upper_left, signless_upper_right, save; local 41 Sgl_xortointp1(left,right,/*to*/save); 52 if (Sgl_isinfinity(right) && save==0) 144 Sgl_xorfromintp1(save,right,/*to*/right); 145 Sgl_xorfromintp1(save,left,/*to*/left); 199 if( (/*signed*/int) save >= 0 ) 266 if( (/*signed*/int) save >= 0 )
|
H A D | impyu.S | 48 stws,ma pu,4(sp) ; save registers on stack 49 stws,ma pl,4(sp) ; save registers on stack 50 stws,ma op1,4(sp) ; save registers on stack 51 stws,ma cnt,4(sp) ; save registers on stack 52 stws,ma brindex,4(sp) ; save registers on stack 53 stws,ma saveop2,4(sp) ; save registers on stack 54 stws,ma pc,4(sp) ; save registers on stack 55 stws,ma pm,4(sp) ; save registers on stack 71 add op2,gr0,saveop2 ; save op2 in saveop2 249 stws pu,0(arg2) ; save high part of result [all …]
|
H A D | dfadd.c | 28 register unsigned int signless_upper_left, signless_upper_right, save; local 43 Dbl_xortointp1(leftp1,rightp1,/*to*/save); 54 if (Dbl_isinfinity(rightp1,rightp2) && save!=0) 145 Dbl_xorfromintp1(save,rightp1,/*to*/rightp1); 146 Dbl_xorfromintp1(save,leftp1,/*to*/leftp1); 199 if( (/*signed*/int) save < 0 ) 268 if( (/*signed*/int) save < 0 )
|
H A D | dfsub.c | 28 register unsigned int signless_upper_left, signless_upper_right, save; local 42 Dbl_xortointp1(leftp1,rightp1,/*to*/save); 53 if (Dbl_isinfinity(rightp1,rightp2) && save==0) 145 Dbl_xorfromintp1(save,rightp1,/*to*/rightp1); 146 Dbl_xorfromintp1(save,leftp1,/*to*/leftp1); 201 if( (/*signed*/int) save >= 0 ) 270 if( (/*signed*/int) save >= 0 )
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | dup2.c | 22 register int save; /* for saving entry errno */ local 27 save = errno; /* save entry errno */ 34 errno = save; /* restore entry errno */
|
/openbsd/regress/lib/libc/sigsetjmp/ |
H A D | Makefile | 10 REGRESS_TARGETS=sigsetjmp-save sigsetjmp-nosave 12 sigsetjmp-save: ${PROG} 13 ./${PROG} save
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | StringSaver.cpp | 13 StringRef StringSaver::save(StringRef S) { in save() function in StringSaver 21 StringRef UniqueStringSaver::save(StringRef S) { in save() function in UniqueStringSaver 24 *R.first = Strings.save(S); // safe replacement with equal value in save()
|
/openbsd/gnu/usr.bin/perl/dist/IO/lib/IO/ |
H A D | Pipe.pm | 54 my ($mode, $save) = $rw ? "r" : "w"; 57 $save = IO::Handle->new_from_fd($io, $mode); 76 $io->fdopen($save, $mode); 77 $save->close or croak "Cannot close $!";
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | crtbegin.asm | 131 .save ar.pfs, r35 134 .save rp, loc1 146 .save ar.pfs, r35 160 .save rp, loc1 214 .save ar.pfs, r33 221 .save rp, loc0
|
/openbsd/usr.sbin/smtpd/ |
H A D | forward.c | 38 size_t save; in forwards_get() local 65 save = expand->nb_nodes; in forwards_get() 78 ret = expand->nb_nodes > save ? 1 : 0; in forwards_get()
|
/openbsd/libexec/ld.so/powerpc/ |
H A D | ldasm.S | 63 mr 17, 4 # save for _dl_boot 96 stw 0,8(1) # save r0 - cerror ;-) 98 stw 0,68(1) # save lr 100 stw 3,12(1) # save r3-r10, C calling convention
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | vm_machdep.c | 224 fpusave_cpu(struct cpu_info *ci, int save) in fpusave_cpu() argument 234 if (save) in fpusave_cpu() 243 fpusave_proc(struct proc *p, int save) in fpusave_proc() argument 250 fpusave_cpu(ci, save); in fpusave_proc() 261 save ? ipi_save_fpstate : ipi_drop_fpstate, (vaddr_t)p, 0); in fpusave_proc() 268 fpusave_cpu(ci, save); in fpusave_proc()
|
/openbsd/lib/libcrypto/rc2/ |
H A D | rc2ofb64.c | 78 int save = 0; in RC2_ofb64_encrypt() local 96 save++; in RC2_ofb64_encrypt() 101 if (save) { in RC2_ofb64_encrypt()
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Thunks.cpp | 495 addSymbol(saver().save("__AArch64AbsLongThunk_" + destination.getName()), in addSymbols() 521 addSymbol(saver().save("__AArch64ADRPThunk_" + destination.getName()), in addSymbols() 633 addSymbol(saver().save("__ARMv7ABSLongThunk_" + destination.getName()), in addSymbols() 672 addSymbol(saver().save("__ARMV7PILongThunk_" + destination.getName()), in addSymbols() 693 addSymbol(saver().save("__ThumbV7PILongThunk_" + destination.getName()), in addSymbols() 834 addSymbol(saver().save("__ARMv4PILongBXThunk_" + destination.getName()), in addSymbols() 853 addSymbol(saver().save("__ARMv4PILongThunk_" + destination.getName()), in addSymbols() 897 addSymbol(saver().save("__Thumbv4PILongThunk_" + destination.getName()), in addSymbols() 940 addSymbol(saver().save("__microLA25Thunk_" + destination.getName()), in addSymbols() 1026 addSymbol(saver().save(os.str()), STT_FUNC, 0, isec); in addSymbols() [all …]
|