Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/restore/
H A Dinteractive.c848 static char fmtres[MAXCOMPLEXLEN]; local
855 fmtres[0] = '\0';
860 if (sizeof (fmtres) < (unsigned)(precision + 2)) {
863 (precision + 2), sizeof (fmtres));
867 (void) snprintf(fmtres, sizeof (fmtres), "%*ld ",
870 dp = &fmtres[strlen(fmtres)];
871 limit = fmtres + sizeof (fmtres) - 1;
887 return (fmtres);
/titanic_50/usr/src/ucbcmd/ls/
H A Dls.c622 static char fmtres[BUFSIZ]; in fmtentry() local
625 (void) sprintf(fmtres, "%s%s%s", in fmtentry()
629 dp = &fmtres[strlen(fmtres)]; in fmtentry()
659 return (fmtres); in fmtentry()
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c2330 static char fmtres[BUFSIZ]; in fmtentry() local
2334 dp = &fmtres[0]; in fmtentry()
2375 return (fmtres); in fmtentry()