Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/stdio/common/
H A Dscanf.c45 static unsigned char newform[256]; variable
60 if (strlen(fmt) >= sizeof(newform)) { in scanf()
70 } else if (format_arg((unsigned char *)strcpy(newform, fmt), ap, newap) in scanf()
73 return(_doscan(stdin, newform, newap)); in scanf()
95 if (strlen(fmt) >= sizeof(newform)) { in fscanf()
105 } else if (format_arg((unsigned char *)strcpy(newform, fmt), ap, newap) in fscanf()
108 return(_doscan(iop, newform, newap)); in fscanf()
128 if (strlen(fmt) >= sizeof(newform)) { in sscanf()
138 } else if (format_arg((unsigned char *)strcpy(newform, fmt), ap, newap) in sscanf()
141 return(_doscan(&strbuf, newform, newap)); in sscanf()
/titanic_41/usr/src/cmd/newform/
H A DMakefile26 PROG= newform
/titanic_41/usr/src/man/man1/
H A DMakefile254 newform.1 \
/titanic_41/usr/src/cmd/
H A DMakefile278 newform \
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-extended-system-utilities.mf118 file path=usr/bin/newform mode=0555
187 file path=usr/share/man/man1/newform.1
/titanic_41/usr/src/
H A DMakefile.lint215 cmd/newform \
/titanic_41/
H A D.gitignore1850 usr/src/cmd/newform/newform