OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:report_string
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/lvm2/dist/libdm/
libdm-report.c
77
const char *
report_string
; /* Formatted ready for display */
member in struct:dm_report_field
114
field->
report_string
= repstr;
115
field->sort_value = (const void *) field->
report_string
;
144
field->
report_string
= repstr;
173
field->
report_string
= repstr;
202
field->
report_string
= repstr;
231
field->
report_string
= repstr;
241
field->
report_string
= (const char *) value;
737
if ((strlen(field->
report_string
) > field->props->width))
738
field->props->width = strlen(field->
report_string
);
[
all
...]
/src/external/bsd/ppp/dist/chat/
chat.c
199
char *
report_string
[MAX_REPORTS] ;
variable
1103
report_string
[n_reports++] = s1;
1125
if ( strcmp(s1,
report_string
[i]) == 0 ) {
1126
free(
report_string
[i]);
1127
report_string
[i] = NULL;
1136
pack_array(
report_string
,old_max);
1421
if ((
report_string
[n] != (char*) NULL) &&
1422
s - temp >= (report_len = strlen(
report_string
[n])) &&
1423
strncmp(s - report_len,
report_string
[n], report_len) == 0) {
1428
strcat (report_buffer,
report_string
[n])
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026