HomeSort by: relevance | last modified time | path
    Searched defs:FILNMLEN (Results 1 - 19 of 19) sorted by relevancy

  /src/external/cddl/osnet/dist/head/
syms.h 41 #define FILNMLEN 14
196 char x_fname[FILNMLEN];
  /src/external/gpl3/binutils/dist/libiberty/
simple-object-xcoff.c 182 #define FILNMLEN (14)
191 char x_fname[FILNMLEN];
196 unsigned char x_pad[FILNMLEN-8];
963 if (sflen <= FILNMLEN)
  /src/external/gpl3/binutils.old/dist/libiberty/
simple-object-xcoff.c 182 #define FILNMLEN (14)
191 char x_fname[FILNMLEN];
196 unsigned char x_pad[FILNMLEN-8];
963 if (sflen <= FILNMLEN)
  /src/external/gpl3/gcc/dist/libiberty/
simple-object-xcoff.c 182 #define FILNMLEN (14)
191 char x_fname[FILNMLEN];
196 unsigned char x_pad[FILNMLEN-8];
963 if (sflen <= FILNMLEN)
  /src/external/gpl3/gcc.old/dist/libiberty/
simple-object-xcoff.c 182 #define FILNMLEN (14)
191 char x_fname[FILNMLEN];
196 unsigned char x_pad[FILNMLEN-8];
963 if (sflen <= FILNMLEN)
  /src/external/gpl3/gdb/dist/libiberty/
simple-object-xcoff.c 182 #define FILNMLEN (14)
191 char x_fname[FILNMLEN];
196 unsigned char x_pad[FILNMLEN-8];
963 if (sflen <= FILNMLEN)
  /src/external/gpl3/gdb.old/dist/libiberty/
simple-object-xcoff.c 182 #define FILNMLEN (14)
191 char x_fname[FILNMLEN];
196 unsigned char x_pad[FILNMLEN-8];
963 if (sflen <= FILNMLEN)
  /src/external/gpl3/gcc/dist/libbacktrace/
xcoff.c 191 #define FILNMLEN 14
206 char x_fname[FILNMLEN];
210 char pad[FILNMLEN-8];
944 char name[FILNMLEN+1];
945 strncpy (name, aux->x_file.x_fname, FILNMLEN);
946 name[FILNMLEN] = '\0';
  /src/external/gpl3/gcc.old/dist/libbacktrace/
xcoff.c 191 #define FILNMLEN 14
206 char x_fname[FILNMLEN];
210 char pad[FILNMLEN-8];
944 char name[FILNMLEN+1];
945 strncpy (name, aux->x_file.x_fname, FILNMLEN);
946 name[FILNMLEN] = '\0';
  /src/external/gpl3/gdb/dist/libbacktrace/
xcoff.c 191 #define FILNMLEN 14
206 char x_fname[FILNMLEN];
210 char pad[FILNMLEN-8];
944 char name[FILNMLEN+1];
945 strncpy (name, aux->x_file.x_fname, FILNMLEN);
946 name[FILNMLEN] = '\0';
  /src/external/gpl3/gdb.old/dist/libbacktrace/
xcoff.c 191 #define FILNMLEN 14
206 char x_fname[FILNMLEN];
210 char pad[FILNMLEN-8];
944 char name[FILNMLEN+1];
945 strncpy (name, aux->x_file.x_fname, FILNMLEN);
946 name[FILNMLEN] = '\0';
  /src/external/gpl3/binutils/dist/include/coff/
pe.h 184 #undef FILNMLEN
185 #define FILNMLEN 18 /* # characters in a file name. */
internal.h 542 #define FILNMLEN 14 /* # characters in a file name */
590 /* PR 17754: We used to use FILNMLEN for the size of the x_fname
  /src/external/gpl3/binutils.old/dist/include/coff/
pe.h 184 #undef FILNMLEN
185 #define FILNMLEN 18 /* # characters in a file name. */
internal.h 462 #define FILNMLEN 14 /* # characters in a file name */
591 /* PR 17754: We used to use FILNMLEN for the size of the x_fname
  /src/external/gpl3/gdb/dist/include/coff/
pe.h 184 #undef FILNMLEN
185 #define FILNMLEN 18 /* # characters in a file name. */
internal.h 462 #define FILNMLEN 14 /* # characters in a file name */
591 /* PR 17754: We used to use FILNMLEN for the size of the x_fname
  /src/external/gpl3/gdb.old/dist/include/coff/
pe.h 184 #undef FILNMLEN
185 #define FILNMLEN 18 /* # characters in a file name. */
internal.h 462 #define FILNMLEN 14 /* # characters in a file name */
591 /* PR 17754: We used to use FILNMLEN for the size of the x_fname

Completed in 46 milliseconds