Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfru/libgenutil/
H A DStr.cc36 nextTok_(str_) in Str()
41 nextTok_(str_) in Str()
46 nextTok_(str_) in Str()
53 nextTok_(str_) in Str()
67 nextTok_ = str_ + (rhs.nextTok_ - rhs.str_); in operator =()
75 nextTok_ = str_; in operator =()
157 for (i = 0; nextTok_[i] != '\0'; i++) { in tokenize()
159 if (nextTok_[i] == separators[j]) { in tokenize()
160 Str rc(nextTok_, i); in tokenize()
162 nextTok_ = &(nextTok_[i+1]); in tokenize()
[all …]
/titanic_41/usr/src/lib/libfru/include/
H A DStr.h76 char *nextTok_; member