Searched refs:temporary (Results 1 - 25 of 254) sorted by relevance

1234567891011

/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dmemory_object.h165 boolean_t temporary; member in struct:old_memory_object_behave_info
184 boolean_t temporary; member in struct:memory_object_attr_info
189 boolean_t temporary; member in struct:memory_object_behave_info
H A Dmemory_object_types.h274 boolean_t temporary; member in struct:old_memory_object_behave_info
321 boolean_t temporary; member in struct:memory_object_attr_info
326 boolean_t temporary; member in struct:memory_object_behave_info
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A DMKfallback.sh47 echo creating temporary terminfo directory... >&2
127 echo removing temporary terminfo directory... >&2
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dmemory_object.c926 * a temporary solution (until we figure out how to deal with
1106 boolean_t temporary,
1114 object, (may_cache&1)|((temporary&1)<1), copy_strategy, 0, 0);
1138 if (temporary)
1139 temporary = TRUE;
1150 object->temporary = temporary;
1186 boolean_t temporary; local
1199 temporary = object->temporary;
1102 vm_object_set_attributes_common( vm_object_t object, boolean_t may_cache, memory_object_copy_strategy_t copy_strategy, boolean_t temporary, __unused boolean_t silent_overwrite, boolean_t advisory_pageout) argument
[all...]
H A Dvm_debug.c240 cobject->temporary;
454 cobject->temporary;
H A Ddevice_vm.c263 attributes.temporary = TRUE;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhitest.vim33 " edit temporary file
114 " add autocommands to remove temporary file from buffer list
125 " we don't want to save this temporary file
H A Ddracula.vim39 syn match draculaStatement "\(temporary\|connect\)-layer"
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokencache.cpp204 // Make a cache entry that is temporary and will never be reused.
211 "%s/temporary:%ld", tokensDir, mSubservice);
215 secdebug("tokencache", "temporary token \"%s\" ssid=%ld", rootForm, mSubservice);
216 init(temporary);
237 if (type() == temporary)
H A Dtokencache.h77 enum Type { existing, created, temporary }; enumerator in enum:TokenCache::Token::Type
/macosx-10.9.5/cups-372.4/cups/tools/
H A Dmakeipptoolpkg90 echo Removing temporary files...
H A Dmakesrcdist130 echo Removing temporary files...
H A Dtestosx136 echo Removing temporary files...
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DPath.inc142 std::string(pathname) + ": can't create temporary directory");
147 // If no mkdtemp is available, mkstemp can be used to create a temporary file
150 // have a slight race condition from the time the temporary file is created to
156 std::string(pathname) + ": can't create temporary directory");
163 std::string(pathname) + ": can't create temporary directory");
172 // twenty six temporary files that can be generated.
182 std::string(TmpName) + ": can't create temporary directory");
190 // temporary name generated. So, we provide our own implementation that
194 // many temporary files so this shouldn't be a big issue for LLVM.
203 std::string(pathname) + ": can't create temporary director
[all...]
/macosx-10.9.5/ruby-104/ruby/win32/
H A Difchange.bat2 :: usage: ifchange target temporary
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dchain.c78 * not found in the structure to create a temporary one
426 int temporary = 0; local
592 temporary = 1;
597 temporary = 1;
601 op->o_log_prefix, ref->bv_val, temporary ? "temporary" : "caching" );
618 if ( temporary ) {
712 int temporary = 0; local
835 /* if none is found, create a temporary... */
863 temporary
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/
H A DSQLAnywhere.pm100 timestamp formats (as temporary options for the session) for use with
118 "set temporary option timestamp_format = 'yyyy-mm-dd hh:mm:ss.ssssss'"
121 "set temporary option date_format = 'yyyy-mm-dd hh:mm:ss.ssssss'"
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DPath.inc209 *ErrMsg = "Can't determine temporary directory";
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DConfigure.pm114 Embedded newlines are legal, the text simply being stuffed into a temporary
151 Embedded newlines are legal, the text simply being stuffed into a temporary
186 Embedded newlines are legal, the text simply being stuffed into a temporary
223 Embedded newlines are legal, the text simply being stuffed into a temporary
/macosx-10.9.5/ruby-104/ruby/tool/
H A Dmake-snapshot21 -keep_temp keep temporary working directory
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dzip.vim254 if s:ChgDir(tmpdir,s:ERROR,"(zip#Write) cannot cd to temporary directory")
261 " place temporary files under .../_ZIPVIM_/
/macosx-10.9.5/CF-855.17/
H A DCFOldStylePList.c562 CRSetCrashLogMessage("CFPropertyList ran out of memory while attempting to allocate temporary storage.");
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/dns/
H A Dspf.tcl479 2 { return -code error -errorcode temporary $spf }
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/
H A DSpec.pm144 list of possible temporary directories. Returns the current directory
145 if no writable temporary directories are found. The list of directories
/macosx-10.9.5/bind9-45.100/bind9/bin/confgen/win32/
H A Dddnsconfgen.mak40 # Specifying name of temporary resource file used only in incremental builds:

Completed in 252 milliseconds

1234567891011