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

/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DFileSystemMac.mm50 if (!confstr(_CS_DARWIN_USER_TEMP_DIR, temporaryFilePath.data(), temporaryFilePath.size()))
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/EntryPoint/mac/LegacyProcess/
H A DPluginProcessMain.mm107 if (confstr(_CS_DARWIN_USER_TEMP_DIR, darwinDirectory, sizeof(darwinDirectory)))
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dconfstr.c186 case _CS_DARWIN_USER_TEMP_DIR:
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DChildProcessMac.mm186 if (!confstr(_CS_DARWIN_USER_TEMP_DIR, temporaryDirectory, sizeof(temporaryDirectory))) {
194 sandboxParameters.addConfDirectoryParameter("DARWIN_USER_TEMP_DIR", _CS_DARWIN_USER_TEMP_DIR);
H A DSandboxExtensionMac.mm242 if (!confstr(_CS_DARWIN_USER_TEMP_DIR, path.data(), path.size()))
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDNotifierInformViaFD.c87 n = confstr(_CS_DARWIN_USER_TEMP_DIR, tmpdir, sizeof(tmpdir));
/macosx-10.9.5/ruby-104/ruby/ext/etc/
H A Detc.c631 len = confstr(_CS_DARWIN_USER_TEMP_DIR, path, sizeof(path));
/macosx-10.9.5/WebKit2-7537.78.2/PluginProcess/mac/
H A DPluginProcessMac.mm492 if (!confstr(_CS_DARWIN_USER_TEMP_DIR, temporaryDirectory, sizeof(temporaryDirectory))) {
/macosx-10.9.5/Libc-997.90.3/include/
H A Dunistd.h408 #define _CS_DARWIN_USER_TEMP_DIR 65537 macro
/macosx-10.9.5/OpenSSH-186/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.c333 len = confstr(_CS_DARWIN_USER_TEMP_DIR, tmpdir, sizeof(tmpdir));
/macosx-10.9.5/Libnotify-121.20.1/
H A Dnotify_client.c1654 if (confstr(_CS_DARWIN_USER_TEMP_DIR, tmp, sizeof(tmp)) <= 0) return NULL;
/macosx-10.9.5/screen-22/screen/
H A Dscreen.c943 if (confstr(_CS_DARWIN_USER_TEMP_DIR, DarwinSockDir, sizeof(DarwinSockDir))) {
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c5122 r = confstr(_CS_DARWIN_USER_TEMP_DIR, tmpdirpath, sizeof(tmpdirpath));
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 607 milliseconds