Home
last modified time | relevance | path

Searched defs:ret (Results 1 – 5 of 5) sorted by relevance

/build/tools/makeparallel/
Dmakeparallel.cpp49 int ret = fcntl(fd, F_GETFD); in CheckFd() local
195 int ret = sigaction(SIGALRM, &action, &oldaction); in ReadByteTimeout() local
245 int ret; in GetJobserverTokens() local
278 int ret = TEMP_FAILURE_RETRY(write(out_fd, &buf, 1)); in PutJobserverTokens() local
346 int ret = execvp(path, args.data()); in main() local
356 int ret = waitid(P_PID, pid, &status, WEXITED); in main() local
/build/kati/
Dstringprintf.cc28 int ret = vsnprintf(&str[0], str.size(), format, args); in StringPrintf() local
Dstring_piece.cc57 size_type ret = std::min(length_ - pos, n); in copy() local
/build/tools/atree/
Dfs.cpp200 int ret = execvp(args[0], (char* const*)args); in strip_file() local
/build/tools/ijar/
Dzip.cc458 int ret = inflateInit2(&stream, -MAX_WBITS); in UncompressFile() local