is_subdelim 89 uspace/lib/uri/internal/ctype.h return is_gendelim(c) || is_subdelim(c); is_subdelim 205 uspace/lib/uri/uri.c while (is_unreserved(*str) || is_subdelim(*str) || *str == ':')