Searched refs:save (Results 1 - 25 of 455) sorted by relevance

1234567891011>>

/freebsd-current/crypto/openssl/include/crypto/
H A D__DECC_INCLUDE_PROLOGUE.H15 /* save state */
16 #pragma names save
/freebsd-current/crypto/openssl/include/internal/
H A D__DECC_INCLUDE_PROLOGUE.H15 /* save state */
16 #pragma names save
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DStringSaver.h29 // All returned strings are null-terminated: *save(S).end() == 0.
30 StringRef save(const char *S) { return save(StringRef(S)); } function in class:llvm::final
31 StringRef save(StringRef S);
32 StringRef save(const Twine &S);
33 StringRef save(const std::string &S) { return save(StringRef(S)); } function in class:llvm::final
51 // All returned strings are null-terminated: *save(S).end() == 0.
52 StringRef save(const char *S) { return save(StringRe function in class:llvm::final
55 StringRef save(const std::string &S) { return save(StringRef(S)); } function in class:llvm::final
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A D__DECC_INCLUDE_PROLOGUE.H20 /* save state */
21 # pragma names save
/freebsd-current/crypto/openssl/apps/include/
H A D__DECC_INCLUDE_PROLOGUE.H20 /* save state */
21 # pragma names save
/freebsd-current/crypto/openssl/providers/common/include/prov/
H A D__DECC_INCLUDE_PROLOGUE.H20 /* save state */
21 # pragma names save
/freebsd-current/crypto/openssl/providers/implementations/include/prov/
H A D__DECC_INCLUDE_PROLOGUE.H20 /* save state */
21 # pragma names save
/freebsd-current/libexec/save-entropy/
H A DMakefile2 SCRIPTS= save-entropy.sh
3 MAN= save-entropy.8
/freebsd-current/sys/libkern/
H A Dstrrchr.c38 char *p, *save; local
41 for (save = NULL;; ++p) {
43 save = p;
45 return (save);
H A Dstrcpy.c38 char *save = to; local
41 return(save);
H A Dstrcat.c38 char *save = s; local
42 return(save);
/freebsd-current/lib/libc/string/
H A Dstrrchr.c38 char *save; local
42 for (save = NULL;; ++p) {
44 save = (char *)p;
46 return (save);
H A Dstrcpy.c46 char *save = to; local
49 return(save);
H A Dstrcat.c39 char *save = s; local
43 return(save);
/freebsd-current/contrib/netbsd-tests/ipf/
H A Dt_logging.sh52 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -f logout"
53 cat save >>out
56 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -bf logout"
57 cat save >>out.b
63 atf_check -o save:save -x "TZ=$GMT ipmon -P /dev/null -f logout"
64 cat save >>out
67 atf_check -o save
[all...]
H A Dt_bpf.sh53 atf_check -o save:save -x "echo '$rule' | ipftest -Rbr - -i in"
54 cat save >>out
/freebsd-current/crypto/heimdal/lib/roken/
H A Dstrsep_copy.c47 const char *save = *stringp; local
49 if(save == NULL)
52 l = min(len, (size_t)(*stringp - save));
54 memcpy(buf, save, l);
58 l = *stringp - save;
H A Dstrsep.c45 char *save = *str; local
55 return save;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DStringSaver.cpp15 StringRef StringSaver::save(StringRef S) { function in class:StringSaver
23 StringRef StringSaver::save(const Twine &S) { function in class:StringSaver
25 return save(S.toStringRef(Storage));
28 StringRef UniqueStringSaver::save(StringRef S) { function in class:UniqueStringSaver
30 if (R.second) // cache miss, need to actually save the string
31 *R.first = Strings.save(S); // safe replacement with equal value
35 StringRef UniqueStringSaver::save(const Twine &S) { function in class:UniqueStringSaver
37 return save(S.toStringRef(Storage));
/freebsd-current/sbin/ipf/libipf/
H A Dipf_perror.c17 int save; local
20 save = errno;
24 errno = save;
27 return (realerr ? realerr : save);
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmisc.exp23 save-dollars: 0 = $
24 save-dollars: 1 = $$
25 save-dollars: 2 = $$
26 save-dollars: False = $
27 save-dollars: True = $$
28 save-dollars: false = $
29 save-dollars: true = $$
30 save-dollars: Yes = $$
31 save-dollars: No = $
32 save
[all...]
/freebsd-current/contrib/dialog/
H A Dhelp.c36 DIALOG_VARS save; local
39 dlg_save_vars(&save);
51 dlg_restore_vars(&save);
/freebsd-current/contrib/byacc/test/btyacc/
H A Drename_debug.c163 struct YYParseState_s *save; /* Previously saved parser state */ member in struct:YYParseState_s
244 #define yytrial (yyps->save)
364 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
365 #define YYVALID_NESTED do { if (yyps->save && \
366 yyps->save->save == 0) goto yyvalid; } while(0)
398 yyps->save = 0;
436 if (yyps->save)
438 /* in trial mode; save scanner results for future parse attempts */
501 YYParseState *save; local
520 YYParseState *save; local
681 YYParseState *save = yyps->save; local
1040 YYParseState *save = yyps->save; local
1127 YYParseState *save = yyps; local
1134 YYParseState *save = yypath; local
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Delf.sh40 save=/tmp/elf.sh.img
41 [ -f $save ] && { echo "$save exists"; exit 0; }
59 cp elf $save; fsync $save; sync
73 rm /tmp/flip $save
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_cache.sh4 # -- DNS cache save/load script
45 $ECHO "s - Save - save Unbound DNS cache contents to plain file with domain names."
48 $ECHO "filename - file to save/load dumped cache. If not specified, $CONF/$FNAME will be used instead."
151 -s | -S) save="1";;
152 -l | -L) save="0";;
153 -r | -R) save="2";;
166 if [ "$save" = "1" ]; then
168 elif [ "$save" = "0" ]; then
170 elif [ "$save" = "2" ]; then

Completed in 197 milliseconds

1234567891011>>