Home
last modified time | relevance | path

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

/titanic_44/usr/src/ucbcmd/ls/
H A Dls.c615 static char *fmtsize(struct afile *);
627 sflg ? fmtsize(fp) : "", in fmtentry()
672 fmtsize(struct afile *p) in fmtsize() function
/titanic_44/usr/src/cmd/awk/
H A Drun.c792 size_t bufsize, fmtsize, cnt, tcnt, ret; in format() local
795 init_buf(&fmt, &fmtsize, LINE_INCR); in format()
811 expand_buf(&fmt, &fmtsize, tcnt); in format()
825 expand_buf(&fmt, &fmtsize, tcnt + 12); in format()
843 expand_buf(&fmt, &fmtsize, tcnt); in format()