Home
last modified time | relevance | path

Searched refs:confstr (Results 176 – 200 of 1079) sorted by relevance

12345678910>>...44

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/ssp/
H A Dunistd.h40 __ssp_redirect(size_t, confstr, (int __name, char *__buf, size_t __len), \
/dports/x11-wm/i3/i3-4.20.1/libi3/
H A Dget_exe_path.c76 while (confstr(_CS_PATH, tmp, tmp_size) > tmp_size) { in get_exe_path()
/dports/x11-wm/i3-gaps/i3-4.20.1/libi3/
H A Dget_exe_path.c76 while (confstr(_CS_PATH, tmp, tmp_size) > tmp_size) { in get_exe_path()
/dports/print/cups/cups-2.3.3op2/cups/
H A Dtempfile.c75 if (confstr(_CS_DARWIN_USER_TEMP_DIR, tmppath, sizeof(tmppath))) in cupsTempFd()
/dports/sysutils/heirloom/heirloom-070715/getconf/
H A Dgetconf.c221 extern size_t confstr(int, char *, size_t);
2130 len = confstr((int)scp->value, NULL, (size_t)0); in getconf()
2149 if (confstr((int)scp->value, buffer, len) == 0) { in getconf()
2182 if ((len = confstr(_CS_PATH, NULL, 0)) == 0 || in getconf()
2184 confstr(_CS_PATH, buffer, len) == 0) in getconf()
/dports/devel/libcwd/libcwd-1.0.6/testsuite/libcwd.threads/
H A Dthreads.cc239 size_t n = confstr (_CS_GNU_LIBPTHREAD_VERSION, NULL, 0); in main()
243 confstr(_CS_GNU_LIBPTHREAD_VERSION, buf, n); in main()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/tools/attach/
H A DLinuxVirtualMachine.c205 n = confstr(_CS_GNU_LIBPTHREAD_VERSION, NULL, 0); in Java_sun_tools_attach_LinuxVirtualMachine_isLinuxThreads()
216 confstr(_CS_GNU_LIBPTHREAD_VERSION, s, n); in Java_sun_tools_attach_LinuxVirtualMachine_isLinuxThreads()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/parser/
H A DParserOptionsTest.php253 public static function onPageRenderingHash( &$confstr ) { argument
254 $confstr .= '!onPageRenderingHash';
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/parser/
H A DParserOptionsTest.php243 public static function onPageRenderingHash( &$confstr ) { argument
244 $confstr .= '!onPageRenderingHash';
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/parser/
H A DParserOptionsTest.php240 public static function onPageRenderingHash( &$confstr ) { argument
241 $confstr .= '!onPageRenderingHash';
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/tools/attach/
H A DLinuxVirtualMachine.c205 n = confstr(_CS_GNU_LIBPTHREAD_VERSION, NULL, 0); in Java_sun_tools_attach_LinuxVirtualMachine_isLinuxThreads()
216 confstr(_CS_GNU_LIBPTHREAD_VERSION, s, n); in Java_sun_tools_attach_LinuxVirtualMachine_isLinuxThreads()
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/
H A Dspawn.py108 path = os.confstr("CS_PATH")
/dports/lang/python310/Python-3.10.1/Lib/distutils/
H A Dspawn.py112 path = os.confstr("CS_PATH")
/dports/lang/python39/Python-3.9.9/Lib/distutils/
H A Dspawn.py112 path = os.confstr("CS_PATH")
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/_distutils/
H A Dspawn.py108 path = os.confstr("CS_PATH")
/dports/lang/python311/Python-3.11.0a3/Lib/distutils/
H A Dspawn.py112 path = os.confstr("CS_PATH")
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/
H A Dspawn.py112 path = os.confstr("CS_PATH")
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dthread.c214 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dthread.c214 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dthread.c214 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
/dports/lang/python38/Python-3.8.12/Python/
H A Dthread.c214 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
/dports/lang/python39/Python-3.9.9/Python/
H A Dthread.c212 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
/dports/lang/python37/Python-3.7.12/Python/
H A Dthread.c214 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dthread.c214 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dthread.c231 len = confstr(_CS_GNU_LIBPTHREAD_VERSION, buffer, sizeof(buffer)); in PyThread_GetInfo()

12345678910>>...44