Home
last modified time | relevance | path

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

12

/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dtd_krb5.conf6 kdc = FIRST.KDC.HOST
8 admin_server = FIRST.KDC.HOST
/freebsd/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.mk16 .if "${1 2 3:L:@i@${FIRST::?=$i}@} first=${FIRST}" != " first=1"
45 .if "${FIRST}, ${LAST}, ${APPENDED}, ${RAN}" != "1, 3, 1 2 3, <3>"
H A Dvarmod-assign.exp19 Global: .MAKEOVERRIDES = FIRST LAST LAST LAST APPENDED RAN RAN RAN IT1 THEN1 IE2 ELSE2 CMD_CMD_VAR…
/freebsd/usr.bin/compress/
H A Dzopen.c194 #define FIRST 257 /* First free entry. */ macro
267 free_ent = ((block_compress) ? FIRST : 256); in zwrite()
496 free_ent = block_compress ? FIRST : 256; in zread()
513 free_ent = FIRST; in zread()
650 free_ent = FIRST; in cl_block()
/freebsd/contrib/unifdef/tests/
H A Ddangle.c1 #ifdef FIRST
H A Ddangle.expout1 #ifdef FIRST
/freebsd/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/usr.bin/hexdump/
H A Ddisplay.c48 enum _vflag vflag = FIRST;
295 if (vflag == ALL || vflag == FIRST || in get()
298 if (vflag == DUP || vflag == FIRST) in get()
H A Dhexdump.h80 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator
/freebsd/tools/tools/makeroot/
H A Dmakeroot.sh207 echo /etc/rc.d/FIRST > ${tmpdir}/rcorder.start
209 grep -v LAST | grep -v FIRST >> \
/freebsd/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/contrib/libxo/tests/gettext/
H A Dldns.pot3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
H A Dgt_01.pot3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp458 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() argument
459 (LEN << 6) + (((FIRST - 'a') - (THIRD - 'a')) & 63) in getPPKeywordID()
460 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() argument
461 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID()
/freebsd/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/contrib/file/magic/Magdir/
H A Dsendmail10 # READ.ME.FIRST.AWP Sendmail frozen configuration
/freebsd/crypto/openssl/demos/bio/
H A Ddescrip.mms15 .FIRST :
/freebsd/crypto/krb5/src/util/ss/
H A Dct_c_sed.in32 :FIRST
/freebsd/contrib/tcsh/config/
H A Dbsd4.44 * All source files should #include this FIRST.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h508 enum { FIRST, SECOND, NUM_MODIFIERS }; enumerator
518 Modifiers[FIRST] = M; in setFirstAllocateModifier()
530 ModifiersLoc[FIRST] = Loc; in setFirstAllocateModifierLoc()
558 Modifiers[FIRST] = Modifier1; in OMPAllocateClause()
560 ModifiersLoc[FIRST] = Modifier1Loc; in OMPAllocateClause()
571 Modifiers[FIRST] = OMPC_ALLOCATE_unknown; in OMPAllocateClause()
616 return Modifiers[FIRST]; in getFirstAllocateModifier()
621 return ModifiersLoc[FIRST]; in getFirstAllocateModifierLoc()
1944 enum {FIRST, SECOND, NUM_MODIFIERS}; enumerator
1968 Modifiers[FIRST] = M; in setFirstScheduleModifier()
[all …]
H A DStmt.h90 #define STMT_RANGE(BASE, FIRST, LAST) \ argument
91 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
92 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument
93 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
/freebsd/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp56 probably talk to your system administrator FIRST before trying this
/freebsd/contrib/bc/project/
H A Dissue10.md72 The syntax error really has to be the FIRST input, even entering an empty line before it makes the …

12