Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/regex/
H A Dglob.c437 size_t lenh; in globtilde() local
478 lenh = strlen(h) + 1; in globtilde()
480 if ((n = mbtowc(&c, h, lenh)) > 0) { in globtilde()
482 lenh -= n; in globtilde()