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:zooname
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/pan/
H
A
D
zoolib.c
90
zoo_t zoo_open(char *
zooname
)
in zoo_open()
argument
94
new_zoo = (zoo_t) fopen(
zooname
, "r+");
in zoo_open()
98
new_zoo = (zoo_t) fopen(
zooname
, "a+");
in zoo_open()
103
zooname
, errno, strerror(errno));
in zoo_open()
107
new_zoo = fopen(
zooname
, "r+");
in zoo_open()
111
zooname
, errno, strerror(errno));
in zoo_open()
413
char *
zooname
;
in main()
local
418
zooname
= zoo_getname();
in main()
420
if (!
zooname
) {
in main()
421
zooname
in main()
[all...]
H
A
D
zoolib.h
61
zoo_t zoo_open(char *
zooname
);
H
A
D
ltp-pan.c
156
char *
zooname
= NULL; /* name of the zoo file to use */
in main()
local
208
zooname
= strdup(optarg);
in main()
311
if (
zooname
== NULL) {
in main()
312
zooname
= zoo_getname();
in main()
313
if (
zooname
== NULL) {
in main()
475
if ((zoofile = zoo_open(
zooname
)) == NULL) {
in main()
Completed in 3 milliseconds