Home
last modified time | relevance | path

Searched refs:nst (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/c063/
H A Dt_linkat.c64 struct stat ost, nst; in ATF_TC_BODY() local
78 ATF_REQUIRE(stat(TARGET, &nst) == 0); in ATF_TC_BODY()
79 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
91 struct stat ost, nst; in ATF_TC_BODY() local
101 ATF_REQUIRE(stat(TARGET, &nst) == 0); in ATF_TC_BODY()
102 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
150 struct stat ost, nst; in ATF_TC_BODY() local
166 ATF_REQUIRE(lstat(TARGET, &nst) == 0); in ATF_TC_BODY()
167 ATF_REQUIRE(ost.st_ino != nst.st_ino); in ATF_TC_BODY()
170 ATF_REQUIRE(lstat(TARGET, &nst) == 0); in ATF_TC_BODY()
[all …]
H A Dt_renameat.c62 struct stat ost, nst; in ATF_TC_BODY() local
77 ATF_REQUIRE(stat(TARGET, &nst) == 0); in ATF_TC_BODY()
78 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
91 struct stat ost, nst; in ATF_TC_BODY() local
102 ATF_REQUIRE(stat(TARGET, &nst) == 0); in ATF_TC_BODY()
103 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
H A Dt_symlinkat.c62 struct stat ost, nst; in ATF_TC_BODY() local
74 ATF_REQUIRE(stat(LINK, &nst) == 0); in ATF_TC_BODY()
75 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
87 struct stat ost, nst; in ATF_TC_BODY() local
97 ATF_REQUIRE(stat(LINK, &nst) == 0); in ATF_TC_BODY()
98 ATF_REQUIRE(ost.st_ino == nst.st_ino); in ATF_TC_BODY()
/freebsd/usr.bin/grep/
H A Dutil.c504 size_t st, nst; in procline() local
539 nst = 0; in procline()
616 nst = pmatch.rm_eo; in procline()
621 nst = pmatch.rm_eo; in procline()
626 pc->lnstart = nst; in procline()
649 nst = pc->ln.len; in procline()
654 else if (st == nst && lastmatch.rm_so == lastmatch.rm_eo) in procline()
656 nst++; in procline()
659 st = nst; in procline()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h154 void set_next_hand_thread(T nlb, T nub, ST nst, kmp_int32 nstatus, in set_next_hand_thread()
158 st[1 - index] = nst; in set_next_hand_thread()
161 void set_next(T nlb, T nub, ST nst, kmp_int32 nstatus, kmp_uint64 index) { in set_next()
164 st[1 - index] = nst; in set_next()
H A Dkmp_stats.h624 kmp_stats_event(uint64_t strt, uint64_t stp, int nst, timer_e nme) in kmp_stats_event() argument
625 : start(strt), stop(stp), nest_level(nst), timer_name(nme) {} in kmp_stats_event()
/freebsd/sys/dev/bwn/
H A Dif_bwn_phy_g.c1559 bwn_wa_write_noisescale(struct bwn_mac *mac, const uint16_t *nst) in bwn_wa_write_noisescale() argument
1564 bwn_ofdmtab_write_2(mac, BWN_OFDMTAB_NOISESCALE, i, nst[i]); in bwn_wa_write_noisescale()
/freebsd/crypto/openssl/
H A DCHANGES.md17582 *Po-Cheng Chen <pocheng@nst.com.tw>, slightly modified by Steve Henson*