OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:string_lens
(Results
1 - 6
of
6
) sorted by null
/external/ltrace/
lens_default.h
47
extern struct lens
string_lens
;
printf.c
342
lens = &
string_lens
;
lens_default.c
656
struct lens
string_lens
= {
variable in typeref:struct:lens
read_config_file.c
653
info->lens = &
string_lens
;
/external/srec/seti/sltsEngine/include/
lts_seq_internal.h
132
char *
string_lens
;
member in struct:LTS
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
769
lts->
string_lens
= (char*)lts_alloc(num, sizeof(char));
771
if (strings == NULL || lts->
string_lens
== NULL ) {
791
lts->
string_lens
[i] = strlen(lts->strings[i]);
820
if(lts->
string_lens
) FREE(lts->
string_lens
);
822
lts->
string_lens
= NULL;
961
len = lts->
string_lens
[i];
988
len = lts->
string_lens
[i];
[
all
...]
Completed in 101 milliseconds