Searched refs:newfile (Results 1 - 25 of 25) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/local/
H A Dmaildir.c86 char *newfile; local
188 newfile = 0;
210 newfile = concatenate(newdir, STR(buf), (char *) 0);
214 if (sane_link(tmpfile, newfile) < 0
217 || sane_link(tmpfile, newfile) < 0)) {
219 "create maildir file %s: %m", newfile);
255 if (newfile)
256 myfree(newfile);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/virtual/
H A Dmaildir.c81 char *newfile; local
182 newfile = 0;
204 newfile = concatenate(newdir, STR(buf), (char *) 0);
208 if (sane_link(tmpfile, newfile) < 0
211 || sane_link(tmpfile, newfile) < 0)) {
213 "create maildir file %s: %m", newfile);
252 if (newfile)
253 myfree(newfile);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dtestplug.c142 claim_file_t *newfile; local
144 newfile = malloc (sizeof *newfile);
145 if (!newfile)
147 memset (newfile, 0, sizeof *newfile);
149 newfile->file.name = file;
151 *claimfiles_tail_chain_ptr = newfile;
152 claimfiles_tail_chain_ptr = &newfile->next;
154 last_claimfile = newfile;
162 add_file_t *newfile; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/split/
H A Dsplit.c63 static void newfile(void);
195 newfile();
210 newfile();
220 newfile();
261 newfile();
272 newfile();
308 * newfile --
312 newfile(void) function
/netbsd-6-1-5-RELEASE/external/cddl/osnet/lib/libzpool/
H A Dkernel.c349 const char *newfile; local
355 newfile = strrchr(file, '/');
356 if (newfile != NULL) {
357 newfile = newfile + 1; /* Get rid of leading / */
359 newfile = file;
363 dprintf_find_string(newfile) ||
378 (void) printf("%s, line %d: ", newfile, line);
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/cpio/test/
H A Dtest.h202 #define assertMakeHardlink(newfile, oldfile) \
203 assertion_make_hardlink(__FILE__, __LINE__, newfile, oldfile)
204 #define assertMakeSymlink(newfile, linkto) \
205 assertion_make_symlink(__FILE__, __LINE__, newfile, linkto)
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest.h206 #define assertMakeHardlink(newfile, oldfile) \
207 assertion_make_hardlink(__FILE__, __LINE__, newfile, oldfile)
208 #define assertMakeSymlink(newfile, linkto) \
209 assertion_make_symlink(__FILE__, __LINE__, newfile, linkto)
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/test/
H A Dtest.h204 #define assertMakeHardlink(newfile, oldfile) \
205 assertion_make_hardlink(__FILE__, __LINE__, newfile, oldfile)
206 #define assertMakeSymlink(newfile, linkto) \
207 assertion_make_symlink(__FILE__, __LINE__, newfile, linkto)
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dliolib.c88 static FILE **newfile (lua_State *L) { function
166 FILE **pf = newfile(L);
179 FILE **pf = newfile(L);
186 FILE **pf = newfile(L);
206 FILE **pf = newfile(L);
258 FILE **pf = newfile(L);
518 *newfile(L) = f;
/netbsd-6-1-5-RELEASE/usr.bin/csplit/
H A Dcsplit.c74 static FILE *newfile(void);
203 ofp = newfile();
244 newfile(void) function
396 ofp = newfile();
464 ofp = newfile();
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dserver.h91 const char *repository, const char *newfile);
H A Dcommit.c1994 int newfile = 0; /* Set to 1 if we created a new RCS archive. */ local
2078 newfile = 1;
2146 if (newfile)
2225 if (!newfile)
2243 if (!newfile && headtime != -1)
H A Dserver.c4917 const char *repository, const char *newfile)
4931 buf_output0 (protocol, newfile);
4916 server_copy_file(const char *file, const char *update_dir, const char *repository, const char *newfile) argument
H A Dsanity.sh20287 touch newfile
20288 dotest config3-4 "$testcvs -Q add newfile"
20290 "$CVSROOT_DIRNAME/config3/newfile,v <-- newfile
20298 "A [0-9-]* [0-9:]* ${PLUS}0000 $username 1\.1 newfile config3 == [-_/a-zA-Z0-9<>]*
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Delf_update.c664 char *newfile; local
674 if ((newfile = malloc((size_t) newsize)) == NULL) {
713 dst.d_buf = newfile + rc;
748 (void) memset(newfile + rc,
751 dst.d_buf = newfile + rc;
765 if ((rc = _libelf_write_scn(e, newfile, scn, rc)) < 0)
776 (void) memset(newfile + rc,
797 dst.d_buf = newfile + rc + scn->s_ndx * fsz;
821 if (write(e->e_fd, newfile, (size_t) newsize) != newsize ||
866 if (newfile)
[all...]
/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dbozohttpd.c1315 char *file, *newfile = NULL; local
1417 newfile = bozomalloc(httpd,
1419 strcpy(newfile, file + 1);
1420 strcat(newfile, httpd->index_html);
1422 newfile = bozostrdup(request->hr_httpd, file + 1);
1425 newfile = bozostrdup(request->hr_httpd, httpd->index_html);
1433 if (newfile == NULL) {
1448 if (*newfile == '/' || strcmp(newfile, "..") == 0 ||
1449 strstr(newfile, "/
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/zkt/
H A Ddki.c563 char newfile[MAX_FNAMESIZE+1]; local
575 strncpy (newfile, dkp->fname, sizeof (newfile));
576 *newfile = tolower (*newfile);
582 pathname (newpath, sizeof (newpath), dkp->dname, newfile, *pext);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dfcache.c768 krb5_ccache copy, newfile; local
802 ret = krb5_cc_resolve(context, newname, &newfile);
810 ret = krb5_cc_copy_cache(context, copy, newfile);
814 krb5_cc_destroy(context, newfile);
822 krb5_cc_close(context, newfile);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libdos/
H A DMakefile40 maketmp.o newfile.o lock.o unlock.o getassign.o makeassign.o \
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-kde/admin/
H A Dam_edit1224 my $newfile = $file;
1282 $newfile =~ s@.*-($appname\.(png|xpm|mng|svgz|svg?))@$1@;
1290 if ($newfile =~ /-[^\.]/) {
1291 my $tmp = $newfile;
1294 $newfile =~ s/^[^-]+-//;
1302 $install .= "\t\$(INSTALL_DATA) \$(srcdir)/$file \$(DESTDIR)\$($destdir)/$dir/$newfile\n";
1303 $uninstall .= "\t-rm -f \$(DESTDIR)\$($destdir)/$dir/$newfile\n";
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/maintainer-scripts/
H A Dgcc_release209 newfile=`echo $file | sed -e 's/.html//' | tr "[:lower:]" "[:upper:]"`
212 > $newfile) || \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgengtype.c1291 FILE * newfile;
1293 newfile = fopen (of->name, "r");
1294 if (newfile != NULL )
1302 ch = fgetc (newfile);
1306 no_write_p = i == of->bufused && fgetc (newfile) == EOF;
1307 fclose (newfile);
1313 newfile = fopen (of->name, "w");
1314 if (newfile == NULL)
1319 if (fwrite (of->buf, 1, of->bufused, newfile) != of->bufused)
1324 if (fclose (newfile) !
1289 FILE * newfile; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgengtype.c1811 FILE *newfile = fopen (of->name, "r");
1814 if (newfile == NULL)
1821 ch = fgetc (newfile);
1828 fclose (newfile);
1845 FILE *newfile = fopen (of->name, "w");
1846 if (newfile == NULL)
1848 if (fwrite (of->buf, 1, of->bufused, newfile) != of->bufused)
1850 if (fclose (newfile) != 0)
1805 FILE *newfile = fopen (of->name, "r"); local
1839 FILE *newfile = fopen (of->name, "w"); local
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_ioctl.c126 const char *newfile; local
133 newfile = strrchr(file, '/');
134 if (newfile != NULL) {
135 newfile = newfile + 1; /* Get rid of leading / */
137 newfile = file;
155 char *, newfile, char *, func, int, line, char *, buf);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/autosign/
H A Dtests.sh874 newfile=`cat standby.key`
877 $SETTIME -K ns1 -i 0 -S $oldfile $newfile > /dev/null

Completed in 368 milliseconds