Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libiberty/src/
H A Dregex.c881 wchar_t *workp = p; in PREFIX() local
6197 workp = p; in wcs_re_match_2_internal()
6227 for (workp2 = workp + coll_symbol_length ; workp < workp2 ; in wcs_re_match_2_internal()
6228 workp++) in wcs_re_match_2_internal()
6250 for (workp2 = workp + coll_symbol_length ; workp < workp2 ;) in wcs_re_match_2_internal()
6377 for (workp2 = workp + equiv_class_length ; workp < workp2 ; in wcs_re_match_2_internal()
6378 workp++) in wcs_re_match_2_internal()
6403 for (workp2 = workp + equiv_class_length ; workp < workp2 ;) in wcs_re_match_2_internal()
6513 if (*workp < 0) in wcs_re_match_2_internal()
6522 if (*workp < 0) in wcs_re_match_2_internal()
[all …]
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32.c1794 const char *workp = SvPV(work_path, work_len); in S_follow_symlinks_to() local
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()