Home
last modified time | relevance | path

Searched refs:usestr (Results 1 – 2 of 2) sorted by last modified time

/dragonfly/lib/libc/locale/
H A Dxlocale.c247 int usestr = 0; in newlocale() local
275 usestr = 1; in newlocale()
304 } else if (usestr) { in newlocale()
/dragonfly/contrib/ncurses/progs/
H A Dinfocmp.c244 char *termstr, *usestr = ABSENT_STRING; in use_predicate() local
255 usestr = ep->tterm.Strings[idx]; in use_predicate()
259 if (usestr == ABSENT_STRING && termstr == ABSENT_STRING) in use_predicate()
261 else if (!usestr || !termstr || capcmp(idx, usestr, termstr)) in use_predicate()