OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jas_strdup
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/3rdparty/libjasper/jasper/
jas_string.h
89
char *
jas_strdup
(const char *);
/external/opencv3/3rdparty/libjasper/
jas_string.c
86
char *
jas_strdup
(const char *s)
function
jas_tvp.c
99
if (!(tvp->buf =
jas_strdup
(s))) {
jas_image.c
546
if (!(fmtinfo->name =
jas_strdup
(name))) {
549
if (!(fmtinfo->ext =
jas_strdup
(ext))) {
553
if (!(fmtinfo->desc =
jas_strdup
(desc))) {
[
all
...]
jas_icc.c
[
all
...]
jpc_enc.c
965
if (!(com->data = JAS_CAST(uchar *,
jas_strdup
(buf)))) {
[
all
...]
Completed in 91 milliseconds