OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_FORMAT_LEN
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
s390-mkopc.c
34
#define
MAX_FORMAT_LEN
15
62
char format[
MAX_FORMAT_LEN
+ 1];
129
strncpy (op_array[ix].format, format,
MAX_FORMAT_LEN
);
130
op_array[ix].format[
MAX_FORMAT_LEN
] = '\0';
379
char format[
MAX_FORMAT_LEN
+ 1];
396
"%" STRINGIFY (
MAX_FORMAT_LEN
) "s "
/src/external/gpl3/binutils.old/dist/opcodes/
s390-mkopc.c
34
#define
MAX_FORMAT_LEN
15
62
char format[
MAX_FORMAT_LEN
+ 1];
129
strncpy (op_array[ix].format, format,
MAX_FORMAT_LEN
);
130
op_array[ix].format[
MAX_FORMAT_LEN
] = '\0';
379
char format[
MAX_FORMAT_LEN
+ 1];
396
"%" STRINGIFY (
MAX_FORMAT_LEN
) "s "
/src/external/gpl3/gdb.old/dist/opcodes/
s390-mkopc.c
34
#define
MAX_FORMAT_LEN
15
62
char format[
MAX_FORMAT_LEN
+ 1];
129
strncpy (op_array[ix].format, format,
MAX_FORMAT_LEN
);
130
op_array[ix].format[
MAX_FORMAT_LEN
] = '\0';
379
char format[
MAX_FORMAT_LEN
+ 1];
396
"%" STRINGIFY (
MAX_FORMAT_LEN
) "s "
/src/external/gpl3/gdb/dist/opcodes/
s390-mkopc.c
34
#define
MAX_FORMAT_LEN
15
62
char format[
MAX_FORMAT_LEN
+ 1];
129
strncpy (op_array[ix].format, format,
MAX_FORMAT_LEN
);
130
op_array[ix].format[
MAX_FORMAT_LEN
] = '\0';
379
char format[
MAX_FORMAT_LEN
+ 1];
396
"%" STRINGIFY (
MAX_FORMAT_LEN
) "s "
Completed in 17 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026