Searched refs:orig_p (Results 1 – 4 of 4) sorted by relevance
60 uint8_t *orig_p = p; variable75 return (unsigned)(p - orig_p);81 const uint8_t *orig_p = p; variable89 *n = (unsigned)(p - orig_p);95 const uint8_t *orig_p = p; variable108 *n = (unsigned)(p - orig_p);
46 const perms orig_p = status(dir).permissions(); in TEST_CASE() local54 TEST_CHECK(orig_p == status(dir).permissions()); in TEST_CASE()
161 path __canonical(path const & orig_p, const path& base, std::error_code *ec) in __canonical() argument163 path p = absolute(orig_p, base); in __canonical()167 set_or_throw(ec, "canonical", orig_p, base); in __canonical()
907 const unsigned char *orig_p = p; in gmatch_cclass() local926 return (sub == '[' ? orig_p : NULL); in gmatch_cclass()