OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_NSGetExecutablePath
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
dyld.d
42
int
_NSGetExecutablePath
(char* buf, uint* bufsize);
/src/external/gpl3/gcc/dist/libbacktrace/
fileline.c
182
if (
_NSGetExecutablePath
(NULL, &len) == 0)
187
if (
_NSGetExecutablePath
(name, &len) != 0)
/src/external/gpl3/gcc.old/dist/libbacktrace/
fileline.c
139
if (
_NSGetExecutablePath
(NULL, &len) == 0)
144
if (
_NSGetExecutablePath
(name, &len) != 0)
/src/external/gpl3/gdb/dist/libbacktrace/
fileline.c
151
if (
_NSGetExecutablePath
(NULL, &len) == 0)
156
if (
_NSGetExecutablePath
(name, &len) != 0)
/src/external/gpl3/gdb.old/dist/libbacktrace/
fileline.c
151
if (
_NSGetExecutablePath
(NULL, &len) == 0)
156
if (
_NSGetExecutablePath
(name, &len) != 0)
/src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
progreloc.c
35
/* Get declaration of
_NSGetExecutablePath
on MacOS X 10.2 or newer. */
191
int
_NSGetExecutablePath
(char *buf, unsigned long *bufsize);
195
if (
_NSGetExecutablePath
(location, &length) == 0
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
progreloc.c
35
/* Get declaration of
_NSGetExecutablePath
on MacOS X 10.2 or newer. */
191
int
_NSGetExecutablePath
(char *buf, unsigned long *bufsize);
195
if (
_NSGetExecutablePath
(location, &length) == 0
/src/external/mit/libuv/dist/src/unix/
darwin.c
30
#include <mach-o/dyld.h> /*
_NSGetExecutablePath
*/
77
if (
_NSGetExecutablePath
(exepath, &exepath_size))
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_mac.cc
363
if (
_NSGetExecutablePath
(exe_path.data(), &size) == 0 &&
799
_NSGetExecutablePath
(program_name.data(), &buf_size);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mac.cpp
470
if (
_NSGetExecutablePath
(exe_path.data(), &size) == 0 &&
1027
_NSGetExecutablePath
(program_name.data(), &buf_size);
/src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc
200
if (
_NSGetExecutablePath
(exe_path, &size) == 0) {
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mac.cpp
481
if (
_NSGetExecutablePath
(exe_path.data(), &size) == 0 &&
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
file.d
3437
import core.sys.darwin.mach.dyld :
_NSGetExecutablePath
;
3444
_NSGetExecutablePath
(null, &size); // get the length of the path
3446
_NSGetExecutablePath
(buffer.ptr, &size);
/src/external/gpl2/gettext/dist/gettext-runtime/
configure
30293
for ac_func in
_NSGetExecutablePath
[
all
...]
Completed in 80 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026