Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/regex/
H A Dglob.c424 size_t lenh; in globtilde() local
465 lenh = strlen(h) + 1; in globtilde()
467 if ((n = mbtowc(&c, h, lenh)) > 0) { in globtilde()
469 lenh -= n; in globtilde()