HomeSort by: relevance | last modified time | path
    Searched defs:ost (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/lib/libc/c063/
t_renameat.c 62 struct stat ost, nst; local
69 ATF_REQUIRE(stat(FILE, &ost) == 0);
78 ATF_REQUIRE(ost.st_ino == nst.st_ino);
91 struct stat ost, nst; local
98 ATF_REQUIRE(stat(FILE, &ost) == 0);
103 ATF_REQUIRE(ost.st_ino == nst.st_ino);
t_symlinkat.c 62 struct stat ost, nst; local
73 ATF_REQUIRE(stat(FILE, &ost) == 0);
75 ATF_REQUIRE(ost.st_ino == nst.st_ino);
87 struct stat ost, nst; local
96 ATF_REQUIRE(stat(FILE, &ost) == 0);
98 ATF_REQUIRE(ost.st_ino == nst.st_ino);
t_linkat.c 64 struct stat ost, nst; local
77 ATF_REQUIRE(stat(FILE, &ost) == 0);
79 ATF_REQUIRE(ost.st_ino == nst.st_ino);
91 struct stat ost, nst; local
100 ATF_REQUIRE(stat(FILE, &ost) == 0);
102 ATF_REQUIRE(ost.st_ino == nst.st_ino);
150 struct stat ost, nst; local
165 ATF_REQUIRE(lstat(LINK, &ost) == 0);
167 ATF_REQUIRE(ost.st_ino != nst.st_ino);
169 ATF_REQUIRE(lstat(FILE, &ost) == 0)
183 struct stat ost, nst; local
    [all...]
  /src/bin/csh/
exec.c 271 Char *lastsh[2], **vp, *st0, **ost; local
326 ost = st;
328 ost[0] = st0;
  /src/usr.bin/xlint/lint1/
tree.c 3900 const type_t *ostp, tspec_t ost)
3905 while (ost == ARRAY)
3906 ostp = ostp->t_subt, ost = ostp->t_tspec;
3908 if (nst == STRUCT && ost == STRUCT &&
3918 if (ost == CHAR || ost == UCHAR)
3922 if (nst == STRUCT && ost == STRUCT) {
3937 if (nst == UNION || ost == UNION) {
3944 if (is_struct_or_union(nst) && is_struct_or_union(ost))
3948 enum rank_kind rk2 = type_properties(ost)->tt_rank_kind
3962 tspec_t ost = ostp->t_tspec; local
    [all...]

Completed in 26 milliseconds