Home
last modified time | relevance | path

Searched refs:save (Results 76 – 100 of 724) sorted by relevance

12345678910>>...29

/freebsd/contrib/dialog/
H A Dhelp.c36 DIALOG_VARS save; in dialog_helpfile() local
39 dlg_save_vars(&save); in dialog_helpfile()
51 dlg_restore_vars(&save); in dialog_helpfile()
/freebsd/contrib/ee/
H A Dee.msg21 10 "save changes"
22 11 "no save"
26 15 "save file"
61 50 "exit : leave and save nocase : case insensitive search "
62 51 "quit : leave, no save !cmd : execute \"cmd\" in shell "
75 64 "write: write a file |case : case sensitive search |exit : leave and save "
76 65 "!cmd : shell \"cmd\" |nocase: ignore case in search |quit : leave, no save"
175 164 "save editor configuration"
176 165 "save ee configuration"
177 166 "save in current directory"
[all …]
/freebsd/sys/kern/
H A Dsubr_uio.c72 int error, save; in copyin_nofault() local
74 save = vm_fault_disable_pagefaults(); in copyin_nofault()
76 vm_fault_enable_pagefaults(save); in copyin_nofault()
83 int error, save; in copyout_nofault() local
85 save = vm_fault_disable_pagefaults(); in copyout_nofault()
87 vm_fault_enable_pagefaults(save); in copyout_nofault()
208 int error, newflags, save; in uiomove_faultflag() local
210 save = error = 0; in uiomove_faultflag()
230 save = curthread_pflags_set(newflags); in uiomove_faultflag()
285 if (save) in uiomove_faultflag()
[all …]
/freebsd/contrib/netbsd-tests/ipf/
H A Dt_bpf.sh53 atf_check -o save:save -x "echo '$rule' | ipftest -Rbr - -i in"
54 cat save >>out
H A Dt_nat_ipf_exec.sh56 atf_check -o save:save -x "echo \"$rule\" | \
58 cat save >>out
63 atf_check -o save:out ipftest -R $args \
/freebsd/libexec/rtld-elf/powerpc64/
H A Drtld_start.S129 mr %r12,%r0 # save r0 (index) immediately to r12
131 std %r0,16(%r1) # save lr
133 std %r0,8(%r1) # save cr
136 # + 2 save regs
137 std %r3,64+0*8(%r1) # save r3-r10 (arguments)
/freebsd/contrib/netbsd-tests/lib/librumpclient/
H A Dt_exec.sh43 atf_check -s exit:0 -o save:sstat.out rump.sockstat -n
66 atf_check -s exit:0 -o save:sstat.out rump.sockstat -n
90 atf_check -s exit:0 -o save:sstat.out rump.sockstat -n
113 atf_check -s exit:0 -o save:sstat.out rump.sockstat -n
/freebsd/sbin/ping/tests/
H A Dping_test.sh50 atf_check -s exit:0 -o save:std.out -e empty \
64 atf_check -s exit:0 -o save:std.out -e empty \
77 atf_check -s exit:0 -o save:std.out -e empty \
91 atf_check -s exit:0 -o save:std.out -e empty \
104 atf_check -s exit:0 -o save:std.out -e empty \
/freebsd/stand/ficl/softwords/
H A Dprefix.fr9 variable save-current
11 : start-prefixes get-current save-current ! <prefixes> set-current ;
12 : end-prefixes save-current @ set-current ;
28 \ (jws) "//" is precompiled to save aggravation with Perl
/freebsd/usr.bin/mktemp/tests/
H A Dmktemp_test.sh80 atf_check -o save:tmpname \
101 atf_check -o save:tmpname \
106 atf_check -o save:tmpname \
119 atf_check -o save:tmpname \
/freebsd/crypto/openssl/crypto/rc2/
H A Drc2ofb64.c35 int save = 0; in RC2_ofb64_encrypt() local
53 save++; in RC2_ofb64_encrypt()
58 if (save) { in RC2_ofb64_encrypt()
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5ofb64.c35 int save = 0; in RC5_32_ofb64_encrypt() local
53 save++; in RC5_32_ofb64_encrypt()
58 if (save) { in RC5_32_ofb64_encrypt()
/freebsd/crypto/openssl/crypto/idea/
H A Di_ofb64.c36 int save = 0; in IDEA_ofb64_encrypt() local
59 save++; in IDEA_ofb64_encrypt()
64 if (save) { in IDEA_ofb64_encrypt()
/freebsd/crypto/openssl/crypto/cast/
H A Dc_ofb64.c35 int save = 0; in CAST_ofb64_encrypt() local
53 save++; in CAST_ofb64_encrypt()
58 if (save) { in CAST_ofb64_encrypt()
/freebsd/crypto/openssl/crypto/bf/
H A Dbf_ofb64.c35 int save = 0; in BF_ofb64_encrypt() local
53 save++; in BF_ofb64_encrypt()
58 if (save) { in BF_ofb64_encrypt()
/freebsd/contrib/bmake/mk/
H A Dnewlog.sh189 */save*) rotate_func=save_log;;
374 save=
378 *:n=*|*:save=*)
398 *,${f}:n=*|,${f}:save=*)
411 test "$save" && rfunc=save_log
413 $rfunc $f $n $save
/freebsd/crypto/openssl/crypto/des/
H A Dofb64ede.c35 int save = 0; in DES_ede3_ofb64_encrypt() local
56 save++; in DES_ede3_ofb64_encrypt()
61 if (save) { in DES_ede3_ofb64_encrypt()
H A Dofb64enc.c34 int save = 0; in DES_ofb64_encrypt() local
52 save++; in DES_ofb64_encrypt()
57 if (save) { in DES_ofb64_encrypt()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clock_gettime.c166 char *save; in ATF_TC_BODY() local
177 REQUIRE_LIBC(save = strdup(cbuf), NULL); in ATF_TC_BODY()
204 RL(sysctlbyname(TC_HARDWARE, NULL, 0, save, strlen(save))); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td12 def SaveSessionOnQuit: Property<"save-session-on-quit", "Boolean">,
15 Desc<"If true, LLDB will save the session's transcripts before quitting.">;
20 def SaveSessionDirectory: Property<"save-session-directory", "FileSpec">,
22 …ere LLDB will save the session's transcripts. This is particularly useful when you can't set the s…
/freebsd/contrib/kyua/integration/
H A Dcmd_db_exec_test.sh45 atf_check -s exit:0 -o save:metadata.csv -e empty \
56 atf_check -s exit:0 -o save:metadata.csv -e empty \
95 atf_check -s exit:0 -o save:metadata.csv -e empty \
111 atf_check -s exit:0 -o save:metadata.csv -e empty \
/freebsd/contrib/llvm-project/lld/ELF/
H A DThunks.cpp548 addSymbol(saver().save("__AArch64AbsLongThunk_" + destination.getName()), in addSymbols()
575 addSymbol(saver().save("__AArch64ADRPThunk_" + destination.getName()), in addSymbols()
679 addSymbol(saver().save("__ARMv7ABSLongThunk_" + destination.getName()), in addSymbols()
714 addSymbol(saver().save("__ARMV7PILongThunk_" + destination.getName()), in addSymbols()
734 addSymbol(saver().save("__ThumbV7PILongThunk_" + destination.getName()), in addSymbols()
888 addSymbol(saver().save("__ARMv4PILongBXThunk_" + destination.getName()), in addSymbols()
905 addSymbol(saver().save("__ARMv4PILongThunk_" + destination.getName()), in addSymbols()
945 addSymbol(saver().save("__Thumbv4PILongThunk_" + destination.getName()), in addSymbols()
1086 addSymbol(saver().save(os.str()), STT_FUNC, 0, isec); in addSymbols()
1139 Defined *s = addSymbol(saver().save("__plt_" + destination.getName()), in addSymbols()
[all …]
/freebsd/contrib/less/
H A Dregexp.c906 register char *save; local
909 save = reginput;
935 register char *save; local
938 save = reginput;
947 regendp[no] = save;
955 register char *save; local
961 save = reginput;
964 reginput = save;
977 register char *save; local
988 save = reginput;
[all …]
H A Dprompt.c71 prproto[0] = save(s_proto); in init_prompt()
72 prproto[1] = save(less_is_more ? more_proto : m_proto); in init_prompt()
73 prproto[2] = save(M_proto); in init_prompt()
74 eqproto = save(e_proto); in init_prompt()
75 hproto = save(h_proto); in init_prompt()
76 wproto = save(w_proto); in init_prompt()
/freebsd/lib/libc/rpc/
H A Drtime.c147 int save; in do_close() local
149 save = errno; in do_close()
151 errno = save; in do_close()

12345678910>>...29