Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c815 static char fmtres[MAXCOMPLEXLEN]; in fmtentry() local
822 fmtres[0] = '\0'; in fmtentry()
827 if (sizeof (fmtres) < (unsigned)(precision + 2)) { in fmtentry()
830 (precision + 2), sizeof (fmtres)); in fmtentry()
834 (void) snprintf(fmtres, sizeof (fmtres), "%*ld ", in fmtentry()
837 dp = &fmtres[strlen(fmtres)]; in fmtentry()
838 limit = fmtres + sizeof (fmtres) - 1; in fmtentry()
854 return (fmtres); in fmtentry()
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c620 static char fmtres[BUFSIZ]; in fmtentry() local
623 (void) sprintf(fmtres, "%s%s%s", in fmtentry()
627 dp = &fmtres[strlen(fmtres)]; in fmtentry()
657 return (fmtres); in fmtentry()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c2320 static char fmtres[BUFSIZ]; in fmtentry() local
2324 dp = &fmtres[0]; in fmtentry()
2365 return (fmtres); in fmtentry()