Searched refs:tmpname (Results 1 – 3 of 3) sorted by relevance
| /buildroot/package/patch/ |
| A D | 0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 43 + char const *tmpname; 55 + tmpfd = make_tempfile (&tmpname, 'e', NULL, O_RDWR | O_BINARY, 0); 57 + pfatal ("Can't create temporary file %s", quotearg (tmpname)); 60 + pfatal ("Can't open stream for file %s", quotearg (tmpname)); 116 + pfatal ("Can't rewind to the beginning of file %s", quotearg (tmpname)); 151 + safe_unlink (tmpname);
|
| /buildroot/support/kconfig/ |
| A D | confdata.c | 747 char dirname[PATH_MAX+1], tmpname[PATH_MAX+20], newname[PATH_MAX+1]; in conf_write() local 778 sprintf(tmpname, "%s.tmpconfig.%d", dirname, (int)getpid()); in conf_write() 779 out = fopen(tmpname, "w"); in conf_write() 781 *tmpname = 0; in conf_write() 828 if (*tmpname) { in conf_write() 832 if (rename(tmpname, newname)) in conf_write()
|
| /buildroot/support/kconfig/patches/ |
| A D | 14-support-out-of-tree-config.patch | 43 char dirname[PATH_MAX+1], tmpname[PATH_MAX+1], newname[PATH_MAX+1];
|
Completed in 9 milliseconds