Home
last modified time | relevance | path

Searched refs:FIRST (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-14.2/contrib/bmake/unit-tests/
H A Dcond-short.mk93 .if 0 && ${1 2 3:L:@i@${FIRST::?=$i}@}
101 .if defined(FIRST) || defined(LAST) || defined(APPENDED) || defined(RAN)
102 . warning first=${FIRST} last=${LAST} appended=${APPENDED} ran=${RAN}
H A Dvarmod-assign.mk13 .if "${1 2 3:L:@i@${FIRST::?=$i}@} first=${FIRST}" != " first=1"
39 .if "${FIRST}, ${LAST}, ${APPENDED}, ${RAN}" != "1, 3, 1 2 3, <3>"
/freebsd-14.2/usr.bin/compress/
H A Dzopen.c197 #define FIRST 257 /* First free entry. */ macro
270 free_ent = ((block_compress) ? FIRST : 256); in zwrite()
499 free_ent = block_compress ? FIRST : 256; in zread()
516 free_ent = FIRST; in zread()
653 free_ent = FIRST; in cl_block()
/freebsd-14.2/contrib/unifdef/tests/
H A Ddangle.c1 #ifdef FIRST
H A Ddangle.expout1 #ifdef FIRST
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c85 #define FIRST 257 /* First free entry. */ macro
192 state->first_free = FIRST; in archive_compressor_compress_open()
404 state->first_free = FIRST; in archive_compressor_compress_write()
/freebsd-14.2/usr.bin/hexdump/
H A Ddisplay.c54 enum _vflag vflag = FIRST;
301 if (vflag == ALL || vflag == FIRST || in get()
304 if (vflag == DUP || vflag == FIRST) in get()
H A Dhexdump.h82 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator
/freebsd-14.2/tools/tools/makeroot/
H A Dmakeroot.sh207 echo /etc/rc.d/FIRST > ${tmpdir}/rcorder.start
209 grep -v LAST | grep -v FIRST >> \
/freebsd-14.2/usr.bin/gzip/
H A Dzuncompress.c65 #define FIRST 257 /* First free entry. */ macro
260 zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256; in zread()
272 zs->zs_free_ent = FIRST; in zread()
/freebsd-14.2/contrib/libxo/tests/gettext/
H A Dldns.pot3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
H A Dgt_01.pot3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp428 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() argument
429 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31) in getPPKeywordID()
430 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() argument
431 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID()
/freebsd-14.2/contrib/libxo/tests/gettext/po/pig_latin/
H A Dldns.po3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
H A Dgt_01.po3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dsendmail10 # READ.ME.FIRST.AWP Sendmail frozen configuration
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h55 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument
56 First##BASE##Constant = FIRST, Last##BASE##Constant = LAST,
57 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument
58 First##BASE##Constant = FIRST, Last##BASE##Constant = LAST
H A DOpenMPClause.h1647 enum {FIRST, SECOND, NUM_MODIFIERS}; enumerator
1671 Modifiers[FIRST] = M; in setFirstScheduleModifier()
1683 ModifiersLoc[FIRST] = Loc; in setFirstScheduleModifierLoc()
1695 if (Modifiers[FIRST] == OMPC_SCHEDULE_MODIFIER_unknown) in setScheduleModifer()
1696 Modifiers[FIRST] = M; in setScheduleModifer()
1749 Modifiers[FIRST] = M1; in OMPScheduleClause()
1751 ModifiersLoc[FIRST] = M1Loc; in OMPScheduleClause()
1759 Modifiers[FIRST] = OMPC_SCHEDULE_MODIFIER_unknown; in OMPScheduleClause()
1768 return Modifiers[FIRST]; in getFirstScheduleModifier()
1784 return ModifiersLoc[FIRST]; in getFirstScheduleModifierLoc()
H A DStmt.h89 #define STMT_RANGE(BASE, FIRST, LAST) \ in alignas() argument
90 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class, in alignas()
91 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ in alignas() argument
92 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class in alignas()
/freebsd-14.2/crypto/openssl/demos/bio/
H A Ddescrip.mms15 .FIRST :
/freebsd-14.2/contrib/tcsh/config/
H A Dbsd4.44 * All source files should #include this FIRST.
/freebsd-14.2/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp56 probably talk to your system administrator FIRST before trying this
/freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/
H A Dsunplus,sp7021-pinctrl.yaml87 - description: the FIRST registers
/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe-txrx.c625 if (!XGMAC_GET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, FIRST)) { in xgbe_rx_buf1_len()
H A Dxgbe-dev.c1391 FIRST, 1); in xgbe_dev_read()
1398 FIRST, 0); in xgbe_dev_read()

12