HomeSort by: relevance | last modified time | path
    Searched refs:tmp_path (Results 1 - 13 of 13) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
edit_file.c 13 /* char *tmp_path; /* temp. pathname */
180 (ep)->tmp_path = concatenate((path), EDIT_FILE_SUFFIX, (char *) 0); \
186 myfree((ep)->tmp_path); \
227 if ((ep->tmp_fp = vstream_fopen(ep->tmp_path, flags & ~(O_TRUNC),
242 msg_fatal("lock %s: %m", ep->tmp_path);
250 msg_fatal("open %s: %m", ep->tmp_path);
251 if (stat(ep->tmp_path, &after_lock) < 0
290 if (unlink(ep->tmp_path) < 0 && errno != ENOENT)
291 msg_fatal("unlink %s: %m", ep->tmp_path);
300 msg_fatal("truncate %s: %m", ep->tmp_path);
    [all...]
edit_file.h 29 char *tmp_path; member in struct:__anon23241
dict_cdb.c 100 char *tmp_path; /* temporary pathname (.tmp) */ member in struct:__anon23207
350 msg_fatal("error writing %s: %m", dict_cdbm->tmp_path);
364 msg_fatal("error writing %s: %m", dict_cdbm->tmp_path);
383 msg_fatal("finish database %s: %m", dict_cdbm->tmp_path);
384 if (rename(dict_cdbm->tmp_path, dict_cdbm->cdb_path) < 0)
386 dict_cdbm->tmp_path, dict_cdbm->cdb_path);
390 myfree(dict_cdbm->tmp_path);
402 char *tmp_path; local
413 if (tmp_path) \
414 myfree(tmp_path); \
    [all...]
  /src/external/bsd/pkg_install/dist/lib/
remove.c 77 char tmp_path[PATH_MAX + 1]; local
95 memcpy(tmp_path, path, i);
96 tmp_path[i] = '\0';
97 if (chdir(tmp_path))
  /src/external/mit/libuv/dist/src/unix/
linux-inotify.c 95 char* tmp_path; local
120 tmp_path = uv__strdup(handle->path);
121 assert(tmp_path != NULL);
127 handle->path = tmp_path;
138 tmp_path = handle->path;
140 err = uv_fs_event_start(handle, handle->cb, tmp_path, 0);
141 uv__free(tmp_path);
linux.c 2523 char* tmp_path; local
2550 tmp_path = uv__strdup(handle->path);
2551 assert(tmp_path != NULL);
2557 handle->path = tmp_path;
2568 tmp_path = handle->path;
2570 err = uv_fs_event_start(handle, handle->cb, tmp_path, 0);
2571 uv__free(tmp_path);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 73 char tmp_path[MAX_PATH]; local
74 if (!::GetTempFileNameA(tmp_dir, prefix, 0, tmp_path))
76 internal_strncpy(buf, tmp_path, bufsize);
  /src/external/bsd/wpa/dist/src/utils/
wpa_debug.c 151 char *tmp2, *tmp_path, *fstype; local
154 tmp_path = strtok_r(NULL, " ", &tmp2);
157 path = tmp_path;
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
socket_wrapper.c 226 char *tmp_path; member in struct:socket_info
1465 si->tmp_path = strdup(un_addr.sun_path);
1831 if (si->tmp_path) {
1832 unlink(si->tmp_path);
1833 free(si->tmp_path);
1856 if (si_oldd->tmp_path)
1857 si_newd->tmp_path = strdup(si_oldd->tmp_path);
  /src/external/ibm-public/postfix/dist/src/postconf/
postconf_edit.c 222 (void) unlink(ep->tmp_path);
418 (void) unlink(ep->tmp_path);
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
mmaptrace.c 458 const char* tmp_path = local
460 caller_hndl = real_dlopen (tmp_path, noload);
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
mmaptrace.c 458 const char* tmp_path = local
460 caller_hndl = real_dlopen (tmp_path, noload);
  /src/external/lgpl3/gmp/dist/
configure 11066 tmp_path=
11070 *) tmp_path="$tmp_path $i" ;;
11073 path="$tmp_path"
11075 tmp_path=
11079 *) tmp_path="$tmp_path $i" ;;
11082 fat_path="$tmp_path"
11137 tmp_path=
11141 *) tmp_path="$tmp_path $i" ;
    [all...]

Completed in 45 milliseconds