Searched refs:nst (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/c063/
H A Dt_linkat.c64 struct stat ost, nst; local
78 ATF_REQUIRE(stat(TARGET, &nst) == 0);
79 ATF_REQUIRE(ost.st_ino == nst.st_ino);
91 struct stat ost, nst; local
101 ATF_REQUIRE(stat(TARGET, &nst) == 0);
102 ATF_REQUIRE(ost.st_ino == nst.st_ino);
150 struct stat ost, nst; local
166 ATF_REQUIRE(lstat(TARGET, &nst) == 0);
167 ATF_REQUIRE(ost.st_ino != nst.st_ino);
170 ATF_REQUIRE(lstat(TARGET, &nst)
183 struct stat ost, nst; local
[all...]
H A Dt_symlinkat.c62 struct stat ost, nst; local
74 ATF_REQUIRE(stat(LINK, &nst) == 0);
75 ATF_REQUIRE(ost.st_ino == nst.st_ino);
87 struct stat ost, nst; local
97 ATF_REQUIRE(stat(LINK, &nst) == 0);
98 ATF_REQUIRE(ost.st_ino == nst.st_ino);
H A Dt_renameat.c62 struct stat ost, nst; local
77 ATF_REQUIRE(stat(TARGET, &nst) == 0);
78 ATF_REQUIRE(ost.st_ino == nst.st_ino);
91 struct stat ost, nst; local
102 ATF_REQUIRE(stat(TARGET, &nst) == 0);
103 ATF_REQUIRE(ost.st_ino == nst.st_ino);
/freebsd-11.0-release/contrib/gcclibs/libcpp/
H A Dcharset.c827 struct normalize_state *nst)
858 if (ucnranges[mn].combine != 0 && ucnranges[mn].combine < nst->prev_class)
859 nst->level = normalized_none;
863 cppchar_t p = nst->previous;
894 nst->level = normalized_none;
896 nst->level = MAX (nst->level, normalized_identifier_C);
901 nst->level = MAX (nst->level, normalized_C);
903 nst
825 ucn_valid_in_identifier(cpp_reader *pfile, cppchar_t c, struct normalize_state *nst) argument
938 _cpp_valid_ucn(cpp_reader *pfile, const uchar **pstr, const uchar *limit, int identifier_pos, struct normalize_state *nst) argument
1046 struct normalize_state nst = INITIAL_NORMALIZE_STATE; local
[all...]
H A Dlex.c508 struct normalize_state *nst)
523 if (starts_ucn || forms_identifier_p (pfile, false, nst))
530 NORMALIZE_STATE_UPDATE_IDNUM (nst);
532 } while (forms_identifier_p (pfile, false, nst));
569 struct normalize_state *nst)
584 NORMALIZE_STATE_UPDATE_IDNUM (nst);
589 while (forms_identifier_p (pfile, false, nst));
973 struct normalize_state nst = INITIAL_NORMALIZE_STATE; local
975 lex_number (pfile, &result->val.str, &nst);
976 warn_about_normalization (pfile, result, &nst);
507 lex_identifier(cpp_reader *pfile, const uchar *base, bool starts_ucn, struct normalize_state *nst) argument
568 lex_number(cpp_reader *pfile, cpp_string *number, struct normalize_state *nst) argument
1002 struct normalize_state nst = INITIAL_NORMALIZE_STATE; local
1141 struct normalize_state nst = INITIAL_NORMALIZE_STATE; local
1227 struct normalize_state nst = INITIAL_NORMALIZE_STATE; local
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dremote-fileio.c908 struct stat ost, nst; local
941 nf = stat (newpath, &nst);
943 || (!nf && !S_ISREG (nst.st_mode) && !S_ISDIR (nst.st_mode)))
963 if (!of && !nf && S_ISDIR (nst.st_mode))
/freebsd-11.0-release/sys/dev/bwn/
H A Dif_bwn_phy_g.c1548 bwn_wa_write_noisescale(struct bwn_mac *mac, const uint16_t *nst) argument
1553 bwn_ofdmtab_write_2(mac, BWN_OFDMTAB_NOISESCALE, i, nst[i]);

Completed in 385 milliseconds