Searched refs:NODE (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-13-stable/usr.sbin/makefs/
H A Dwalk.c61 static void apply_specdir(const char *, NODE *, fsnode *, int);
62 static void apply_specentry(const char *, NODE *, fsnode *);
311 NODE *root;
341 apply_specdir(const char *dir, NODE *specnode, fsnode *dirnode, int speconly)
344 NODE *curnode;
475 apply_specentry(const char *dir, NODE *specnode, fsnode *dirnode)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp235 #define NODE(name) \ macro
242 NODE(RET_FLAG);
243 NODE(RETI_FLAG);
244 NODE(CALL);
245 NODE(WRAPPER);
246 NODE(LSL);
247 NODE(LSR);
248 NODE(ROL);
249 NODE(ROR);
250 NODE(AS
261 #undef NODE macro
[all...]
/freebsd-13-stable/sbin/restore/
H A Dsymtab.c186 if (ep->e_type != NODE)
277 if (ep->e_type == NODE) {
543 ep = addentry(".", UFS_ROOTINO, NODE);
H A Ddirs.c237 if ((*todo)(pname, ino, NODE) == FAIL)
728 return (NODE);
/freebsd-13-stable/contrib/mtree/
H A Dmisc.c225 matchtags(NODE *node)
H A Dcompare.c136 compare(NODE *s, FTSENT *p)
/freebsd-13-stable/usr.bin/ctags/
H A Dctags.c64 NODE *head; /* head of the sorted binary tree */
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c57 #define NODE(ptr) (ptr) macro
59 #define NODE(offs) ((CPpmd8_Node *)(p->Base + (offs))) macro
128 CPpmd8_Node *node = NODE((CPpmd8_Node_Ref)p->FreeList[indx]);
155 /* Order-0 context is always at top UNIT, so we don't need guard NODE at the end.
156 All blocks up to p->LoUnit can be free, so we need guard NODE at LoUnit. */
167 CPpmd8_Node *node = NODE(next);
187 CPpmd8_Node *node = NODE(head);
322 CPpmd8_Node *node = NODE(*next);
326 node = NODE(*next);
/freebsd-13-stable/usr.sbin/fmtree/
H A Dcompare.c75 compare(char *name __unused, NODE *s, FTSENT *p)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp515 #define HANDLE_NODETYPE(NODE) \
516 case WebAssemblyISD::NODE: \
517 return "WebAssemblyISD::" #NODE;
518 #define HANDLE_MEM_NODETYPE(NODE) HANDLE_NODETYPE(NODE)
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1760 NODE=`echo "${LINE}" | cut -f 1-2 -d '|'`
1761 look "${NODE}|" $3 >> $3.remove
1762 look "${NODE}|" $3 |
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql95 /* All ACTUAL nodes must have an equivalent NODE in NODES
H A Dwc-metadata.sql546 /* The local relpath of the directory NODE defining this external
H A Dwc-queries.sql1119 /* Creates a copy from one top level NODE to a different location */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp323 STRINGIFY_CODE(METADATA, NODE)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 312 milliseconds

12