Searched refs:does_not_exist (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/backtrace/
H A Dposix.c60 void *data, int *does_not_exist)
64 if (does_not_exist != NULL)
65 *does_not_exist = 0;
70 if (does_not_exist != NULL && errno == ENOENT)
71 *does_not_exist = 1;
59 backtrace_open(const char *filename, backtrace_error_callback error_callback, void *data, int *does_not_exist) argument
H A Dfileline.c86 int does_not_exist; local
110 &does_not_exist);
111 if (descriptor < 0 && !does_not_exist)
H A Dinternal.h177 int *does_not_exist);
H A Delf.c903 int does_not_exist; local
926 pd->data, &does_not_exist);

Completed in 94 milliseconds