Home
last modified time | relevance | path

Searched refs:workp (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c881 wchar_t *workp = p; in PREFIX() local
883 (re_opcode_t) *(workp - 1) == charset_not ? "^" : ""); in PREFIX()
885 length = *workp++; /* the length of char_classes */ in PREFIX()
888 length = *workp++; /* the length of collating_symbol */ in PREFIX()
897 length = *workp++; /* the length of equivalence_class */ in PREFIX()
906 length = *workp++; /* the length of char_range */ in PREFIX()
913 length = *workp++; /* the length of char */ in PREFIX()
6170 CHAR_T *workp, *workp2, *charset_top; in wcs_re_match_2_internal() local
6197 workp = p; in wcs_re_match_2_internal()
6206 uintptr_t alignedp = ((uintptr_t)workp in wcs_re_match_2_internal()
[all …]
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c1794 const char *workp = SvPV(work_path, work_len); in S_follow_symlinks_to()
1796 (const char *)my_memrchr(workp, '\\', work_len); in S_follow_symlinks_to()
1798 (const char *)my_memrchr(workp, '/', work_len); in S_follow_symlinks_to()
1808 SV *new_path = newSVpv(workp, path_sep - workp + 1); in S_follow_symlinks_to()
1789 const char *workp = SvPV(work_path, work_len); S_follow_symlinks_to() local