OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utf8_strvis
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/tmux/dist/
utf8.c
656
utf8_strvis
(char *dst, const char *src, size_t len, int flag)
function
692
/* Same as
utf8_strvis
but allocate the buffer. */
700
len =
utf8_strvis
(buf, src, strlen(src), flag);
706
/* Same as
utf8_strvis
but allocate the buffer. */
714
len =
utf8_strvis
(buf, src, srclen, flag);
Completed in 25 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026