Home
last modified time | relevance | path

Searched refs:sorted_fname (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/sysdef/
H A Dsysdef.c582 char srtbuf[100], *sorted_fname; in modules() local
637 if ((sorted_fname = mktemp(tmpf)) == NULL || in modules()
638 (strcmp(sorted_fname, "") == 0)) { in modules()
644 if ((sfd = open(sorted_fname, O_RDWR|O_CREAT|O_EXCL, in modules()
647 sorted_fname); in modules()
651 sprintf(srtbuf, "/bin/sort - > %s", sorted_fname); in modules()
707 sorted_fname); in modules()
720 (void) unlink(sorted_fname); in modules()