Home
last modified time | relevance | path

Searched refs:reparse (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/usbhidaction/
H A Dusbhidaction.c52 static int reparse = 1; variable
80 reparse = 1; in sighup()
241 if (reparse) { in main()
248 reparse = 0; in main()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h431 const auto* reparse = reinterpret_cast<LIBCPP_REPARSE_DATA_BUFFER*>(buf); in readlink() local
437 if (reparse->ReparseTag != IO_REPARSE_TAG_SYMLINK) { in readlink()
441 const auto& symlink = reparse->SymbolicLinkReparseBuffer; in readlink()
/freebsd/contrib/one-true-awk/testdir/
H A DT.gawk259 # reparse:
270 cmp -s foo1 foo2 || ./echo 'BAD: T.gawk reparse'
/freebsd/contrib/one-true-awk/
H A Dproto.h57 extern Node *reparse(const char *);
H A Db.c232 p = reparse(s); in mkdfa()
950 Node *reparse(const char *p) /* parses regular expression pointed to by p */ in reparse() function
/freebsd/contrib/file/magic/Magdir/
H A Dwindows1657 #define FLAG_HEADER_RP_FIX 0x00000080 reparse point fixup
1672 >16 ulelong &0x00000080 \b, reparse point fixup
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc786 // Handle reparse points.