Searched refs:_CS_DARWIN_USER_TEMP_DIR (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/PluginProcess/EntryPoint/mac/LegacyProcess/
H A DPluginProcessMain.mm115 if (confstr(_CS_DARWIN_USER_TEMP_DIR, darwinDirectory, sizeof(darwinDirectory)))
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDataLog.cpp93 size_t dirnameLength = confstr(_CS_DARWIN_USER_TEMP_DIR, filenameBuffer, 1024);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DChildProcessMac.mm120 if (!confstr(_CS_DARWIN_USER_TEMP_DIR, temporaryDirectory, sizeof(temporaryDirectory))) {
128 sandboxParameters.addConfDirectoryParameter("DARWIN_USER_TEMP_DIR", _CS_DARWIN_USER_TEMP_DIR);
H A DSandboxExtensionMac.mm244 if (!confstr(_CS_DARWIN_USER_TEMP_DIR, path.data(), path.size()))
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCDNotifierInformViaFD.c87 n = confstr(_CS_DARWIN_USER_TEMP_DIR, tmpdir, sizeof(tmpdir));
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dconfstr.c224 case _CS_DARWIN_USER_TEMP_DIR:
/macosx-10.10.1/ruby-106/ruby/ext/etc/
H A Detc.c631 len = confstr(_CS_DARWIN_USER_TEMP_DIR, path, sizeof(path));
/macosx-10.10.1/WebKit2-7600.1.25/PluginProcess/mac/
H A DPluginProcessMac.mm490 if (!confstr(_CS_DARWIN_USER_TEMP_DIR, temporaryDirectory, sizeof(temporaryDirectory))) {
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h408 #define _CS_DARWIN_USER_TEMP_DIR 65537 macro
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsession.c1259 len = confstr(_CS_DARWIN_USER_TEMP_DIR, tmpdir, sizeof(tmpdir));
2649 len = confstr(_CS_DARWIN_USER_TEMP_DIR, tmpdir, sizeof(tmpdir));
H A Dclientloop.c332 len = confstr(_CS_DARWIN_USER_TEMP_DIR, tmpdir, sizeof(tmpdir));
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c438 * confstr(_CS_DARWIN_USER_TEMP_DIR, ...) - should be same as TMPDIR if that is set,
470 size_t n = confstr(_CS_DARWIN_USER_TEMP_DIR, target, (size_t) PATH_MAX);
/macosx-10.10.1/Libnotify-133.1.1/
H A Dnotify_client.c1753 if (confstr(_CS_DARWIN_USER_TEMP_DIR, tmp, sizeof(tmp)) <= 0) return NULL;
/macosx-10.10.1/screen-22/screen/
H A Dscreen.c943 if (confstr(_CS_DARWIN_USER_TEMP_DIR, DarwinSockDir, sizeof(DarwinSockDir))) {
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 423 milliseconds