Searched refs:wspace_len (Results 1 – 1 of 1) sorted by relevance
161 const char *wspace, size_t wspace_len) in copyuntil_path() argument213 if ((wspace_len > 0) && (wspace_len < bufcnt) && in copyuntil_path()214 (strncmp(bufptr, wspace, wspace_len) == 0)) { in copyuntil_path()215 bufptr += wspace_len; in copyuntil_path()216 bufcnt -= wspace_len; in copyuntil_path()272 size_t wspace_len; in filter() local302 wspace_len = strlen(wspace); in filter()342 wspace, wspace_len); in filter()