Searched refs:js (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/at/
H A Datx.c81 struct stat js; local
89 ++n && lstat(argv[2], &js) ||
90 ++n && !AT_JOB_OK(&ds, &js) ||
91 ++n && !S_ISREG(js.st_mode) ||
H A Datd.c1335 struct stat js; local
1441 if (lstat(s = ent->d_name, &js))
1446 else if (!S_ISREG(js.st_mode))
1450 error(0, "invalid old job %s type %s rejected", s, fmtmode(js.st_mode, 0));
1451 if (S_ISDIR(js.st_mode))
1462 else if (!AT_OLD_OK(&hs, &js))
1464 error(0, "invalid old job %s mode %s rejected [dir.uid=%d job.uid=%d]", s, fmtmode(js.st_mode, 0), hs.st_uid, js.st_uid);

Completed in 12 milliseconds