Searched refs:new_file (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_file.c412 profile_filespec_t new_file; local
418 new_file = old_file = 0;
419 if (asprintf(&new_file, "%s.$$$", outfile) < 0) {
420 new_file = NULL;
431 f = fopen(new_file, "wF");
451 if (rename(new_file, outfile)) {
459 if (rename(new_file, outfile)) {
474 if (rename(new_file, outfile)) {
485 if (new_file)
486 free(new_file);
[all...]
H A Dprof_init.c29 prf_file_t new_file, last = 0; local
44 retval = profile_open_file(*fs, &new_file);
54 last->next = new_file;
56 profile->first_file = new_file;
57 last = new_file;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.h98 int32_t new_file; /* Indicates if fd is backing store or no */ member in struct:htab
H A Dhash.c228 hashp->new_file = new_table;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c591 char *new_file = config_file; local
600 while ((*(new_file++) = *(pptr++)) != 0)

Completed in 21 milliseconds