Searched refs:stow (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A Ddoscan.c136 int nmatch = 0, len, stow; local
139 int nmatch = 0, len, inchar, stow, size;
257 stow = 0;
260 stow = 1;
535 size = wstring(&chcount, &flag_eof, stow,
538 size = string(&chcount, &flag_eof, stow,
544 size = wbrstring(&chcount, &flag_eof, stow,
550 size = brstring(&chcount, &flag_eof, stow,
555 size = string(&chcount, &flag_eof, stow,
562 if (stow
600 number(int *chcount, int *flag_eof, int stow, int type, int len, int size, FILE *iop, va_list *listp) argument
845 string(int *chcount, int *flag_eof, int stow, int type, int len, char *tab, FILE *iop, va_list *listp) argument
976 wstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, va_list *listp) argument
1012 wstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, va_list *listp) argument
1122 wbrstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, unsigned char *brstr, va_list *listp) argument
1186 brstring(int *chcount, int *flag_eof, int stow, int type, int len, FILE *iop, unsigned char *brstr, va_list *listp) argument
[all...]

Completed in 22 milliseconds