Searched refs:save (Results 251 - 275 of 565) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/sudo-73/src/
H A Dlogging.c140 char *p, *tmp, save; local
165 /* NULL terminate line, but save the char to restore later */
166 save = *tmp;
171 *tmp = save; /* restore saved character */
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclEvent.c290 Tcl_SavedResult save;
292 Tcl_SaveResult(interp, &save);
294 Tcl_RestoreResult(interp, &save);
288 Tcl_SavedResult save; local
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpine.vim44 syn keyword pineConfig elm-style-save
146 syn keyword pineConfig save-by-sender
323 syn keyword pineOption save-aggregates-copy-sequence
324 syn keyword pineOption save-will-advance
325 syn keyword pineOption save-will-not-delete
326 syn keyword pineOption save-will-quote-leading-froms
H A Delmfilt.vim26 syn keyword elmfiltAction contained delete execute executec forward forwardc leave save savecopy skipnl skipwhite nextgroup=elmfiltString
H A Dr.vim5 " Filenames: *.R *.Rout *.r *.Rhistory *.Rt *.Rout.save *.Rout.fail
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Ddn2id.c1092 ID *save, idcurs; local
1095 save = cx->op->o_tmpalloc( BDB_IDL_SIZEOF( cx->tmp ),
1097 BDB_IDL_CPY( save, cx->tmp );
1101 for ( cx->id = bdb_idl_first( save, &idcurs );
1103 cx->id = bdb_idl_next( save, &idcurs )) {
1123 cx->op->o_tmpfree( save, cx->op->o_tmpmemctx );
/macosx-10.10.1/Csu-85/
H A Dstart.s78 start: mr r26,r1 ; save original stack pointer into r26
105 start: mr r26,r1 ; save original stack pointer into r26
/macosx-10.10.1/Libc-1044.1.2/gen/NetBSD/
H A Dutmpx.c494 int save = errno; local
498 errno = save;
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dmaster.c2676 ISC_LIST(dns_rdatalist_t) save;
2683 ISC_LIST_INIT(save);
2686 ISC_LIST_APPEND(save, this, link);
2688 while ((this = ISC_LIST_HEAD(save)) != NULL) {
2689 ISC_LIST_UNLINK(save, this, link);
2696 ISC_LIST_INIT(save);
2699 ISC_LIST_APPEND(save, this, link);
2701 while ((this = ISC_LIST_HEAD(save)) != NULL) {
2702 ISC_LIST_UNLINK(save, this, link);
2726 ISC_LIST(dns_rdata_t) save;
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dintegration_test.sh202 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report <tps.out'
206 atf_check -s eq:0 -o save:stdout -e empty -x 'atf-report -o csv:- <tps.out'
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dpath.c118 /* system call so we can save us to call access(2) first */
333 char save[8]; local
343 memcpy((void*)save, (void*)stakptr(PATH_OFFSET+pcomp.len),sizeof(save));
346 memcpy((void*)stakptr(PATH_OFFSET+pcomp.len),(void*)save,sizeof(save));
1056 /* save original pathname */
1068 char save[PATH_MAX+1]; local
1080 memcpy(save, path, r);
1094 memcpy(path, save,
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtable.rb86 Tk::BLT::Table.save(self)
401 def save(container) method
402 tk_call('::blt::table', 'save', container)
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dpp.rb118 save = Thread.current[:__recursive_key__][:inspect]
124 Thread.current[:__recursive_key__][:inspect] = save
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DSimpleEditTimecode.tcl139 set fileName [$w save]
144 If you want to save a self contained movie, use the Flatten command.}
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dtk.tcl347 return [tk::MotifFDialog save {*}$args]
349 return [::tk::dialog::file:: save {*}$args]
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dtk.tcl336 return [eval tk::MotifFDialog save $args]
338 return [eval ::tk::dialog::file:: save $args]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dgnat.vim19 " 05.11.2006 MK Bram suggested to save on spaces
/macosx-10.10.1/vim-55/src/
H A Dif_python.c1455 PyErr_SetVim(_("cannot save undo information"));
1522 PyErr_SetVim(_("cannot save undo information"));
H A Dregexp.c3073 * Structure used to save the current input state, when it needs to be
3087 /* struct to save start/end pointer/position in for \(\) */
3117 static void reg_save __ARGS((regsave_T *save, garray_T *gap));
3118 static void reg_restore __ARGS((regsave_T *save, garray_T *gap));
3119 static int reg_save_equal __ARGS((regsave_T *save));
3164 * Sometimes need to save a copy of a line. Since alloc()/free() is very
4950 /* Need to save the subexpr to be able to restore them
5153 /* save the position after the found match for next */
5918 /* When "need_clear_subexpr" is set we don't need to save the values, only
5983 reg_save(save, ga
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxslt.c1117 char *negformat = NULL, save = '\0', save1; local
1180 if (save) *p = save;
1216 save = prefix[0];
1220 if (save == '\0') {
1221 prefix[i] = save;
1225 prefix[i] = save;
1226 save = save1;
1362 Tcl_UniChar save = '\0', save1, t, *prefix, *suffix, n[800], f[800]; local
1397 save
3253 char *pc, *aSet, save, *str, prefix[MAX_PREFIX_LEN]; local
5515 char *pc, *start, save; local
5613 char *pc, *start, save, prefix[MAX_PREFIX_LEN]; local
5743 char *pc, *start, save; local
[all...]
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/
H A DBuilder.pm38 C<import()> merely exists to save typing. class is specified after C<@_>
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm183 C<params>. This is just convenience to save typing the following:
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dnumfmt.cpp466 // Formats the number object and save the format
469 // utility to save/restore state, used in two overloads
478 UChar save[4]; member in class:ArgExtractor
502 return save;
514 u_strcpy(save, amt->getISOCurrency());
518 save[0]=0;
610 // Formats the number object and save the format
669 // Parses the string and save the result object as well
681 // Formats a double number and save the result in a string.
691 // Formats a long number and save th
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/bio/
H A Dbss_rtcp.c122 #pragma message save
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecPassword.cpp182 secdebug("SecPassword", "dialog(%s)%s%s%s.", right.name, tries?" retry":"", keychain?" show-add-keychain":"", addToKeychain?" save-to-keychain":"");
252 passwordRef->save();

Completed in 344 milliseconds

<<11121314151617181920>>