Home
last modified time | relevance | path

Searched defs:wstr (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sys/kern/
H A Dkern_refcount.c59 _refcount_wait(volatile u_int *countp, const char *wstr) in _refcount_wait()
/dflybsd-src/contrib/ncurses/ncurses/widechar/
H A Dlib_inwstr.c102 winwstr(WINDOW *win, wchar_t *wstr) in winwstr()
H A Dlib_ins_wch.c104 wins_nwstr(WINDOW *win, const wchar_t *wstr, int n) in wins_nwstr()
/dflybsd-src/sys/sys/
H A Drefcount.h121 refcount_wait(volatile u_int *countp, const char *wstr) in refcount_wait()
/dflybsd-src/usr.bin/sort/
H A Dbwstring.h54 wchar_t wstr[0]; member
/dflybsd-src/contrib/tre/lib/
H A Dregcomp.c47 tre_char_t *wstr = wregex; in tre_regncomp_l() local
/dflybsd-src/contrib/mdocml/
H A Dtbl.h54 char *wstr; /* Min width represented as a string. */ member
H A Dterm.c869 term_setwidth(struct termp *p, const char *wstr) in term_setwidth()