Searched refs:tempname (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c705 const char *tempname; local
707 tempname = set_bonestemp_name();
708 tempname = fqname(tempname, BONESPREFIX, 0);
709 (void) unlink(tempname);
718 const char *fq_bones, *tempname; local
723 tempname = set_bonestemp_name();
724 tempname = fqname(tempname, BONESPREFIX, 1);
731 ret = link(tempname, fq_bone
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dfiles.c705 const char *tempname; local
707 tempname = set_bonestemp_name();
708 tempname = fqname(tempname, BONESPREFIX, 0);
709 (void) unlink(tempname);
718 const char *fq_bones, *tempname; local
723 tempname = set_bonestemp_name();
724 tempname = fqname(tempname, BONESPREFIX, 1);
731 ret = link(tempname, fq_bone
[all...]

Completed in 49 milliseconds