OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mbdst
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
vis.c
409
char *
mbdst
, *mbwrite, *mdst;
local in function:istrsenvisx
460
mbdst
= *mbdstp;
542
*
mbdst
= '\0'; /* can't create extra, return "" */
593
* we'll just do the conversion in-place into
mbdst
. We
599
mbwrite =
mbdst
;
603
if (clen > 0 && mbwrite !=
mbdst
) {
614
memcpy(
mbdst
, mbwrite, clen);
637
mbdst
[clen++] = (char)(
646
* We'll be dereferencing
mbdst
[clen] after this to write the
653
mbdst
+= clen
[
all
...]
vis.c
409
char *
mbdst
, *mbwrite, *mdst;
local in function:istrsenvisx
460
mbdst
= *mbdstp;
542
*
mbdst
= '\0'; /* can't create extra, return "" */
593
* we'll just do the conversion in-place into
mbdst
. We
599
mbwrite =
mbdst
;
603
if (clen > 0 && mbwrite !=
mbdst
) {
614
memcpy(
mbdst
, mbwrite, clen);
637
mbdst
[clen++] = (char)(
646
* We'll be dereferencing
mbdst
[clen] after this to write the
653
mbdst
+= clen
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025