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

/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dcommand.c24 extern size_t confstr __P((int, char *, size_t));
161 len = (size_t)confstr (_CS_PATH, (char *)NULL, (size_t)0);
166 confstr (_CS_PATH, p, len);
/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)))
117 if (confstr(_CS_DARWIN_USER_CACHE_DIR, darwinDirectory, sizeof(darwinDirectory)))
/macosx-10.10.1/system_cmds-643.1.1/getconf.tproj/
H A Dgetconf.c98 if (argv[optind + 1] == NULL) { /* confstr or sysconf */
146 len = confstr(key, 0, 0);
149 err(EX_OSERR, "confstr: %s", name);
155 confstr(key, buf, len);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DSandboxInitialiationParametersMac.mm57 if (confstr(confID, path, PATH_MAX) <= 0)
H A DChildProcessMac.mm120 if (!confstr(_CS_DARWIN_USER_TEMP_DIR, temporaryDirectory, sizeof(temporaryDirectory))) {
H A DSandboxExtensionMac.mm244 if (!confstr(_CS_DARWIN_USER_TEMP_DIR, path.data(), path.size()))
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDataLog.cpp46 // Set to 1 to use the temp directory from confstr instead of hardcoded directory.
93 size_t dirnameLength = confstr(_CS_DARWIN_USER_TEMP_DIR, filenameBuffer, 1024);
/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.c116 confstr(name, buf, len) function
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h553 size_t confstr(int, char *, size_t) __DARWIN_ALIAS(confstr); variable
556 size_t confstr(int, char *, size_t) LIBC_ALIAS(confstr);
/macosx-10.10.1/WebKit2-7600.1.25/PluginProcess/mac/
H A DPluginProcessMac.mm490 if (!confstr(_CS_DARWIN_USER_TEMP_DIR, temporaryDirectory, sizeof(temporaryDirectory))) {
496 if (!confstr(_CS_DARWIN_USER_CACHE_DIR, cacheDirectory, sizeof(cacheDirectory))) {
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dgetconf.c86 static size_t confstr __P((int, char *, size_t));
1239 slen = confstr (cp->value, (char *) 0, (size_t) 0);
1252 confstr(cp->value, sval, slen);
1362 confstr (name, buf, len) function
/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/WebKit-7600.1.25/mac/Misc/
H A DWebKitNSStringExtras.mm363 size_t cacheDirectoryLen = confstr(_CS_DARWIN_USER_CACHE_DIR, cacheDirectory, MAXPATHLEN);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMac.mm162 size_t cacheDirectoryLen = confstr(_CS_DARWIN_USER_CACHE_DIR, cacheDirectory, MAXPATHLEN);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dconf.sh354 1) echo "$command: check ${CONF_getconf:+$CONF_getconf(1),}confstr(2),pathconf(2),sysconf(2),sysinfo(2) configuration names" >&2 ;;
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsession.c1259 len = confstr(_CS_DARWIN_USER_TEMP_DIR, tmpdir, sizeof(tmpdir));
1264 // errno is set by confstr
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/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSSession.cpp145 size_t result = confstr(_CS_DARWIN_USER_CACHE_DIR, strBuffer, sizeof(strBuffer));
149 syslog(LOG_CRIT, "confstr on _CS_DARWIN_USER_CACHE_DIR returned an error.");
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dastconf.c25 * string interface to confstr(),pathconf(),sysconf(),sysinfo()
1093 call = "confstr";
1095 if (!(v = confstr(p->op, buf, sizeof(buf))))
/macosx-10.10.1/libmalloc-53.1.1/src/
H A Dstack_logging_disk.c418 * <rdar://problem/11128080> if we needed to call confstr during init then setting this
438 * 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);
473 /* <rdar://problem/11128080> Can't call confstr during init, so postpone
/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/bash-94.1.2/bash-3.2/
H A Dconfigure12385 for ac_func in bcopy bzero confstr fnmatch \
13045 echo "$as_me:$LINENO: checking whether confstr is declared" >&5
13046 echo $ECHO_N "checking whether confstr is declared... $ECHO_C" >&6
13060 #ifndef confstr
13061 char *p = (char *) confstr;
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c[all...]

Completed in 516 milliseconds