Searched refs:outbuf (Results 1 – 2 of 2) sorted by relevance
313 outbuf = inpbuf315 outbuf = convert_from_uf2(inpbuf)318 outbuf = convert_from_hex_to_uf2(inpbuf.decode("utf-8"))320 outbuf = convert_to_carray(inpbuf)323 outbuf = convert_to_uf2(inpbuf)325 (ext, len(outbuf), appstartaddr))334 write_file(args.output, outbuf)340 write_file(d + "/NEW.UF2", outbuf)
577 char *outbuf = NULL; in command_loop() local585 outbuf = malloc(outbuflen); in command_loop()586 if (unlikely(outbuf == NULL)) { in command_loop()610 int argc = tokenize_command(buffer, &continuebuffer, outbuf, outbuflen, in command_loop()666 free(outbuf); in command_loop()671 if (outbuf) in command_loop()672 free(outbuf); in command_loop()
Completed in 4 milliseconds