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

  /src/tests/lib/libc/c063/
t_renameat.c 62 struct stat ost, nst; local in function:ATF_TC_BODY
69 ATF_REQUIRE(stat(FILE, &ost) == 0);
78 ATF_REQUIRE(ost.st_ino == nst.st_ino);
91 struct stat ost, nst; local in function:ATF_TC_BODY
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 in function:ATF_TC_BODY
73 ATF_REQUIRE(stat(FILE, &ost) == 0);
75 ATF_REQUIRE(ost.st_ino == nst.st_ino);
87 struct stat ost, nst; local in function:ATF_TC_BODY
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 in function:ATF_TC_BODY
77 ATF_REQUIRE(stat(FILE, &ost) == 0);
79 ATF_REQUIRE(ost.st_ino == nst.st_ino);
91 struct stat ost, nst; local in function:ATF_TC_BODY
100 ATF_REQUIRE(stat(FILE, &ost) == 0);
102 ATF_REQUIRE(ost.st_ino == nst.st_ino);
150 struct stat ost, nst; local in function:ATF_TC_BODY
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 in function:ATF_TC_BODY
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
jz4725b.dtsi 105 ost: timer@e0 { label in label:tcu
106 compatible = "ingenic,jz4725b-ost";
110 clock-names = "ost";
jz4770.dtsi 118 ost: timer@e0 { label in label:tcu
119 compatible = "ingenic,jz4770-ost";
123 clock-names = "ost";
jz4780.dtsi 138 ost: timer@e0 { label in label:tcu
139 compatible = "ingenic,jz4780-ost", "ingenic,jz4770-ost";
143 clock-names = "ost";
x1000.dtsi 90 ost: timer@12000000 { label
91 compatible = "ingenic,x1000-ost";
97 clock-names = "ost";
x1830.dtsi 83 ost: timer@12000000 { label
84 compatible = "ingenic,x1830-ost", "ingenic,x1000-ost";
90 clock-names = "ost";
  /src/bin/csh/
exec.c 271 Char *lastsh[2], **vp, *st0, **ost; local in function:texec
326 ost = st;
328 ost[0] = st0;
  /src/usr.bin/xlint/lint1/
tree.c 3838 const type_t *ostp, tspec_t ost)
3843 while (ost == ARRAY)
3844 ostp = ostp->t_subt, ost = ostp->t_tspec;
3846 if (nst == STRUCT && ost == STRUCT &&
3856 if (ost == CHAR || ost == UCHAR)
3860 if (nst == STRUCT && ost == STRUCT) {
3875 if (nst == UNION || ost == UNION) {
3882 if (is_struct_or_union(nst) && is_struct_or_union(ost))
3886 enum rank_kind rk2 = type_properties(ost)->tt_rank_kind
3900 tspec_t ost = ostp->t_tspec; local in function:convert_pointer_from_pointer
    [all...]

Completed in 18 milliseconds