Searched refs:static_buf (Results 1 – 2 of 2) sorted by relevance
94 static dlts_t static_buf; /* Static error buffer. */ variable265 p = &static_buf; in dlerror()267 p = &static_buf; in dlerror()284 p = &static_buf; in dlseterror_from_errno()286 p = &static_buf; in dlseterror_from_errno()313 q = &static_buf; in dlseterror_from_exception()315 q = &static_buf; in dlseterror_from_exception()
2011 uint32_t static_buf[32], *dyn_buf = NULL, *buf; in scope_write() local2016 buf = static_buf; in scope_write()2017 if (items >= (sizeof(static_buf) / 4)) { in scope_write()