Lines Matching refs:tempZedit
125 if (!access(tempZedit, 2)) {
126 printf(gettext("%s: file exists\n"), tempZedit);
134 if ((fd = open(tempZedit, O_RDWR|O_CREAT|
137 perror(tempZedit);
141 perror(tempZedit);
143 removefile(tempZedit);
148 perror(tempZedit);
150 removefile(tempZedit);
161 chmod(tempZedit, 0400);
167 if (stat(tempZedit, &statb) < 0)
174 removefile(tempZedit);
183 execlp(ed, ed, tempZedit, (char *)0);
196 removefile(tempZedit);
205 if (stat(tempZedit, &statb) < 0) {
206 perror(tempZedit);
210 removefile(tempZedit);
213 if ((ibuf = fopen(tempZedit, "r")) == NULL) {
214 perror(tempZedit);
215 removefile(tempZedit);
218 removefile(tempZedit);