Home
last modified time | relevance | path

Searched refs:EXT (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/sys/contrib/zstd/programs/
H A DMakefile53 EXT =.exe macro
62 EXT = macro
67 …pthread.c && $(CC) $(FLAGS) -o have_pthread$(EXT) have_pthread.c -pthread 2> $(VOID) && rm have_pt…
79 … }' > have_zlib.c && $(CC) $(FLAGS) -o have_zlib$(EXT) have_zlib.c -lz 2> $(VOID) && rm have_zlib$…
90 …}' > have_lzma.c && $(CC) $(FLAGS) -o have_lzma$(EXT) have_lzma.c -llzma 2> $(VOID) && rm have_lzm…
101 …0; }' > have_lz4.c && $(CC) $(FLAGS) -o have_lz4$(EXT) have_lz4.c -llz4 2> $(VOID) && rm have_lz4$…
162 $(CC) $(FLAGS) $^ $(LDLIBS) -o $@$(EXT)
165 SRCBIN_HASH = $(shell cat $(BUILD_DIR)/zstd$(EXT) 2> $(VOID) | $(HASH) | cut -f 1 -d " ")
166 DSTBIN_HASH = $(shell cat zstd$(EXT) 2> $(VOID) | $(HASH) | cut -f 1 -d " ")
174 cp -f $<$(EXT) $@$(EXT); \
[all …]
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DMakefile38 EXT =.exe macro
40 EXT = macro
59 ./minigzip_zstd example$(EXT)
61 ./minigzip_zstd -d example$(EXT).gz
62 ./minigzip example$(EXT)
64 ./minigzip_zstd -d example$(EXT).gz
118 …*.o *.o foo.gz example$(EXT) example_zstd$(EXT) fitblk$(EXT) fitblk_zstd$(EXT) zwrapbench$(EXT) mi…
/freebsd/lib/libc/resolv/
H A Dres_send.c122 #define EXT(res) ((res)->_u._ext) macro
185 if (EXT(statp).ext == NULL) in res_ourserver_p()
308 if (statp->nscount == 0 || EXT(statp).ext == NULL) { in res_nsend()
333 if (EXT(statp).nscount != 0) { in res_nsend()
338 if (EXT(statp).nscount != statp->nscount) in res_nsend()
344 (struct sockaddr *)&EXT(statp).ext->nsaddrs[ns])) { in res_nsend()
349 if (EXT(statp).nssocks[ns] == -1) in res_nsend()
352 if (_getpeername(EXT(statp).nssocks[ns], in res_nsend()
365 EXT(statp).nscount = 0; in res_nsend()
372 if (EXT(statp).nscount == 0) { in res_nsend()
[all …]
/freebsd/share/i18n/csmapper/GB/
H A Dmapper.dir.GB.src12 ISO-IR-165EXT/UCS mapper_std GB/ISO-IR-165EXT%UCS.mps
19 ISO-IR-165/UCS mapper_parallel ISO-IR-165EXT/UCS,GB2312/UCS
28 UCS/ISO-IR-165EXT mapper_std GB/UCS%ISO-IR-165EXT.mps
36 UCS/ISO-IR-165 mapper_parallel UCS/ISO-IR-165EXT,UCS/GB2312
H A DMakefile6 GBKEXT%UCS.mps GBKUDA%UCS.mps ISO-IR-165EXT%UCS.mps \
9 UCS%ISO-IR-165EXT.mps
/freebsd/share/i18n/csmapper/KOI/
H A Dmapper.dir.KOI.src9 ISO-5427EXT/UCS mapper_std KOI/ISO-5427%UCS.mps
10 UCS/ISO-5427EXT mapper_std KOI/UCS%ISO-5427.mps
11 ISO-5427/UCS mapper_parallel GOST19768-74:GR/UCS,ISO-5427EXT/UCS
12 UCS/ISO-5427 mapper_parallel UCS/GOST19768-74:GR,UCS/ISO-5427EXT
/freebsd/share/i18n/csmapper/CP/
H A DCP.part54 936EXT
55 942EXT
56 949EXT
/freebsd/sys/modules/iwlwififw/iwlwifi-ty-a0-gf-a0-pnvm/
H A DMakefile3 EXT= pnvm macro
4 _NAME= iwlwifi-${NAME}.${EXT}
/freebsd/sys/modules/iwlwififw/iwlwifi-gl-c0-fm-c0-pnvm/
H A DMakefile3 EXT= pnvm macro
4 _NAME= iwlwifi-${NAME}.${EXT}
/freebsd/sys/modules/iwlwififw/iwlwifi-so-a0-gf-a0-pnvm/
H A DMakefile3 EXT= pnvm macro
4 _NAME= iwlwifi-${NAME}.${EXT}
/freebsd/sys/modules/iwlwififw/iwlwifi-so-a0-gf4-a0-pnvm/
H A DMakefile3 EXT= pnvm macro
4 _NAME= iwlwifi-${NAME}.${EXT}
/freebsd/sys/modules/iwlwififw/
H A DMakefile.inc3 EXT?= ucode
4 _NAME?= iwlwifi-${NAME}-${FWVERSION}.${EXT}
/freebsd/contrib/bmake/unit-tests/
H A Ddirective-for-escape.mk163 EXT= .c
165 .for BASENAME}${EXT in replaced
166 . info ${BASENAME}${EXT}
/freebsd/crypto/openssl/test/recipes/
H A D80-test_tsa.t36 my $EXT = shift;
44 note "using extension $EXT";
50 "-extfile", $openssl_conf, "-extensions", $EXT])));
/freebsd/share/i18n/esdb/ISO-2022/
H A DISO-2022-CN-EXT.src1 # $NetBSD: ISO-2022-CN-EXT.src,v 1.1 2006/10/26 15:06:18 tnozaki Exp $
3 NAME "ISO-2022-CN-EXT"
H A DISO-2022.part4 CN-EXT
H A DISO-2022.alias6 CN-EXT iso2022-cnext
/freebsd/sys/contrib/zstd/
H A DMakefile35 EXT =.exe macro
37 EXT = macro
68 $(Q)ln -sf $(PRGDIR)/zstd$(EXT) zstd$(EXT)
73 $(Q)$(CP) $(PRGDIR)/zstd$(EXT) ./zstdmt$(EXT)
145 $(Q)$(RM) zstd$(EXT) zstdmt$(EXT) tmp*
/freebsd/contrib/sendmail/libsmutil/
H A Dt-maplock-0.sh81 EXT=`echo $XT | cut -d: -f2`
83 F=$V.${EXT}
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrData.td542 foreach EXT = ["S", "Z"] in {
545 def MOV#EXT#Xd16d8 : MxPseudoMove_RR<MxType16d, MxType8d>;
546 def MOV#EXT#Xd32d8 : MxPseudoMove_RR<MxType32d, MxType8d>;
547 def MOV#EXT#Xd32d16 : MxPseudoMove_RR<MxType32r, MxType16r>;
551 def MOV#EXT#Xd16j8 : MxPseudoMove_RM<MxType16d, MxType8.JOp>;
552 def MOV#EXT#Xd32j8 : MxPseudoMove_RM<MxType32d, MxType8.JOp>;
553 def MOV#EXT#Xd32j16 : MxPseudoMove_RM<MxType32d, MxType16.JOp>;
555 def MOV#EXT#Xd16p8 : MxPseudoMove_RM<MxType16d, MxType8.POp>;
556 def MOV#EXT#Xd32p8 : MxPseudoMove_RM<MxType32d, MxType8.POp>;
557 def MOV#EXT#Xd32p16 : MxPseudoMove_RM<MxType32d, MxType16.POp>;
[all …]
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt328 macro(define_symlink_target NAME EXT)
333 add_custom_command(OUTPUT ${DST}.${EXT}
334 COMMAND ln -sf ${SRC}.${EXT} ${DST}.${EXT})
335 list(APPEND ${NAME}_LINK_FILES ${DST}.${EXT})
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td427 // Format EXT-I instruction class in Mips16 :
478 // Format EXT-RI instruction class in Mips16 :
502 // Format EXT-RRI instruction class in Mips16 :
527 // Format EXT-RRI-A instruction class in Mips16 :
553 // Format EXT-SHIFT instruction class in Mips16 :
580 // Format EXT-I8 instruction class in Mips16 :
605 // Format EXT-I8_SVRS instruction class in Mips16 :
/freebsd/share/i18n/esdb/MISC/
H A DISO-IR-165.src1 # $NetBSD: ISO-2022-CN-EXT.src,v 1.1 2006/10/26 15:06:18 tnozaki Exp $
/freebsd/stand/ficl/softwords/
H A Dsoftcore.fr54 \ ** CORE EXT
76 \ ** LOCAL EXT word set
126 \ ** SEARCH+EXT words and ficl helpers
H A Dmarker.fr2 \ ** Ficl implementation of CORE EXT MARKER

123