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

12

/freebsd-10-stable/share/i18n/csmapper/
H A DMakefile11 newfile=$$(for i in ${SUBDIR}; do \
14 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
15 printf '%s\n' "$$newfile" >${.TARGET}
23 newfile=$$(for i in ${SUBDIR}; do \
26 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
27 printf '%s\n' "$$newfile" >${.TARGET}
/freebsd-10-stable/share/i18n/esdb/
H A DMakefile14 newfile=$$(for i in ${SUBDIR}; do \
17 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
18 printf '%s\n' "$$newfile" >${.TARGET}
23 newfile=$$(for i in ${SUBDIR}; do \
26 [ "$$newfile" = "$$(cat ${.TARGET} 2>/dev/null)" ] || \
27 printf '%s\n' "$$newfile" >${.TARGET}
/freebsd-10-stable/usr.bin/split/
H A Dsplit.c77 static void newfile(void);
233 newfile();
245 newfile();
254 newfile();
299 newfile();
301 newfile();
308 newfile();
348 * newfile --
352 newfile(void) function
/freebsd-10-stable/contrib/openbsm/bsm/
H A Dauditd_lib.h99 int auditd_swap_trail(char *TS, char **newfile, gid_t gid,
/freebsd-10-stable/usr.bin/bsdiff/bspatch/
H A Dbspatch.c55 static char *newfile; variable
62 if (dirfd != -1 && newfile != NULL)
63 if (unlinkat(dirfd, newfile, 0))
90 fprintf(stderr, "usage: bspatch oldfile newfile patchfile\n");
130 /* open directory where we'll write newfile */
136 if ((newfile = basename(argv[2])) == NULL)
138 /* open newfile */
139 if ((newfd = openat(dirfd, newfile,
172 24 8 sizeof(newfile)
292 newfile
[all...]
/freebsd-10-stable/usr.sbin/unbound/local-setup/
H A Dlocal-unbound-setup.sh259 local newfile="$2"
262 mv "${newfile}" "${file}"
263 elif ! cmp -s "${file}" "${newfile}" ; then
267 mv "${newfile}" "${file}"
270 rm "${newfile}"
/freebsd-10-stable/contrib/openbsm/bin/auditd/
H A Dauditd.c200 char *newfile, *name; local
229 err = auditd_swap_trail(TS, &newfile, audit_review_gid,
254 if (auditd_new_curlink(newfile) != 0)
256 newfile, auditd_strerror(err));
258 lastfile = newfile;
259 auditd_log_notice("New audit file is %s", newfile);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DFileRemapper.h65 void remap(const FileEntry *file, const FileEntry *newfile);
/freebsd-10-stable/usr.bin/csplit/
H A Dcsplit.c68 static FILE *newfile(void);
197 ofp = newfile();
233 newfile(void) function
385 ofp = newfile();
452 ofp = newfile();
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dsender.c391 bool newfile = false; local
404 newfile = true;
408 newfile = true;
421 if (newfile) {
427 return (newfile);
435 bool newfile; local
440 newfile = read_thread_wait();
442 if (newfile) {
445 newfile = false;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp240 void FileRemapper::remap(const FileEntry *file, const FileEntry *newfile) { argument
241 assert(file && newfile);
244 targ = newfile;
245 ToFromMappings[newfile] = file;
/freebsd-10-stable/lib/libelf/
H A Delf_update.c713 char *newfile; local
723 if ((newfile = malloc((size_t) newsize)) == NULL) {
762 dst.d_buf = newfile + rc;
792 (void) memset(newfile + rc,
795 dst.d_buf = newfile + rc;
809 if ((rc = _libelf_write_scn(e, newfile, scn, rc)) < 0)
820 (void) memset(newfile + rc,
841 dst.d_buf = newfile + rc + scn->s_ndx * fsz;
865 if (write(e->e_fd, newfile, (size_t) newsize) != newsize ||
907 free(newfile);
[all...]
/freebsd-10-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c882 auditd_swap_trail(char *TS, char **newfile, gid_t gid, argument
909 *newfile = fn;
1110 char *newfile = NULL; local
1138 err = auditd_swap_trail(TS, &newfile, getgid(), NULL);
1147 if (auditd_new_curlink(newfile) != 0) {
1171 if (newfile != NULL)
1172 free(newfile);
/freebsd-10-stable/usr.sbin/config/
H A Dconfig.y97 static void newfile(char *name);
139 FILES ID SEMICOLON { newfile($2); };
330 newfile(char *name)
/freebsd-10-stable/tools/regression/usr.bin/env/
H A Dregress-sb.rb384 newfile = $2
389 elsif File.exists?(newfile)
391 newfile
394 $testdata.add_symlink(srcfile, newfile)
/freebsd-10-stable/contrib/libarchive/test_utils/
H A Dtest_common.h255 #define assertMakeHardlink(newfile, oldfile) \
256 assertion_make_hardlink(__FILE__, __LINE__, newfile, oldfile)
257 #define assertMakeSymlink(newfile, linkto, targetIsDir) \
258 assertion_make_symlink(__FILE__, __LINE__, newfile, linkto, targetIsDir)
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c679 const char *newfile; local
685 newfile = strrchr(file, '/');
686 if (newfile != NULL) {
687 newfile = newfile + 1; /* Get rid of leading / */
689 newfile = file;
693 dprintf_find_string(newfile) ||
708 (void) printf("%s, line %d: ", newfile, line);
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Dprintcap.c80 setprintcap(char *newfile) argument
82 printcapdb[0] = newfile;
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dfcache.c800 krb5_ccache copy, newfile; local
837 ret = krb5_cc_resolve(context, newname, &newfile);
845 ret = krb5_cc_copy_cache(context, copy, newfile);
849 krb5_cc_destroy(context, newfile);
857 krb5_cc_close(context, newfile);
/freebsd-10-stable/tools/regression/doat/
H A Ddoat.c86 const char *newfile = "newfile"; variable
496 tests[9].tests[4].params[1].cp = newfile;
546 tests[11].tests[4].params[1].cp = newfile;
548 tests[11].tests[4].params[3].cp = newfile;
598 tests[13].tests[6].params[1].cp = newfile;
/freebsd-10-stable/release/picobsd/tinyware/msh/
H A Dsh1.c36 _PROTOTYPE(int newfile, (char *s ));
144 if (newfile(name = *++argv))
199 newfile(s) function
/freebsd-10-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py61 newfile = FileConfig() variable in class:Config
974 (sym.newsym, Config.newfile)]:
1009 d_new = SymbolDump(Config.newfile)
1055 Config.newfile.init(opts.out_new)
1082 (Config.origfile.filename, Config.newfile.filename) = (args[0], args[1])
1086 newlib = Shlib(Config.newfile.filename)
/freebsd-10-stable/usr.sbin/etcupdate/tests/
H A Dalways_test.sh209 touch $NEW/adddir/conflict/newfile
532 A /adddir/conflict/newfile
607 file /adddir/conflict/newfile
/freebsd-10-stable/contrib/gcc/
H A Dgengtype.c1316 FILE * newfile;
1318 newfile = fopen (of->name, "r");
1319 if (newfile != NULL )
1327 ch = fgetc (newfile);
1331 no_write_p = i == of->bufused && fgetc (newfile) == EOF;
1332 fclose (newfile);
1338 newfile = fopen (of->name, "w");
1339 if (newfile == NULL)
1344 if (fwrite (of->buf, 1, of->bufused, newfile) != of->bufused)
1349 if (fclose (newfile) !
1314 FILE * newfile; local
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c264 const char *newfile; local
271 newfile = strrchr(file, '/');
272 if (newfile != NULL) {
273 newfile = newfile + 1; /* Get rid of leading / */
275 newfile = file;
293 char *, newfile, char *, func, int, line, char *, buf);

Completed in 189 milliseconds

12