Searched refs:does_not_exist (Results 1 – 4 of 4) sorted by relevance
60 void *data, int *does_not_exist) in backtrace_open() argument64 if (does_not_exist != NULL) in backtrace_open()65 *does_not_exist = 0; in backtrace_open()70 if (does_not_exist != NULL && errno == ENOENT) in backtrace_open()71 *does_not_exist = 1; in backtrace_open()
86 int does_not_exist; in fileline_initialize() local110 &does_not_exist); in fileline_initialize()111 if (descriptor < 0 && !does_not_exist) in fileline_initialize()
177 int *does_not_exist);
903 int does_not_exist; in phdr_callback() local926 pd->data, &does_not_exist); in phdr_callback()
Completed in 8 milliseconds