OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstend
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/mail/
mime_header.c
100
char *
dstend
;
local
128
dstend
= to_cs ? decword : *obuf;
131
declen = mime_rfc2047_decode(enctype,
dstend
, dstlen, encword, enclen);
135
dstend
+= declen;
149
dstend
= *obuf;
151
cnt = mime_iconv(cd, &src, &srclen, &
dstend
, &dstlen);
158
*
dstend
= '\0';
160
*obuf =
dstend
;
190
copy_skipped_FWS(char **dst, char *
dstend
, const char **src, const char *srcend)
198
qend =
dstend
;
[
all
...]
mime_header.c
100
char *
dstend
;
local
128
dstend
= to_cs ? decword : *obuf;
131
declen = mime_rfc2047_decode(enctype,
dstend
, dstlen, encword, enclen);
135
dstend
+= declen;
149
dstend
= *obuf;
151
cnt = mime_iconv(cd, &src, &srclen, &
dstend
, &dstlen);
158
*
dstend
= '\0';
160
*obuf =
dstend
;
190
copy_skipped_FWS(char **dst, char *
dstend
, const char **src, const char *srcend)
198
qend =
dstend
;
[
all
...]
Completed in 30 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026