Home | History | Annotate | Download | only in tool

Lines Matching defs:it

79 // file descriptor to it. Returns true on sucess or prints an error to stderr
114 // It returns true on success or prints an error to stderr and returns false on
185 // format of the coreutils *sum utilities. It returns true on success or prints
216 // coreutils *sum utilities. It attempts to verify each hash by reading the
219 // It returns true if all files were verified and, if |args.strict|, no input
220 // lines had formatting errors. Otherwise it prints errors to stderr and
364 auto it = args.begin();
365 while (it != args.end()) {
366 const std::string &arg = *it;
371 it++;
431 for (; it != args.end(); it++) {
432 sources.push_back(Source(*it));