Searched refs:reparse (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/usr.bin/usbhidaction/
H A Dusbhidaction.c52 static int reparse = 1; variable
80 reparse = 1;
241 if (reparse) {
248 reparse = 0;
/freebsd-current/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h431 const auto* reparse = reinterpret_cast<LIBCPP_REPARSE_DATA_BUFFER*>(buf); local
437 if (reparse->ReparseTag != IO_REPARSE_TAG_SYMLINK) {
441 const auto& symlink = reparse->SymbolicLinkReparseBuffer;
/freebsd-current/contrib/one-true-awk/
H A Dproto.h57 extern Node *reparse(const char *);
H A Db.c232 p = reparse(s);
950 Node *reparse(const char *p) /* parses regular expression pointed to by p */ function
954 DPRINTF("reparse <%s>\n", p);
1238 int relex(void) /* lexical analyzer for reparse */
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc786 // Handle reparse points.

Completed in 177 milliseconds