Home
last modified time | relevance | path

Searched refs:buffer_length (Results 1 – 3 of 3) sorted by relevance

/third_party/uapp/dash/src/bltin/
A Dzircon.c531 static char* join(char* buffer, size_t buffer_length, int argc, char** argv) { in join() argument
535 if (total_length + 1 > buffer_length) in join()
541 if (total_length + arg_length + 1 > buffer_length) in join()
543 strncpy(buffer + total_length, arg, buffer_length - total_length - 1); in join()
/third_party/ulib/usbhost/include/usbhost/
A Dusbhost.h39 int buffer_length; member
/third_party/ulib/usbhost/
A Dusbhost.c629 urb->buffer_length = req->buffer_length; in usb_request_queue()

Completed in 6 milliseconds