Searched refs:tmpsts (Results 1 – 1 of 1) sorted by relevance
10174 unsigned long context, tmpsts; local10208 tmpsts = lib$find_file(&pat, &res, &context, NULL, NULL, &rsts, &flags);10209 if (tmpsts == RMS$_NMF || context == 0) break;10210 _ckvmssts(tmpsts);10233 unsigned long int tmpsts; local10250 tmpsts = lib$find_file10253 tmpsts = RMS$_NMF; /* None left. (should be set, but make sure) */10255 if (!(tmpsts & 1)) {10256 switch (tmpsts) {10260 SETERRNO(EACCES, tmpsts); break;[all …]