Searched refs:NF (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-11-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk636 if (n > NF) error("shift past end of line")
637 for (_si = 1; _si <= NF-n; _si++) {
640 NF = NF - n
642 if (NF == 0 && do_getline)
933 } while ($1 !~ SROM_OFF_REGEX && NF > 0)
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch315 type == "name" && $NF != probe { next }
316 type == "function" && NF >=4 && $(NF-1) != probe { next }
317 type == "module" && NF == 5 && $(NF-2) != probe { next }
321 M[_m = (NF >= 5 ? $(NF-2) : "")]++
322 F[_f = (NF >= 4 ? $(NF-1) : "")]++
323 N[_n = $NF]
[all...]
/freebsd-11-stable/contrib/one-true-awk/
H A Dlib.c394 if (n > nfields) /* fields after NF are empty */
395 growfldtab(n); /* but does not increase NF */
464 void recbld(void) /* create $0 from $1..$NF if necessary */
472 for (i = 1; i <= *NF; i++) {
478 if (i < *NF) {
/freebsd-11-stable/tools/regression/zfs/
H A Dmisc.sh367 echo "zfstest_`dd if=/dev/urandom bs=1k count=1 2>/dev/null | openssl md5 | awk '{ print $NF }'`"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp612 uint32_t NF = N->Flags; local
615 if (NF & GepNode::Used)
617 Flags |= NF;
/freebsd-11-stable/bin/pax/
H A Doptions.c263 flg |= NF;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1567 const APFloat *NF = IsReciprocal ? &BaseR : BaseF;
1570 NF->convertToInteger(NI, APFloat::rmTowardZero, &Ignored) ==

Completed in 100 milliseconds

123