Searched refs:saved_path (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmake_dirs.c57 char *saved_path; local
68 cp = (unsigned char *) (saved_path = mystrdup(path));
82 if ((ret = stat(saved_path, &st)) >= 0) {
108 saved_path);
114 if ((ret = mkdir(saved_path, perms)) < 0) {
118 if ((ret = stat(saved_path, &st)) < 0)
131 if ((ret = stat(saved_path, &st)) < 0) {
132 msg_warn("%s: stat %s: %m", myname, saved_path);
137 if (st.st_gid != egid && (ret = chown(saved_path, -1, egid)) < 0) {
138 msg_warn("%s: chgrp %s: %m", myname, saved_path);
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Drecord.c328 static char *saved_path; local
343 if (saved_path == 0 || strcmp(saved_path, VSTREAM_PATH(stream)) != 0) {
344 if (saved_path)
345 myfree(saved_path);
346 saved_path = mystrdup(VSTREAM_PATH(stream));
H A Dmail_queue.c233 char *saved_path = mystrdup(path); local
240 if (split_at_right(saved_path, '/') == 0)
241 msg_panic("%s: no slash in: %s", myname, saved_path);
242 ret = make_dirs(saved_path, 0700);
243 myfree(saved_path);
H A Dmail_stream.c607 char *saved_path = mystrdup(VSTREAM_PATH(info->stream)); local
615 if (sane_rename(saved_path, STR(new_path)) == 0
617 && sane_rename(saved_path, STR(new_path)) == 0)) {
625 myfree(saved_path);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c1736 const char *saved_path = file->path; local
1760 file->path = saved_path;
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc1876 const char *saved_path = file->path; local
1900 file->path = saved_path;

Completed in 265 milliseconds