OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:from_charset
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/libarchive/dist/libarchive/
archive_string.c
82
char *
from_charset
;
member in struct:archive_string_conv
86
/* Set 1 if
from_charset
and to_charset are the same. */
913
if (strcmp(sc->
from_charset
, fc) == 0 &&
1174
sc->
from_charset
= strdup(fc);
1175
if (sc->
from_charset
== NULL) {
1181
free(sc->
from_charset
);
1352
free(sc->
from_charset
);
1879
return (sc->
from_charset
);
Completed in 45 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026