Searched refs:save (Results 201 - 225 of 565) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DStorageManager.cpp259 mSavedList.save();
296 mSavedList.save();
378 mSavedList.save();
450 mSavedList.save();
522 mSavedList.save();
744 mSavedList.save();
851 mSavedList.save();
910 mSavedList.save();
1277 // note: save() will cause the plist to be unlinked if the only remaining entry is for login.keychain
1278 mSavedList.save();
[all...]
H A DDLDBListCFPref.h68 void save();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DStorageManager.cpp259 mSavedList.save();
296 mSavedList.save();
378 mSavedList.save();
450 mSavedList.save();
522 mSavedList.save();
744 mSavedList.save();
851 mSavedList.save();
910 mSavedList.save();
1277 // note: save() will cause the plist to be unlinked if the only remaining entry is for login.keychain
1278 mSavedList.save();
[all...]
H A DDLDBListCFPref.h68 void save();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DStorageManager.cpp259 mSavedList.save();
296 mSavedList.save();
378 mSavedList.save();
450 mSavedList.save();
522 mSavedList.save();
744 mSavedList.save();
851 mSavedList.save();
910 mSavedList.save();
1277 // note: save() will cause the plist to be unlinked if the only remaining entry is for login.keychain
1278 mSavedList.save();
[all...]
H A DDLDBListCFPref.h68 void save();
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dread_termcap.c244 * do this to save time and avoid using up file descriptors for tc=
925 char *save = strchr(path, NCURSES_PATHSEP); local
926 if (save != 0)
927 *save = '\0';
934 if (save != 0)
935 *save = NCURSES_PATHSEP;
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dpattern.c2275 * we were lazy and didn't save the globflags if an exclusion
2483 char *start, *save, *chrop, *chrend, *compend; local
2636 save = patinput;
2639 /* if already too small, no power on earth can save it */
2650 patinput = --save;
2669 save = patinput;
2679 patinput = --save;
2703 save = patinput;
2711 patbeginp[no-1] = save;
2729 save
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DVLANConfiguration.c703 CFTypeRef save; local
710 save = interfacePrivate->vlan.interface;
712 if (save != NULL) CFRelease(save);
715 save = interfacePrivate->vlan.tag;
717 if (save != NULL) CFRelease(save);
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_core.c393 uint32_t lfu[2], save[2]; local
400 save[0] = 0;
401 save[1] = 0;
432 if ((j == 1) && (min == save[0])) break;
436 save[j] = hist[lfu[j]];
440 outlen = 2 + len + save[0] + save[1] + 1;
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DLimit.pm87 # Ask the appender to save a cached message in $cache
95 $self->save() if $self->{persistent};
114 $self->save() if $self->{persistent};
138 sub save { subroutine
146 die "Cannot save messages in $self->{persistent} ($!)";
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dmd5.c210 memcpy(m->save + offset, p, l);
218 struct x32 *us = (struct x32*)m->save;
225 calc(m, (uint32_t*)m->save);
/macosx-10.10.1/file_cmds-242/rm/
H A Drm.c528 char *p, **save, **t; local
541 for (save = t; (t[0] = t[1]) != NULL; ++t)
543 t = save;
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dbm_so_meteor_contest.rb516 save( board_string)
517 save( board_string.reverse)
521 def save( board_string) method
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_clib.c1076 register char *save; local
1080 save = restate->reginput;
1088 restate->regstartp[no] = save;
1105 register char *save; local
1109 save = restate->reginput;
1118 restate->regendp[no] = save;
1125 register char *save; local
1131 save = restate->reginput;
1134 restate->reginput = save;
1145 register char *save; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtridpars.cpp442 UObjectDeleter *save = list.setDeleter(_deleteSingleID); local
444 list.setDeleter(save);
514 UObjectDeleter *save = list.setDeleter(_deleteSingleID); local
531 list.setDeleter(save);
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DImageUtilities.js368 context.save();
504 context.save();
546 context.save();
646 context.save();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebInspectorProxy.h183 void save(const String& filename, const String& content, bool base64Encoded, bool forceSaveAs);
/macosx-10.10.1/dyld-353.2.1/src/
H A DthreadLocalHelpers.s65 movq %rdi,RDI_SAVE_RBP(%rbp) # save registers that might be used as parameters
202 pushl %edx // save edx
204 movl %eax,-8(%ebp) // save descriptor
244 stp x1, x2, [sp, #-16]! // save all registers that C function might trash
256 stp x0, x17, [sp, #-16]! // save descriptor
290 mov r7,r0 // save descriptor in r7
/macosx-10.10.1/groff-38/groff/src/devices/xditview/
H A DDviP.h28 /* Type for save method. */
38 DviSaveProc save; member in struct:_DviClass
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dvariables.sh85 integer save=$LINENO
94 LINENO=save+10
117 nameref foo=${.sh.name}.save
127 nameref foo=${.sh.name}.save
/macosx-10.10.1/mail_cmds-30/mail/
H A Dcmdtab.c85 { "save", save, STRLIST, 0, 0 },
H A Dextern.h214 int save(char []);
/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen_smtpd.c302 #define PSC_EHLO_APPEND(save, buf, fmt) do { \
303 (save) = LEN(buf); \
307 #define PSC_EHLO_APPEND1(save, buf, fmt, arg1) do { \
308 (save) = LEN(buf); \
/macosx-10.10.1/shell_cmds-179/w/
H A Dw.c492 struct entry *from, *save; local
501 save = from;
503 save->next = *nextp;
504 *nextp = save;

Completed in 347 milliseconds

1234567891011>>