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:pclose
(Results
1 - 25
of
49
) sorted by relevance
1
2
/third_party/musl/libc-test/src/functional/
H
A
D
popen.c
36
TEST(i,
pclose
(f), 0, "exit status %04x != %04x");
in main()
44
TEST(i,
pclose
(f), 0, "exit status %04x != %04x");
in main()
/third_party/musl/src/stdio/
H
A
D
pclose.c
8
int
pclose
(FILE *f)
in pclose()
function
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_debug.c
55
pclose
(p);
in v3dv_print_spirv()
/third_party/cups-filters/filter/foomatic-rip/
H
A
D
pdf.c
60
pclose
(pd);
in pdf_count_pages()
150
pclose
(pd);
in pdf_extract_pages()
H
A
D
renderer.c
56
pclose
(pd);
in test_gs_output_redirection()
/third_party/ltp/lib/
H
A
D
tst_virt.c
128
ret =
pclose
(f);
in try_systemd_detect_virt()
H
A
D
tst_cmd.c
204
pclose
(f);
in mkfs_ext4_version_parser()
/third_party/musl/libc-test/src/functionalext/supplement/lock_info/
H
A
D
pthread_internal_lock_info.c
68
int returnValue =
pclose
(pipe);
in CheckHiLogPrint()
70
t_error("CheckHiLogPrint
pclose
failed returnValue=-1 errno=%d\n", errno);
in CheckHiLogPrint()
/third_party/ltp/libs/libltpipc/
H
A
D
libipc.c
189
pclose
(f);
in get_used_msgqueues()
/third_party/ltp/testcases/lib/
H
A
D
tst_rod.c
159
return !!
pclose
(sin);
in main()
/third_party/musl/libc-test/src/functionalext/hilog/
H
A
D
hilog_level.c
49
pclose
(res);
in TestValidEnv()
/third_party/selinux/libselinux/utils/
H
A
D
selabel_digest.c
56
pclose
(fp);
in run_check_digest()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H
A
D
test_proxies.c
212
pclose
(p);
in main()
H
A
D
test_request_response_with_callback.c
256
pclose
(p);
in md5()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_print_asm.cpp
203
pclose
(p);
in print_asm_clrx()
255
pclose
(p);
in print_asm_clrx()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_debug.c
771
pclose
(p);
in ac_vm_fault_occured()
831
pclose
(p);
in ac_get_wave_info()
854
pclose
(p);
in ac_get_wave_info()
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
stdio.h
139
int
pclose
(FILE *);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
stdio.h
141
int
pclose
(FILE *);
/third_party/musl/porting/linux/user/include/
H
A
D
stdio.h
142
int
pclose
(FILE *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
stdio.h
139
int
pclose
(FILE *);
/third_party/musl/include/
H
A
D
stdio.h
142
int
pclose
(FILE *);
/third_party/musl/libc-test/src/api/
H
A
D
stdio.c
70
{int(*p)(FILE*) =
pclose
;}
in f()
/third_party/musl/libc-test/src/functionalext/unittest/
H
A
D
unit_test_hilog_adapter.c
114
int returnValue =
pclose
(pipe);
in CheckHiLogPrint()
116
printf("CheckHiLogPrint
pclose
failed returnValue=-1 errno=%d\n", errno);
in CheckHiLogPrint()
/third_party/FreeBSD/sys/dev/usb/
H
A
D
usb_generic.c
1327
struct usb_fs_close *
pclose
;
in ugen_ioctl()
member
1535
u.
pclose
= &close;
in ugen_ioctl()
1536
if (u.
pclose
->ep_index >= f->fs_ep_max) {
in ugen_ioctl()
1540
if (f->fs_xfer[u.
pclose
->ep_index] == NULL) {
in ugen_ioctl()
1544
usbd_transfer_unsetup(f->fs_xfer + u.
pclose
->ep_index, 1);
in ugen_ioctl()
/third_party/musl/libc-test/src/functionalext/fortify/
H
A
D
invalid_param.c
381
pclose
(NULL);
in pclose_0100()
Completed in 13 milliseconds
1
2