Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dgtcfile.c51 char cmfile[NAMESIZE+5]; in commitall() local
72 (void) sprintf(cmfile, "%c.%.*s%c%.4x", *csave[i].file, in commitall()
76 (void) strncpy(cmfile, csave[i].file, NAMESIZE-1); in commitall()
77 cmfile[NAMESIZE-1] = '\0'; in commitall()
86 wfcommit(csave[i].file, cmfile, csave[i].sys); in commitall()
87 (void) strncpy(csave[i].file, cmfile, NAMESIZE); in commitall()