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

1234567891011>>

/freebsd-11-stable/lib/libc/string/
H A Dstrrchr.c42 char *save; local
46 for (save = NULL;; ++p) {
48 save = (char *)p;
50 return (save);
H A Dstrcat.c41 char *save = s; local
45 return(save);
H A Dstrcpy.c41 char *save = to; local
44 return(save);
/freebsd-11-stable/libexec/save-entropy/
H A DMakefile3 SCRIPTS= save-entropy.sh
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DStringSaver.h27 // All returned strings are null-terminated: *save(S).end() == 0.
28 StringRef save(const char *S) { return save(StringRef(S)); } function in class:llvm::final
29 StringRef save(StringRef S);
30 StringRef save(const Twine &S) { return save(StringRef(S.str())); } function in class:llvm::final
31 StringRef save(const std::string &S) { return save(StringRef(S)); } function in class:llvm::final
49 // All returned strings are null-terminated: *save(S).end() == 0.
50 StringRef save(cons function in class:llvm::final
52 StringRef save(const Twine &S) { return save(StringRef(S.str())); } function in class:llvm::final
53 StringRef save(const std::string &S) { return save(StringRef(S)); } function in class:llvm::final
[all...]
/freebsd-11-stable/sys/libkern/
H A Dstrcat.c38 char *save = s; local
42 return(save);
H A Dstrcpy.c38 char *save = to; local
41 return(save);
H A Dstrrchr.c43 char *save; local
46 for (save = NULL;; ++u.p) {
48 save = u.p;
50 return(save);
/freebsd-11-stable/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-11-stable/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-11-stable/lib/csu/sparc64/
H A Dcrti.S49 save %sp,-192,%sp
57 save %sp,-192,%sp
/freebsd-11-stable/contrib/dialog/
H A Dhelp.c36 DIALOG_VARS save; local
39 dlg_save_vars(&save);
51 dlg_restore_vars(&save);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DStringSaver.cpp13 StringRef StringSaver::save(StringRef S) { function in class:StringSaver
21 StringRef UniqueStringSaver::save(StringRef S) { function in class:UniqueStringSaver
23 if (R.second) // cache miss, need to actually save the string
24 *R.first = Strings.save(S); // safe replacement with equal value
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dipf_perror.c22 int save; local
25 save = errno;
29 errno = save;
32 return realerr ? realerr : save;
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dcode_debug.c158 struct YYParseState_s *save; /* Previously saved parser state */ member in struct:YYParseState_s
239 #define yytrial (yyps->save)
359 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
360 #define YYVALID_NESTED do { if (yyps->save && \
361 yyps->save->save == 0) goto yyvalid; } while(0)
390 yyps->save = 0;
426 if (yyps->save)
428 /* in trial mode; save scanner results for future parse attempts */
492 YYParseState *save; local
511 YYParseState *save; local
663 YYParseState *save = yyps->save; local
1023 YYParseState *save = yyps->save; local
1110 YYParseState *save = yyps; local
1117 YYParseState *save = yypath; local
[all...]
H A Drename_debug.c160 struct YYParseState_s *save; /* Previously saved parser state */ member in struct:YYParseState_s
241 #define yytrial (yyps->save)
361 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
362 #define YYVALID_NESTED do { if (yyps->save && \
363 yyps->save->save == 0) goto yyvalid; } while(0)
392 yyps->save = 0;
430 if (yyps->save)
432 /* in trial mode; save scanner results for future parse attempts */
495 YYParseState *save; local
514 YYParseState *save; local
675 YYParseState *save = yyps->save; local
1034 YYParseState *save = yyps->save; local
1121 YYParseState *save = yyps; local
1128 YYParseState *save = yypath; local
[all...]
H A Derr_syntax12.tab.c308 struct YYParseState_s *save; /* Previously saved parser state */ member in struct:YYParseState_s
385 #define yytrial (yyps->save)
505 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
506 #define YYVALID_NESTED do { if (yyps->save && \
507 yyps->save->save == 0) goto yyvalid; } while(0)
536 yyps->save = 0;
574 if (yyps->save)
576 /* in trial mode; save scanner results for future parse attempts */
639 YYParseState *save; local
658 YYParseState *save; local
819 YYParseState *save = yyps->save; local
1178 YYParseState *save = yyps->save; local
1265 YYParseState *save = yyps; local
1272 YYParseState *save = yypath; local
[all...]
H A Derr_syntax18.tab.c305 struct YYParseState_s *save; /* Previously saved parser state */ member in struct:YYParseState_s
382 #define yytrial (yyps->save)
502 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
503 #define YYVALID_NESTED do { if (yyps->save && \
504 yyps->save->save == 0) goto yyvalid; } while(0)
533 yyps->save = 0;
571 if (yyps->save)
573 /* in trial mode; save scanner results for future parse attempts */
636 YYParseState *save; local
655 YYParseState *save; local
816 YYParseState *save = yyps->save; local
1180 YYParseState *save = yyps->save; local
1267 YYParseState *save = yyps; local
1274 YYParseState *save = yypath; local
[all...]
H A Dvarsyntax_calc1.tab.c471 struct YYParseState_s *save; /* Previously saved parser state */ member in struct:YYParseState_s
657 #define yytrial (yyps->save)
777 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
778 #define YYVALID_NESTED do { if (yyps->save && \
779 yyps->save->save == 0) goto yyvalid; } while(0)
808 yyps->save = 0;
846 if (yyps->save)
848 /* in trial mode; save scanner results for future parse attempts */
911 YYParseState *save; local
930 YYParseState *save; local
1091 YYParseState *save = yyps->save; local
1614 YYParseState *save = yyps->save; local
1701 YYParseState *save = yyps; local
1708 YYParseState *save = yypath; local
[all...]
H A Dquote_calc4-s.tab.c435 struct YYParseState_s *save; /* Previously saved parser state */ member in struct:YYParseState_s
531 #define yytrial (yyps->save)
651 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
652 #define YYVALID_NESTED do { if (yyps->save && \
653 yyps->save->save == 0) goto yyvalid; } while(0)
682 yyps->save = 0;
720 if (yyps->save)
722 /* in trial mode; save scanner results for future parse attempts */
785 YYParseState *save; local
804 YYParseState *save; local
965 YYParseState *save = yyps->save; local
1385 YYParseState *save = yyps->save; local
1472 YYParseState *save = yyps; local
1479 YYParseState *save = yypath; local
[all...]
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf_check_test.sh38 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
43 atf_check -s eq:0 -o save:stdout -e save:stderr -x \
60 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
85 atf_check -s eq:1 -o save:stdout -e save:stderr -x \
109 atf_check -s eq:1 -o save:stdout -e save
[all...]
/freebsd-11-stable/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
/freebsd-11-stable/crypto/openssl/util/
H A Ddomd18 mv Makefile Makefile.save
19 cp Makefile.save Makefile
39 if cmp -s Makefile.save Makefile.new; then
40 mv Makefile.save Makefile

Completed in 191 milliseconds

1234567891011>>