Searched refs:buf2 (Results 1 – 2 of 2) sorted by relevance
| /buildroot/support/kconfig/ |
| A D | util.c | 38 char buf[PATH_MAX+20], buf2[PATH_MAX+1], dir[PATH_MAX+1]; in file_write_dep() local 86 sprintf(buf2, "%s%s", dir, name); in file_write_dep() 87 rename(buf, buf2); in file_write_dep()
|
| /buildroot/support/kconfig/patches/ |
| A D | 14-support-out-of-tree-config.patch | 176 + char buf[PATH_MAX+1], buf2[PATH_MAX+1], dir[PATH_MAX+1]; 203 + sprintf(buf2, "%s%s", dir, name); 204 + rename(buf, buf2);
|
Completed in 7 milliseconds