| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | cond-short.mk | 93 .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 D | varmod-assign.mk | 13 .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-13.1/usr.bin/compress/ |
| H A D | zopen.c | 199 #define FIRST 257 /* First free entry. */ macro 272 free_ent = ((block_compress) ? FIRST : 256); in zwrite() 501 free_ent = block_compress ? FIRST : 256; in zread() 518 free_ent = FIRST; in zread() 654 free_ent = FIRST; in cl_block()
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_write_add_filter_compress.c | 87 #define FIRST 257 /* First free entry. */ macro 194 state->first_free = FIRST; in archive_compressor_compress_open() 406 state->first_free = FIRST; in archive_compressor_compress_write()
|
| /freebsd-13.1/usr.bin/hexdump/ |
| H A D | display.c | 56 enum _vflag vflag = FIRST; 301 if (vflag == ALL || vflag == FIRST || in get() 304 if (vflag == DUP || vflag == FIRST) in get()
|
| H A D | hexdump.h | 83 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator
|
| /freebsd-13.1/tools/tools/makeroot/ |
| H A D | makeroot.sh | 208 echo /etc/rc.d/FIRST > ${tmpdir}/rcorder.start 210 grep -v LAST | grep -v FIRST >> \
|
| /freebsd-13.1/usr.bin/gzip/ |
| H A D | zuncompress.c | 66 #define FIRST 257 /* First free entry. */ macro 261 zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256; in zread() 273 zs->zs_free_ent = FIRST; in zread()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 318 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() argument 319 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31) in getPPKeywordID() 320 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() argument 321 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID()
|
| /freebsd-13.1/contrib/libxo/tests/gettext/ |
| H A D | ldns.pot | 3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
| H A D | gt_01.pot | 3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
| /freebsd-13.1/contrib/libxo/tests/gettext/po/pig_latin/ |
| H A D | ldns.po | 3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
| H A D | gt_01.po | 3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Comment.h | 189 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument 190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, 191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument 192 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
|
| H A D | OpenMPClause.h | 1507 enum {FIRST, SECOND, NUM_MODIFIERS}; enumerator 1531 Modifiers[FIRST] = M; in setFirstScheduleModifier() 1543 ModifiersLoc[FIRST] = Loc; in setFirstScheduleModifierLoc() 1555 if (Modifiers[FIRST] == OMPC_SCHEDULE_MODIFIER_unknown) in setScheduleModifer() 1556 Modifiers[FIRST] = M; in setScheduleModifer() 1609 Modifiers[FIRST] = M1; in OMPScheduleClause() 1611 ModifiersLoc[FIRST] = M1Loc; in OMPScheduleClause() 1619 Modifiers[FIRST] = OMPC_SCHEDULE_MODIFIER_unknown; in OMPScheduleClause() 1628 return Modifiers[FIRST]; in getFirstScheduleModifier() 1644 return ModifiersLoc[FIRST]; in getFirstScheduleModifierLoc()
|
| H A D | Stmt.h | 73 #define STMT_RANGE(BASE, FIRST, LAST) \ in alignas() argument 74 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class, in alignas() 75 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ in alignas() argument 76 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class in alignas()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | sendmail | 10 # READ.ME.FIRST.AWP Sendmail frozen configuration
|
| /freebsd-13.1/contrib/tcsh/config/ |
| H A D | bsd4.4 | 4 * All source files should #include this FIRST.
|
| /freebsd-13.1/usr.sbin/bsdconfig/include/ |
| H A D | network_device.hlp | 56 probably talk to your system administrator FIRST before trying this
|
| /freebsd-13.1/sys/dev/axgbe/ |
| H A D | xgbe-txrx.c | 627 if (!XGMAC_GET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, FIRST)) { in xgbe_rx_buf1_len()
|
| H A D | xgbe-dev.c | 1393 FIRST, 1); in xgbe_dev_read() 1400 FIRST, 0); in xgbe_dev_read()
|
| /freebsd-13.1/contrib/less/ |
| H A D | less.hlp | 51 ^F or @ Start search at FIRST file (for /) or last file (for ?).
|
| /freebsd-13.1/share/examples/diskless/ |
| H A D | README.TEMPLATING | 264 MAKE A FULL BACKUP OF THE TARGET MACHINE FIRST! You may accidentally
|
| /freebsd-13.1/contrib/bmake/mk/ |
| H A D | README | 31 the FIRST target found is the target that is used, i.e. if the Makefile has:
|
| /freebsd-13.1/share/mk/ |
| H A D | bsd.README | 83 the FIRST target found is the target that is used, i.e. if the Makefile has:
|