Lines Matching full:outpos
687 int pos, tokpos, outpos; /*postion of current char in input string and token and output*/
722 outpos = 0;
731 strncpy(&(data[outpos]), &(str[stokstart]), stoklen);
732 outpos += stoklen;
733 strncpy(&(data[outpos]), " ", 1);
735 outpos += 1;
741 if (outpos == 0) {
742 outpos = 1;
744 data[outpos-1] = 0;