OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_print_progname
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/include/
error.h
41
* [
error_print_progname
(3)](http://man7.org/linux/man-pages/man3/
error_print_progname
.3.html) is
47
extern void (*
error_print_progname
)(void) __INTRODUCED_IN(23);
/bionic/tests/
error_test.cpp
48
error_print_progname
= test_error_print_progname;
55
error_print_progname
= nullptr;
/bionic/libc/bionic/
error.cpp
37
void (*
error_print_progname
)(void) = nullptr;
variable
43
if (
error_print_progname
!= nullptr) {
44
error_print_progname
();
Completed in 227 milliseconds