HomeSort by: relevance | last modified time | path
    Searched defs:libc_error_data_t (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/kyua-testers/dist/
error.c 412 typedef struct libc_error_data libc_error_data_t; typedef in typeref:struct:libc_error_data
431 const libc_error_data_t* data = kyua_error_data(error);
449 const size_t data_size = sizeof(libc_error_data_t);
450 libc_error_data_t* data = (libc_error_data_t*)malloc(data_size);

Completed in 20 milliseconds