Searched refs:nst (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libc/c063/ |
H A D | t_linkat.c | 64 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 D | t_renameat.c | 62 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 D | t_symlinkat.c | 62 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 D | util.c | 504 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 D | kmp_dispatch_hier.h | 154 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 D | kmp_stats.h | 624 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 D | if_bwn_phy_g.c | 1559 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 D | CHANGES.md | 17582 *Po-Cheng Chen <pocheng@nst.com.tw>, slightly modified by Steve Henson*
|