Symbol: newfile
crypto/heimdal/lib/krb5/fcache.c
800
krb5_ccache copy, newfile;
crypto/heimdal/lib/krb5/fcache.c
837
ret = krb5_cc_resolve(context, newname, &newfile);
crypto/heimdal/lib/krb5/fcache.c
845
ret = krb5_cc_copy_cache(context, copy, newfile);
crypto/heimdal/lib/krb5/fcache.c
849
krb5_cc_destroy(context, newfile);
crypto/heimdal/lib/krb5/fcache.c
857
krb5_cc_close(context, newfile);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
233
FILE *newfile;
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
245
newfile = fopen(tmp_file, "w");
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
247
if (newfile == NULL) {
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
252
set_cloexec_file(newfile);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
258
if (fprintf(newfile, "%s#{HEX}%s\n", service_object, hexpasswd) < 0) {
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
261
fclose(newfile);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
267
if (fprintf (newfile, "%s", line) < 0) {
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
270
fclose(newfile);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
281
fclose(newfile);
crypto/krb5/src/plugins/kdb/ldap/ldap_util/kdb5_ldap_services.c
290
fclose(newfile);
crypto/openssl/test/testutil/compare.c
26
BIO *file = NULL, *newfile = NULL;
crypto/openssl/test/testutil/compare.c
38
newfile = BIO_new_file("ssltraceref-new.txt", "wb");
crypto/openssl/test/testutil/compare.c
39
if (!TEST_ptr(newfile))
crypto/openssl/test/testutil/compare.c
43
if (BIO_puts(newfile, buf2) <= 0) {
crypto/openssl/test/testutil/compare.c
87
BIO_free(newfile);
tools/regression/doat/doat.c
494
tests[9].tests[4].params[1].cp = newfile;
tools/regression/doat/doat.c
544
tests[11].tests[4].params[1].cp = newfile;
tools/regression/doat/doat.c
546
tests[11].tests[4].params[3].cp = newfile;
tools/regression/doat/doat.c
596
tests[13].tests[6].params[1].cp = newfile;
tools/regression/doat/doat.c
84
const char *newfile = "newfile";
tools/test/stress2/testcases/openat/doat.c
491
tests[9].tests[4].params[1].cp = newfile;
tools/test/stress2/testcases/openat/doat.c
541
tests[11].tests[4].params[1].cp = newfile;
tools/test/stress2/testcases/openat/doat.c
543
tests[11].tests[4].params[3].cp = newfile;
tools/test/stress2/testcases/openat/doat.c
592
tests[13].tests[6].params[1].cp = newfile;
tools/test/stress2/testcases/openat/doat.c
81
char *newfile = "newfile";
usr.bin/bsdiff/bspatch/bspatch.c
143
if ((newfile = basename(argv[2])) == NULL)
usr.bin/bsdiff/bspatch/bspatch.c
146
if ((newfd = openat(dirfd, newfile,
usr.bin/bsdiff/bspatch/bspatch.c
296
newfile = NULL;
usr.bin/bsdiff/bspatch/bspatch.c
52
static char *newfile;
usr.bin/bsdiff/bspatch/bspatch.c
59
if (dirfd != -1 && newfile != NULL)
usr.bin/bsdiff/bspatch/bspatch.c
60
if (unlinkat(dirfd, newfile, 0))
usr.bin/csplit/csplit.c
196
ofp = newfile();
usr.bin/csplit/csplit.c
384
ofp = newfile();
usr.bin/csplit/csplit.c
453
ofp = newfile();
usr.bin/csplit/csplit.c
67
static FILE *newfile(void);
usr.bin/split/split.c
231
newfile();
usr.bin/split/split.c
243
newfile();
usr.bin/split/split.c
251
newfile();
usr.bin/split/split.c
297
newfile();
usr.bin/split/split.c
299
newfile();
usr.bin/split/split.c
305
newfile();
usr.bin/split/split.c
67
static void newfile(void);
usr.sbin/config/config.y
145
FILES ID SEMICOLON { newfile($2); };
usr.sbin/config/config.y
97
static void newfile(char *name);
usr.sbin/lpr/common_source/printcap.c
74
setprintcap(char *newfile)
usr.sbin/lpr/common_source/printcap.c
76
printcapdb[0] = newfile;