Home | History | Annotate | Download | only in vpn

Lines Matching full:npos

267       if (argument.find(' ') != string::npos ||
268 argument.find('\t') != string::npos ||
269 argument.find('"') != string::npos ||
270 argument.find(separator) != string::npos) {
1033 if (assign == string::npos) {