/freebsd/contrib/byacc/ |
H A D | Makefile.old | 3 HDRS = defs.h 73 closure.o: defs.h 74 error.o: defs.h 75 lalr.o: defs.h 76 lr0.o: defs.h 77 main.o: defs.h 78 mkpar.o: defs.h 79 output.o: defs.h 80 reader.o: defs.h 81 skeleton.o: defs.h [all …]
|
/freebsd/contrib/tcsh/ |
H A D | gethost.c | 165 explode(const char *defs) in explode() argument 172 if (strstr(defs, "#machine(" /* ) */)) in explode() 173 return defs; in explode() 174 if (!strstr(defs, def)) in explode() 175 return defs; in explode() 179 for (ptr = defs; (bptr = strstr(ptr, def)) != NULL; ptr = eptr + 1) { in explode() 185 pname, defs); in explode() 187 return defs; in explode() 194 pname, defs); in explode() 196 return defs; in explode() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
H A D | Combine.td | 20 /// All arguments of the defs operator must be subclasses of GIDefKind or 29 def defs; 70 class GICombineRule<dag defs, dag match, dag apply> : GICombine { 74 dag Defs = defs; 99 // Much like normal instructions, the defs (outs) come first, and the ins second 205 (defs root:$d), 220 (defs root:$dst), 227 (defs root:$root, build_fn_matchinfo:$matchinfo), 233 (defs root:$root, extending_load_matchdata:$matchinfo), 239 (defs root:$root, build_fn_matchinfo:$matchinfo), [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Combine.td | 15 (defs root:$root), 22 (defs root:$root, icmp_redundant_trunc_matchdata:$matchinfo), 30 (defs root:$root, fold_global_offset_matchdata:$matchinfo), 40 (defs root:$root, ext_addv_to_udot_addv_matchinfo:$matchinfo), 49 (defs root:$root, ext_uaddv_to_uaddlv_matchinfo:$matchinfo), 56 (defs root:$root), 93 (defs root:$root, shuffle_matchdata:$matchinfo), 100 (defs root:$root, shuffle_matchdata:$matchinfo), 107 (defs root:$root, shuffle_matchdata:$matchinfo), 114 (defs root:$root, shuffle_matchdata:$matchinfo), [all …]
|
/freebsd/crypto/heimdal/lib/ipc/ |
H A D | Makefile.am | 38 EXTRA_DIST = heim_ipc.defs heim_ipc_async.defs heim_ipc_reply.defs 40 heim_ipc.h heim_ipcUser.c heim_ipcServer.c heim_ipcServer.h: heim_ipc.defs 41 …im_ipcUser.c -sheader heim_ipcServer.h -server heim_ipcServer.c -I$(srcdir) $(srcdir)/heim_ipc.defs 43 …ipc_async.h heim_ipc_asyncUser.c heim_ipc_asyncServer.c heim_ipc_asyncServer.h: heim_ipc_async.defs 44 …der heim_ipc_asyncServer.h -server heim_ipc_asyncServer.c -I$(srcdir) $(srcdir)/heim_ipc_async.defs 46 heim_ipc_reply.h heim_ipc_replyUser.c: heim_ipc_reply.defs 47 …heim_ipc_replyUser.c -sheader /dev/null -server /dev/null -I$(srcdir) $(srcdir)/heim_ipc_reply.defs
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCombine.td | 17 (defs root:$select, fmin_fmax_legacy_matchdata:$matchinfo), 25 (defs root:$itofp), 32 (defs root:$rcp, build_fn_matchinfo:$matchinfo), 38 (defs root:$root), 47 (defs root:$cvt_f32_ubyteN, cvt_f32_ubyteN_matchdata:$matchinfo), 58 (defs root:$clamp_i64_to_i16, clamp_i64_to_i16_matchdata:$matchinfo), 66 (defs root:$min_or_max, med3_matchdata:$matchinfo), 75 (defs root:$min_or_max, med3_matchdata:$matchinfo), 84 (defs root:$min_or_max, register_matchinfo:$matchinfo), 93 (defs root:$fmed3, register_matchinfo:$matchinfo), [all …]
|
/freebsd/crypto/openssl/Configurations/ |
H A D | 00-base-templates.conf | 50 my @defs = ( 'OPENSSL_BUILDING_OPENSSL' ); 51 push @defs, "ZLIB" unless $disabled{zlib}; 52 push @defs, "ZLIB_SHARED" unless $disabled{"zlib-dynamic"}; 53 return [ @defs ]; 94 my @defs = (); 97 push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0]; 99 return [ @defs ];
|
/freebsd/usr.bin/vgrind/ |
H A D | vfontedpr.c | 124 char *defs; in main() local 213 i = cgetent(&defs, defsfile, language); in main() 225 if (cgetustr(defs, "kw", &cp) == -1) in main() 241 cgetustr(defs, "pb", &cp); in main() 243 cgetustr(defs, "cb", &cp); in main() 245 cgetustr(defs, "ce", &cp); in main() 247 cgetustr(defs, "ab", &cp); in main() 249 cgetustr(defs, "ae", &cp); in main() 251 cgetustr(defs, "sb", &cp); in main() 253 cgetustr(defs, "se", &cp); in main() [all …]
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 386 my @defs = @_; 389 foreach (@defs) { 408 my @defs = @_; 411 foreach (@defs) { 454 my @defs = @_; # Macros from #ifdef and #ifndef 458 my $verbsig = "add('$name' , '$type' , [ " . join(', ', @defs) . " ])"; 463 my %platforms = _parse_platforms(@defs); 464 my %features = _parse_features(@defs); 500 push @returns, $self->add_alias($source, $alias->{name}, $name, @{$alias->{defs}}) 522 my @defs = @_; # Platform attributes for the alias [all …]
|
/freebsd/contrib/openbsm/bin/auditd/ |
H A D | Makefile.am | 15 auditd_controlServer.c auditd_controlServer.h: auditd_control.defs 16 …auditd_controlServer.c -sheader auditd_controlServer.h $(top_srcdir)/bin/auditd/auditd_control.defs 18 audit_triggersServer.c audit_triggersServer.h: audit_triggers.defs 19 …audit_triggersServer.c -sheader audit_triggersServer.h $(top_srcdir)/bin/auditd/audit_triggers.defs
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | SSAContext.cpp | 27 void SSAContext::appendBlockDefs(SmallVectorImpl<Value *> &defs, in getEntryBlock() 32 defs.push_back(&instr); in getEntryBlock() 37 void SSAContext::appendBlockDefs(SmallVectorImpl<const Value *> &defs, in appendBlockDefs() 42 defs.push_back(&instr); in appendBlockDefs() 35 appendBlockDefs(SmallVectorImpl<Value * > & defs,BasicBlock & block) appendBlockDefs() argument 47 appendBlockDefs(SmallVectorImpl<const Value * > & defs,const BasicBlock & block) appendBlockDefs() argument
|
/freebsd/sys/tools/syscalls/core/ |
H A D | freebsd-syscall.lua | 51 local defs = "" 84 defs = defs .. line.. "\n" 117 self.defines = defs
|
/freebsd/contrib/unifdef/tests/ |
H A D | xterm.sh | 11 rm xterm.tar.gz xterm-defs.h xterm-main.c 23 main.c > ../xterm-defs.h 31 unifdef -f xterm-undefs.h -f xterm-defs.h xterm-main.c >xterm-out.c
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/Darwin/resources/ |
H A D | lldb-server-mig.defs | 2 * nub.defs 5 #import <mach/mach_exc.defs>
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | jpeg | 108 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-hsi1.trid.xml 125 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jpeg2k.trid.xml 132 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jpx.trid.xml 138 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jpm.trid.xml 144 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/v/video-mj2.trid.xml 154 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jpc.trid.xml 171 # http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-wmp.trid.xml 172 # http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jxr.trid.xml 254 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jxl.trid.xml 263 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jxl-iso.trid.xml
|
H A D | frame | 13 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/fm.trid.xml 29 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/h/hlp-fm.trid.xml 77 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/fm-hyph-dict-30.trid.xml 80 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/f/fm-hyph-dict-20.trid.xml 84 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bfont.trid.xml 97 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/m/mml-fm.trid.xml 110 # defs/b/book-fm.trid.xml 111 # defs/b/bk-fm.trid.xml
|
H A D | diff | 8 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/diff.trid.xml 22 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/diff-context.trid.xml 45 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/diff-rcs.trid.xml 59 # http://mark0.net/download/triddefs_xml.7z/defs/b/bsdiff.trid.xml 82 # http://mark0.net/download/triddefs_xml.7z/defs/b/bsdiff-chrome.trid.xml 106 # http://mark0.net/download/triddefs_xml.7z/defs/d/diff-unified.trid.xml
|
H A D | pascal | 20 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/dbd-v2.trid.xml 36 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/dbd-gen.trid.xml
|
/freebsd/contrib/mandoc/ |
H A D | eqn.c | 349 if (ep->defs[i].keysz && STRNEQ(ep->defs[i].key, in eqn_def_find() 350 ep->defs[i].keysz, ep->start, ep->toksz)) in eqn_def_find() 351 return &ep->defs[i]; in eqn_def_find() 631 if (0 == ep->defs[i].keysz) in eqn_def() 636 ep->defs = mandoc_reallocarray(ep->defs, in eqn_def() 638 ep->defs[i].key = ep->defs[i].val = NULL; in eqn_def() 641 def = ep->defs + i; in eqn_def() 1129 free(p->defs[i].key); in eqn_free() 1130 free(p->defs[i].val); in eqn_free() 1134 free(p->defs); in eqn_free()
|
/freebsd/contrib/libcbor/examples/bazel/src/ |
H A D | BUILD | 1 load("@rules_cc//cc:defs.bzl", "cc_library") 2 load("@rules_cc//cc:defs.bzl", "cc_binary")
|
/freebsd/contrib/openbsm/bin/audit/ |
H A D | Makefile.am | 15 auditd_controlUser.c auditd_control.h: $(top_srcdir)/bin/auditd/auditd_control.defs 16 … auditd_control.h -server /dev/null -sheader /dev/null $(top_srcdir)/bin/auditd/auditd_control.defs
|
/freebsd/bin/csh/ |
H A D | Makefile | 44 GENHDRS= ed.defns.h sh.err.h tc.const.h tc.defs.c 121 tc.defs.c: gethost 135 tc.defs.c: ${TCSHDIR}/host.defs 138 ${BTOOLSPATH:U.}/gethost ${TCSHDIR}/host.defs >> ${.TARGET}
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSSAContext.cpp | 26 void MachineSSAContext::appendBlockDefs(SmallVectorImpl<Register> &defs, in setFunction() 30 defs.push_back(op.getReg()); in getEntryBlock() 40 appendBlockDefs(SmallVectorImpl<Register> & defs,const MachineBasicBlock & block) appendBlockDefs() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | SSAContext.h |
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | Options.cpp | 205 auto defs = GetDefinitions(); in GetLongOptions() local 206 if (defs.empty()) in GetLongOptions() 211 m_getopt_table.resize(defs.size() + 1); in GetLongOptions() 212 for (size_t i = 0; i < defs.size(); ++i) { in GetLongOptions() 213 const int short_opt = defs[i].short_option; in GetLongOptions() 215 m_getopt_table[i].definition = &defs[i]; in GetLongOptions() 226 if (defs[i].HasShortOption()) in GetLongOptions() 232 i, defs[i].long_option, short_opt, pos->second, in GetLongOptions() 234 defs[i].long_option) in GetLongOptions() 242 (int)i, defs[i].long_option, short_opt, pos->second, in GetLongOptions() [all …]
|