Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/aw/
H A Daw.c161 const char *wspace, size_t wspace_len) in copyuntil_path() argument
213 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() local
302 wspace_len = strlen(wspace); in filter()
342 wspace, wspace_len); in filter()