Home
last modified time | relevance | path

Searched refs:getprogname (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/util/
Du_process.c103 # define GET_PROGRAM_NAME() getprogname()
107 # define GET_PROGRAM_NAME() getprogname()
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils.cpp23 const char *executableName = getprogname(); in GetExecutableName()
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h76 #define getprogname _getprogname macro
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt1045 getprogname
Ddragonfly.txt1299 getprogname
Dnetbsd.txt1259 getprogname
Dfreebsd.txt1624 getprogname
Dapple.txt1900 getprogname
/third_party/libinput/
Dmeson.build118 if cc.has_header_symbol('stdlib.h', 'getprogname')
119 config_h.set('program_invocation_short_name', 'getprogname()')
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs642 pub fn getprogname() -> *const ::c_char; in getprogname() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs642 pub fn getprogname() -> *const c_char; in getprogname() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2764 pub fn getprogname() -> *const ::c_char; in getprogname() function
/third_party/NuttX/
DReleaseNotes30644 * [#4978](https://github.com/apache/nuttx/pull/4978) libc: Add getprogname function