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

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Ddoscan.c87 int nmatch = 0, len, inchar, stow, size; local
128 stow = 0;
132 stow = 1;
167 if ((size = string(stow,ch,len,tab,iop,&va_alist)) < 0)
171 if (stow == 0)
181 if ((size = number(stow, ch, len, size, iop, &va_alist)) < 0)
186 nmatch += stow;
202 number(int stow, int type, int len, int size, FILE *iop, va_list *listp) argument
255 if (stow && (form != invalid_form)) {
362 if (stow)
414 string(int stow, int type, int len, char *tab, FILE *iop, va_list *listp) argument
[all...]
/illumos-gate/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 47 milliseconds