Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:iconv_close
(Results
1 - 25
of
25
) sorted by relevance
/third_party/musl/libc-test/src/regression/
H
A
D
iconv-roundtrips.c
33
iconv_close
(there);
in main()
54
iconv_close
(there);
in main()
55
iconv_close
(andback);
in main()
/third_party/popt/src/
H
A
D
poptint.c
96
(void)
iconv_close
(cd);
in strdup_locale_from_utf8()
118
(void)
iconv_close
(cd);
in strdup_locale_from_utf8()
133
(void)
iconv_close
(cd);
in strdup_locale_from_utf8()
/third_party/musl/src/locale/
H
A
D
iconv_close.c
4
int
iconv_close
(iconv_t cd)
in iconv_close()
function
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
iconv.h
18
int
iconv_close
(iconv_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
iconv.h
18
int
iconv_close
(iconv_t);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
iconv.h
18
int
iconv_close
(iconv_t);
/third_party/musl/include/
H
A
D
iconv.h
18
int
iconv_close
(iconv_t);
/third_party/musl/libc-test/src/api/
H
A
D
iconv.c
8
{int(*p)(iconv_t) =
iconv_close
;}
in f()
/third_party/musl/libc-test/src/functional/
H
A
D
iconv_open.c
44
r =
iconv_close
(cd);
in main()
46
t_error("
iconv_close
failed: %s\n", strerror(errno));
in main()
H
A
D
iconv_test.c
48
if (
iconv_close
(cd)) {
in CloseIconv()
/third_party/toybox/toys/posix/
H
A
D
iconv.c
72
if (CFG_TOYBOX_FREE)
iconv_close
(TT.ic);
in iconv_main()
/third_party/curl/packages/OS400/
H
A
D
curlmain.c
105
iconv_close
(cd);
in main()
H
A
D
ccsidcurl.c
158
iconv_close
(cd);
in convert()
/third_party/libfuse/lib/modules/
H
A
D
iconv.c
585
iconv_close
(ic->tofs);
in iconv_destroy()
586
iconv_close
(ic->fromfs);
in iconv_destroy()
724
iconv_close
(ic->fromfs);
in iconv_new()
726
iconv_close
(ic->tofs);
in iconv_new()
/third_party/pulseaudio/src/pulse/
H
A
D
utf8.c
231
iconv_close
(cd);
in iconv_simple()
/third_party/lame/frontend/
H
A
D
parse.c
219
iconv_close
(xiconv);
in currCharCodeSize()
242
iconv_close
(xiconv);
266
iconv_close
(xiconv);
292
iconv_close
(xiconv);
in toLatin1()
320
iconv_close
(xiconv);
in toUtf16()
/third_party/cups-filters/filter/
H
A
D
texttotext.c
821
if (
iconv_close
(cd) != 0)
in main()
/third_party/ffmpeg/libavcodec/
H
A
D
decode.c
789
iconv_close
(cd);
in recode_subtitle()
1586
iconv_close
(cd);
in ff_decode_preinit()
/third_party/python/Python/
H
A
D
fileutils.c
990
iconv_close
(cd);
in _Py_ConvertWCharForm()
994
iconv_close
(cd);
in _Py_ConvertWCharForm()
/third_party/ffmpeg/libavformat/
H
A
D
id3v2.c
355
iconv_close
(cd);
in iso8859_convert_utf8()
H
A
D
mpegts.c
1329
iconv_close
(cd);
in getstr8()
1333
iconv_close
(cd);
in getstr8()
1337
iconv_close
(cd);
in getstr8()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
1721
pub fn
iconv_close
(cd: iconv_t) -> ::c_int;
in iconv_close()
functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
2749
pub fn
iconv_close
(cd: iconv_t) -> ::c_int;
in iconv_close()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
4446
pub fn
iconv_close
(cd: iconv_t) -> ::c_int;
in iconv_close()
functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
5920
pub fn
iconv_close
(cd: iconv_t) -> ::c_int;
in iconv_close()
functions
Completed in 66 milliseconds