HomeSort by: relevance | last modified time | path
    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