Searched refs:temp_path (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | mail_queue.c | 330 static VSTRING *temp_path; in mail_queue_enter() local 346 temp_path = vstring_alloc(100); in mail_queue_enter() 362 vstring_sprintf(temp_path, "%s/%d.%d", queue_name, in mail_queue_enter() 364 if ((fd = open(STR(temp_path), O_RDWR | O_CREAT | O_EXCL, mode)) >= 0) in mail_queue_enter() 368 msg_warn("%s: create file %s: %m", myname, STR(temp_path)); in mail_queue_enter() 406 if (sane_rename(STR(temp_path), STR(path_buf)) == 0) /* success */ in mail_queue_enter() 412 STR(temp_path), STR(path_buf)); in mail_queue_enter() 416 STR(temp_path), STR(path_buf)); in mail_queue_enter()
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | job.c | 252 char temp_path[MAXPATHLEN]; /* need to know its length */ in create_batch_file() local 253 unsigned path_size = GetTempPath(sizeof temp_path, temp_path); in create_batch_file() 260 path_size = GetCurrentDirectory (sizeof temp_path, temp_path); in create_batch_file() 265 path_size + sizemax < sizeof temp_path && in create_batch_file() 268 unsigned size = sprintf (temp_path + path_size, in create_batch_file() 270 temp_path[path_size - 1] == '\\' ? "" : "\\", in create_batch_file() 272 HANDLE h = CreateFile (temp_path, /* file name */ in create_batch_file() 291 path_size = GetCurrentDirectory (sizeof temp_path, temp_path); in create_batch_file() 305 memcpy (path, temp_path, final_size); in create_batch_file()
|
/netbsd-src/external/gpl2/lvm2/dist/lib/device/ |
H A D | device.c | 295 char temp_path[PATH_MAX+1]; in get_primary_dev() local 322 if (readlink(dirname(path), temp_path, PATH_MAX) < 0) { in get_primary_dev() 328 sysfs_dir, basename(dirname(temp_path))) < 0) { in get_primary_dev()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2018 | 15336 * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2018 | 15336 * nto-tdep.c (nto_find_and_open_solib): Change temp_path to a
|