Searched refs:nbuf (Results 1 – 2 of 2) sorted by relevance
/optee_test-3.20.0/host/xtest/ |
A D | install_ta.c | 29 char nbuf[PATH_MAX]; in read_ta() local 35 snprintf(nbuf, sizeof(nbuf), "%s/%s", dname, fname); in read_ta() 37 snprintf(nbuf, sizeof(nbuf), "%s", fname); in read_ta() 39 f = fopen(nbuf, "rb"); in read_ta() 41 err(1, "fopen(\"%s\")", nbuf); in read_ta()
|
/optee_test-3.20.0/ta/os_test/ |
A D | os_test.c | 99 nbuf, (unsigned int)res); in get_binblock_property() 116 char nbuf[256] = { }; in print_properties() local 120 uint32_t nblen = sizeof(nbuf); in print_properties() 211 nbuf, vbuf); in print_properties() 238 nbuf, (unsigned int)res); in print_properties() 252 nbuf, (unsigned int)res); in print_properties() 310 nbuf)) { in print_properties() 315 nbuf)) { in print_properties() 320 nbuf)) { in print_properties() 325 nbuf)) { in print_properties() [all …]
|
Completed in 5 milliseconds